FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is

Effort is min

Summary

Classes Bugs Errors Missing Classes
7 5 0 0

org.andromda.maven.plugin.AbstractAndroMDAMojo

Bug Category Details Line Priority
Unwritten public or protected field: org.andromda.maven.plugin.AbstractAndroMDAMojo.factory STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 218 Medium
Unwritten public or protected field: org.andromda.maven.plugin.AbstractAndroMDAMojo.localRepository STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 234 Medium
Unwritten public or protected field: org.andromda.maven.plugin.AbstractAndroMDAMojo.plugins STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 226 Medium

org.andromda.maven.plugin.MagicDrawExportEMFXMIMojo

Bug Category Details Line Priority
Found reliance on default encoding in org.andromda.maven.plugin.MagicDrawExportEMFXMIMojo.exportFile(String): new String(byte[], int, int) I18N DM_DEFAULT_ENCODING 170 High
Unread field: org.andromda.maven.plugin.MagicDrawExportEMFXMIMojo.MD_HOME; should this field be static? PERFORMANCE SS_SHOULD_BE_STATIC 32 Medium