The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 58 | 2 | 0 | 1 |
| Class | Bugs |
|---|---|
| org.andromda.repositories.emf.EMFRepositoryFacade | 1 |
| org.andromda.repositories.emf.EMFURIConverter | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| EMFRepositoryFacade.resourceSet not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Exception is caught when Exception is not thrown in org.andromda.repositories.emf.EMFURIConverter.normalize(URI) | STYLE | REC_CATCH_EXCEPTION | 107 |