The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is
Effort is min
Class | Bugs |
---|---|
org.andromda.andromdapp.AndroMDApp | 1 |
org.andromda.andromdapp.AndroMDAppType | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.andromda.andromdapp.AndroMDApp.readLine(): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 292 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.andromda.andromdapp.AndroMDAppType.readLine(): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 740 | High |
Exceptional return value of java.io.File.mkdirs() ignored in org.andromda.andromdapp.AndroMDAppType.processResources(boolean) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 302 | Medium |
org.andromda.andromdapp.AndroMDAppType.isValidTemplate(String) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 586 | Medium |
org.andromda.andromdapp.AndroMDAppType.isWriteable(String) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 525 | Medium |
org.andromda.andromdapp.AndroMDAppType.processResources(boolean) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 373 | Medium |