FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
76 |
12 |
0 |
0 |
org.apache.maven.consumer.model.Repository
Bug |
Category |
Details |
Line |
Priority |
org.apache.maven.consumer.model.Repository doesn't override RepositoryBase.equals(Object) |
STYLE |
EQ_DOESNT_OVERRIDE_EQUALS |
1 |
Medium |
org.apache.maven.consumer.model.io.xpp3.MavenConsumerXpp3Reader
Bug |
Category |
Details |
Line |
Priority |
Boxing/unboxing to parse a primitive org.apache.maven.consumer.model.io.xpp3.MavenConsumerXpp3Reader.getIntegerValue(String, String, XmlPullParser, boolean) |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
408 |
High |
Boxing/unboxing to parse a primitive org.apache.maven.consumer.model.io.xpp3.MavenConsumerXpp3Reader.getLongValue(String, String, XmlPullParser, boolean) |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
438 |
High |
La méthode privée org.apache.maven.consumer.model.io.xpp3.MavenConsumerXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
193 |
Medium |
La méthode privée org.apache.maven.consumer.model.io.xpp3.MavenConsumerXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appelée |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
281 |
Medium |
org.apache.maven.model.DeploymentRepository
Bug |
Category |
Details |
Line |
Priority |
org.apache.maven.model.DeploymentRepository doesn't override RepositoryBase.equals(Object) |
STYLE |
EQ_DOESNT_OVERRIDE_EQUALS |
1 |
Medium |
org.apache.maven.model.Repository
Bug |
Category |
Details |
Line |
Priority |
org.apache.maven.model.Repository doesn't override RepositoryBase.equals(Object) |
STYLE |
EQ_DOESNT_OVERRIDE_EQUALS |
1 |
Medium |
org.apache.maven.model.Resource
Bug |
Category |
Details |
Line |
Priority |
Ecriture d'un champ statique org.apache.maven.model.Resource.mergeIdCounter depuis la méthode d'une instance org.apache.maven.model.Resource.initMergeId() |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD |
232 |
Medium |
org.apache.maven.model.io.xpp3.MavenXpp3Reader
Bug |
Category |
Details |
Line |
Priority |
Boxing/unboxing to parse a primitive org.apache.maven.model.io.xpp3.MavenXpp3Reader.getIntegerValue(String, String, XmlPullParser, boolean) |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
432 |
High |
Boxing/unboxing to parse a primitive org.apache.maven.model.io.xpp3.MavenXpp3Reader.getLongValue(String, String, XmlPullParser, boolean) |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
462 |
High |
La méthode privée org.apache.maven.model.io.xpp3.MavenXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
217 |
Medium |
La méthode privée org.apache.maven.model.io.xpp3.MavenXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appelée |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
305 |
Medium |