The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 113 | 2 | 1 | 14 |
| Class | Bugs |
|---|---|
| org.andromda.repositories.emf.uml2.EMFUML2RepositoryFacade | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.andromda.repositories.emf.uml2.EMFUML2RepositoryFacade.registerOptionalMetamodel(org.eclipse.emf.ecore.EPackage$Registry,String) might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 103 |
| Method org.andromda.repositories.emf.uml2.EMFUML2RepositoryFacade.registerOptionalMetamodel(org.eclipse.emf.ecore.EPackage$Registry,String) catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caught | STYLE | REC_CATCH_EXCEPTION | 103 |