Parent Project
Foundation

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
49 20 0 0

org.apache.myfaces.tobago.maven.plugin.AbstractThemeMojo

Bug Category Details Line
Unwritten field: org.apache.myfaces.tobago.maven.plugin.AbstractThemeMojo.project CORRECTNESS UWF_UNWRITTEN_FIELD 41

org.apache.myfaces.tobago.maven.plugin.PackThemeMojo

Bug Category Details Line
Method org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.getExcludes() uses Collection.toArray() with zero-length array argument PERFORMANCE ITA_INEFFICIENT_TO_ARRAY 190
Read of unwritten field projectHelper in org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 123
Read of unwritten field archiver in org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.performPackaging(File) CORRECTNESS NP_UNWRITTEN_FIELD 138
Read of unwritten field archiver in org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.performPackaging(File) CORRECTNESS NP_UNWRITTEN_FIELD 139
Read of unwritten field archiver in org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.performPackaging(File) CORRECTNESS NP_UNWRITTEN_FIELD 140
Unread field: org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.archive PERFORMANCE URF_UNREAD_FIELD 107
Unwritten field: org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.archiver CORRECTNESS UWF_UNWRITTEN_FIELD 138
Unwritten field: org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.jarName CORRECTNESS UWF_UNWRITTEN_FIELD 119
Unwritten field: org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.outputDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 119
Unwritten field: org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.projectHelper CORRECTNESS UWF_UNWRITTEN_FIELD 123
Unwritten field: org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.warSourceDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 95
Unwritten field: org.apache.myfaces.tobago.maven.plugin.PackThemeMojo.webappDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 99

org.apache.myfaces.tobago.maven.plugin.UnPackThemeMojo

Bug Category Details Line
Read of unwritten field workDirectory in org.apache.myfaces.tobago.maven.plugin.UnPackThemeMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 108
Read of unwritten field workDirectory in org.apache.myfaces.tobago.maven.plugin.UnPackThemeMojo.execute() CORRECTNESS NP_UNWRITTEN_FIELD 109
Read of unwritten field archiverManager in org.apache.myfaces.tobago.maven.plugin.UnPackThemeMojo.unpack(File, File) CORRECTNESS NP_UNWRITTEN_FIELD 154
Unused field: org.apache.myfaces.tobago.maven.plugin.UnPackThemeMojo.pluginArtifacts PERFORMANCE UUF_UNUSED_FIELD Not available
Unwritten field: org.apache.myfaces.tobago.maven.plugin.UnPackThemeMojo.archiverManager CORRECTNESS UWF_UNWRITTEN_FIELD 154
Unwritten field: org.apache.myfaces.tobago.maven.plugin.UnPackThemeMojo.webappDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 135
Unwritten field: org.apache.myfaces.tobago.maven.plugin.UnPackThemeMojo.workDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 108