The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is
Effort is min
Class | Bugs |
---|---|
org.andromda.utils.GlobalPatternFileReplace | 4 |
org.andromda.utils.StringUtilsHelper | 2 |
org.andromda.utils.beans.comparators.BeanComparator | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Hard coded reference to an absolute pathname in org.andromda.utils.GlobalPatternFileReplace.main(String[]) | STYLE | DMI_HARDCODED_ABSOLUTE_FILENAME | 56 | Medium |
org.andromda.utils.GlobalPatternFileReplace.pack(File, String) may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 470 | Medium |
org.andromda.utils.GlobalPatternFileReplace.unpack(File, File) may fail to clean up java.io.OutputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 426 | Medium |
Exceptional return value of java.io.File.delete() ignored in org.andromda.utils.GlobalPatternFileReplace.replaceInArchive(File) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 277 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.andromda.utils.StringUtilsHelper.startsWithLowercaseLetter(String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 147 | Medium |
org.andromda.utils.StringUtilsHelper.startsWithUppercaseLetter(String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 164 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.andromda.utils.beans.comparators.BeanComparator.<static initializer for BeanComparator>() might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 57 | Medium |