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 |
5 |
19 |
0 |
0 |
org.apache.maven.plugin.coreit.DumpAuthMojo
Bug |
Category |
Details |
Line |
Priority |
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.DumpAuthMojo.execute() |
CORRECTNESS |
NP_UNWRITTEN_FIELD |
85 |
Medium |
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.DumpAuthMojo.execute() |
CORRECTNESS |
NP_UNWRITTEN_FIELD |
89 |
Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.DumpAuthMojo.execute() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
130 |
Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.DumpAuthMojo.basedir |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
122 |
Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.DumpAuthMojo.serverIds |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
85 |
Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.DumpAuthMojo.wagonManager |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
89 |
Medium |
org.apache.maven.plugin.coreit.DumpVersionMojo
Bug |
Category |
Details |
Line |
Priority |
org.apache.maven.plugin.coreit.DumpVersionMojo.execute() may fail to clean up java.io.InputStream |
EXPERIMENTAL |
OBL_UNSATISFIED_OBLIGATION |
104 |
Medium |
La méthode org.apache.maven.plugin.coreit.DumpVersionMojo.execute() peut ne pas fermer un flux |
BAD_PRACTICE |
OS_OPEN_STREAM |
104 |
Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.DumpVersionMojo.execute() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
127 |
Medium |
org.apache.maven.plugin.coreit.LoadResourceMojo
Bug |
Category |
Details |
Line |
Priority |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.LoadResourceMojo.execute() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
157 |
Medium |
org.apache.maven.plugin.coreit.LookupWagonMojo
Bug |
Category |
Details |
Line |
Priority |
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.LookupWagonMojo.execute() |
CORRECTNESS |
NP_UNWRITTEN_FIELD |
108 |
Medium |
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.LookupWagonMojo.execute() |
CORRECTNESS |
NP_UNWRITTEN_FIELD |
90 |
Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.LookupWagonMojo.execute() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
108 |
Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.LookupWagonMojo.outputFile |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
103 |
Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.LookupWagonMojo.urls |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
80 |
Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.LookupWagonMojo.wagonManager |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
90 |
Medium |
org.apache.maven.plugin.coreit.UsesWagonMojo
Bug |
Category |
Details |
Line |
Priority |
Alimentation à perte d'une variable locale dans la méthode org.apache.maven.plugin.coreit.UsesWagonMojo.execute() |
STYLE |
DLS_DEAD_LOCAL_STORE |
80 |
Medium |
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.UsesWagonMojo.execute() |
CORRECTNESS |
NP_UNWRITTEN_FIELD |
49 |
Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.UsesWagonMojo.wagonManager |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
49 |
Medium |