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 |
|---|---|---|---|
| 112 | 2 | 2 | 7 |
| Class | Bugs |
|---|---|
| org.andromda.repositories.emf.EMFRepositoryFacade | 1 |
| org.andromda.repositories.emf.EMFURIConverter | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Field not initialized in constructor: org.andromda.repositories.emf.EMFRepositoryFacade.resourceSet | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method org.andromda.repositories.emf.EMFURIConverter.normalize(org.eclipse.emf.common.util.URI) catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caught | STYLE | REC_CATCH_EXCEPTION | 107 |