FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
37 8 0 0

Files

Class Bugs
org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo 8

org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo

Bug Category Details Line
Read of unwritten field inputDirectory in org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 89
Read of unwritten field wagonManager in org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 100
Read of unwritten field wagonManager in org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 121
Unused field: org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo.project PERFORMANCE UUF_UNUSED_FIELD Not available
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo.id CORRECTNESS UWF_UNWRITTEN_FIELD 94
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo.inputDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 89
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo.url CORRECTNESS UWF_UNWRITTEN_FIELD 94
Unwritten field: org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo.wagonManager CORRECTNESS UWF_UNWRITTEN_FIELD 100