FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
242600

Files

ClassBugs
org.andromda.metafacades.uml.EntityMetafacadeUtils3
org.andromda.metafacades.uml.MetafacadeUtils$FullyQualifiedNameComparator1
org.andromda.metafacades.uml.NameMasker2

org.andromda.metafacades.uml.EntityMetafacadeUtils

BugCategoryDetailsLine
Dead store to beginChar in org.andromda.metafacades.uml.EntityMetafacadeUtils.constructSqlTypeName(String, String)STYLEDLS_DEAD_LOCAL_STORE273
Dead store to endChar in org.andromda.metafacades.uml.EntityMetafacadeUtils.constructSqlTypeName(String, String)STYLEDLS_DEAD_LOCAL_STORE274
Use of non-localized String.toUpperCase() or String.toLowerCaseI18NDM_CONVERT_CASE325

org.andromda.metafacades.uml.MetafacadeUtils$FullyQualifiedNameComparator

BugCategoryDetailsLine
org.andromda.metafacades.uml.MetafacadeUtils$FullyQualifiedNameComparator implements Comparator but not SerializableBAD_PRACTICESE_COMPARATOR_SHOULD_BE_SERIALIZABLENot available

org.andromda.metafacades.uml.NameMasker

BugCategoryDetailsLine
Use of non-localized String.toUpperCase() or String.toLowerCaseI18NDM_CONVERT_CASE74
Use of non-localized String.toUpperCase() or String.toLowerCaseI18NDM_CONVERT_CASE86