The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.andromda.maven.plugin.bootstrap.TranslationLibraryTestFormatter.endTestSuite(): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 196 | High |
Exceptional return value of java.io.File.mkdirs() ignored in org.andromda.maven.plugin.bootstrap.TranslationLibraryTestFormatter.endTestSuite() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 194 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unread field: org.andromda.maven.plugin.bootstrap.TranslationLibraryTestFormatter$Failure.test | PERFORMANCE | URF_UNREAD_FIELD | 222 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field TranslationLibraryTestMojo.skip masks field in superclass org.andromda.maven.plugin.configuration.AbstractConfigurationMojo | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Field TranslationLibraryTestMojo.skipTests masks field in superclass org.andromda.maven.plugin.configuration.AbstractConfigurationMojo | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Field TranslationLibraryTestMojo.testFailureIgnore masks field in superclass org.andromda.maven.plugin.configuration.AbstractConfigurationMojo | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |