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
3 7 0 0

org.apache.maven.plugin.coreit.PluginParamInterpolationMojo

Bug Category Details Line Priority
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.PluginParamInterpolationMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 46 Medium
Champ jamais écrit : org.apache.maven.plugin.coreit.PluginParamInterpolationMojo.project CORRECTNESS UWF_UNWRITTEN_FIELD 46 Medium

org.apache.maven.plugin.coreit.PropertyInterpolationMojo

Bug Category Details Line Priority
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.PropertyInterpolationMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 43 Medium
Champ jamais écrit : org.apache.maven.plugin.coreit.PropertyInterpolationMojo.project CORRECTNESS UWF_UNWRITTEN_FIELD 43 Medium

org.apache.maven.plugin.coreit.PropertyInterpolationVerifierMojo

Bug Category Details Line Priority
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.PropertyInterpolationVerifierMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 52 Medium
Champ jamais écrit : org.apache.maven.plugin.coreit.PropertyInterpolationVerifierMojo.project CORRECTNESS UWF_UNWRITTEN_FIELD 52 Medium
Champ jamais écrit : org.apache.maven.plugin.coreit.PropertyInterpolationVerifierMojo.properties CORRECTNESS UWF_UNWRITTEN_FIELD 53 Medium