FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Summary
Classes | Bugs | Errors | Missing Classes |
---|
109 | 10 | 0 | 0 |
org.apache.maven.model.building.DefaultModelBuilder
Bug | Category | Details | Line | Priority |
---|
org.apache.maven.model.building.DefaultModelBuilder.build(ModelBuildingRequest, Collection) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 321 | Medium |
org.apache.maven.model.building.DefaultModelBuilder.importDependencyManagement(Model, ModelBuildingRequest, DefaultModelProblemCollector, Collection) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 930 | Medium |
org.apache.maven.model.building.DefaultModelBuilder.checkPluginVersions(List, ModelBuildingRequest, ModelProblemCollector) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 615 | Medium |
org.apache.maven.model.building.DefaultModelBuildingRequest
Bug | Category | Details | Line | Priority |
---|
org.apache.maven.model.building.DefaultModelBuildingRequest.getBuildStartTime() may expose internal representation by returning DefaultModelBuildingRequest.buildStartTime | MALICIOUS_CODE | EI_EXPOSE_REP | 296 | Medium |
org.apache.maven.model.building.DefaultModelBuildingRequest.setBuildStartTime(Date) may expose internal representation by storing an externally mutable object into DefaultModelBuildingRequest.buildStartTime | MALICIOUS_CODE | EI_EXPOSE_REP2 | 301 | Medium |
org.apache.maven.model.building.ModelBuildingException
Bug | Category | Details | Line | Priority |
---|
org.apache.maven.model.building.DefaultModelBuildingResult stored into non-transient field ModelBuildingException.result | BAD_PRACTICE | SE_BAD_FIELD_STORE | 65 | Medium |
org.apache.maven.model.interpolation.StringSearchModelInterpolator$InterpolateObjectAction
Bug | Category | Details | Line | Priority |
---|
Load of known null value in org.apache.maven.model.interpolation.StringSearchModelInterpolator$InterpolateObjectAction.interpolateCollectionField(Object, Field) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 251 | Medium |
org.apache.maven.model.io.DefaultModelReader
Bug | Category | Details | Line | Priority |
---|
org.apache.maven.model.io.DefaultModelReader.read(File, Map) may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 56 | Medium |
org.apache.maven.model.io.DefaultModelWriter
Bug | Category | Details | Line | Priority |
---|
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.model.io.DefaultModelWriter.write(File, Map, Model) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 58 | Medium |
org.apache.maven.model.superpom.DefaultSuperPomProvider
Bug | Category | Details | Line | Priority |
---|
org.apache.maven.model.superpom.DefaultSuperPomProvider.getSuperModel(String) may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 62 | Medium |