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
83 48 0 0

Files

Class Bugs
org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo 45
org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo$1 1
org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo$2 1
org.apache.myfaces.trinidadbuild.plugin.jdeveloper.TldContentHandler$PluginEntityResolver 1

org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo

Bug Category Details Line
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 1654
Read of unwritten field release in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo._parseRelease() CORRECTNESS NP_UNWRITTEN_FIELD 1769
Read of unwritten field reactorProjects in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.findDependentProject(String) CORRECTNESS NP_UNWRITTEN_FIELD 1725
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 302
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 308
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 317
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 319
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 322
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 343
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 347
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 351
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 352
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateProject() CORRECTNESS NP_UNWRITTEN_FIELD 355
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 367
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 373
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 380
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 382
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 386
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 388
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 389
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 390
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 393
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 416
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateTestProject() CORRECTNESS NP_UNWRITTEN_FIELD 420
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateWorkspace() CORRECTNESS NP_UNWRITTEN_FIELD 279
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.generateWorkspace() CORRECTNESS NP_UNWRITTEN_FIELD 281
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.replaceLocalTagLibraries(Xpp3Dom) CORRECTNESS NP_UNWRITTEN_FIELD 928
Read of unwritten field project in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.replaceProjects(File, Xpp3Dom) CORRECTNESS NP_UNWRITTEN_FIELD 474
Redundant nullcheck of webInfDir, which is known to be non-null in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.replaceLocalTagLibraries(Xpp3Dom) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 930
Usage of GetResource in org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.readDOM(File, String) may be unsafe if class is extended BAD_PRACTICE UI_INHERITANCE_UNSAFE_GETRESOURCE 1574
Private method org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.replaceResourcePaths(File, List, Xpp3Dom) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 671-697
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.compiler CORRECTNESS UWF_UNWRITTEN_FIELD 1310
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.distributedTagLibraries CORRECTNESS UWF_UNWRITTEN_FIELD 1047
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.libraries CORRECTNESS UWF_UNWRITTEN_FIELD 858
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.project CORRECTNESS UWF_UNWRITTEN_FIELD 279
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.reactorProjects CORRECTNESS UWF_UNWRITTEN_FIELD 1725
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.release CORRECTNESS UWF_UNWRITTEN_FIELD 281
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.resourceRoots CORRECTNESS UWF_UNWRITTEN_FIELD 333
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.runTarget CORRECTNESS UWF_UNWRITTEN_FIELD 1344
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.sourceRoots CORRECTNESS UWF_UNWRITTEN_FIELD 324
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.tagLibDirectory CORRECTNESS UWF_UNWRITTEN_FIELD 1126
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.testResourceRoots CORRECTNESS UWF_UNWRITTEN_FIELD 406
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.testSourceRoots CORRECTNESS UWF_UNWRITTEN_FIELD 397
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.force CORRECTNESS UWF_UNWRITTEN_FIELD 1566
Unwritten field: org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo.makeProject CORRECTNESS UWF_UNWRITTEN_FIELD 1339

org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo$1

Bug Category Details Line
The class org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON Not available

org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo$2

Bug Category Details Line
The class org.apache.myfaces.trinidadbuild.plugin.jdeveloper.JDeveloperMojo$2 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON Not available

org.apache.myfaces.trinidadbuild.plugin.jdeveloper.TldContentHandler$PluginEntityResolver

Bug Category Details Line
Should org.apache.myfaces.trinidadbuild.plugin.jdeveloper.TldContentHandler$PluginEntityResolver be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC Not available