The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 114 | 16 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport | 15 |
| org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport$GroupComparator | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.createCompileClassLoader(MavenProject) uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 1262 |
| Method org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(MavenProject) uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 1234 |
| Read of unwritten field outputDirectory in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._generateComponentDoc(ComponentBean) | CORRECTNESS | NP_UNWRITTEN_FIELD | 383 |
| Read of unwritten field outputDirectory in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._generateConverterDoc(ConverterBean) | CORRECTNESS | NP_UNWRITTEN_FIELD | 451 |
| Read of unwritten field taglibs in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._generateTagDocs() | CORRECTNESS | NP_UNWRITTEN_FIELD | 193 |
| Read of unwritten field outputDirectory in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._generateValidatorDoc(ValidatorBean) | CORRECTNESS | NP_UNWRITTEN_FIELD | 501 |
| Read of unwritten field taglibs in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._getPrefix(QName) | CORRECTNESS | NP_UNWRITTEN_FIELD | 364 |
| Read of unwritten field outputDirectory in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.getOutputDirectory() | CORRECTNESS | NP_UNWRITTEN_FIELD | 1109 |
| Method org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._getDisplayType(String, String, String) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 975 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.outputDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 383 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.project | CORRECTNESS | UWF_UNWRITTEN_FIELD | 97 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.resourcePath | CORRECTNESS | UWF_UNWRITTEN_FIELD | 97 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.siteDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 231 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.siteRenderer | CORRECTNESS | UWF_UNWRITTEN_FIELD | 1114 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.taglibs | CORRECTNESS | UWF_UNWRITTEN_FIELD | 193 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport$GroupComparator implements Comparator but not Serializable | BAD_PRACTICE | SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | Not available |