The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is
Effort is min
Class | Bugs |
---|---|
org.andromda.maven.plugin.AbstractAndroMDAMojo | 3 |
org.andromda.maven.plugin.MagicDrawExportEMFXMIMojo | 2 |
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 |
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 |