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 |
|---|---|---|---|
| 113 | 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 | 1678 |
| Method org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(MavenProject) uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 1650 |
| Read of unwritten field outputDirectory in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._generateComponentDoc(ComponentBean, Map, Map) | CORRECTNESS | NP_UNWRITTEN_FIELD | 508 |
| Read of unwritten field outputDirectory in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._generateConverterDoc(ConverterBean) | CORRECTNESS | NP_UNWRITTEN_FIELD | 579 |
| Read of unwritten field taglibs in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._generateTagDocs() | CORRECTNESS | NP_UNWRITTEN_FIELD | 257 |
| Read of unwritten field outputDirectory in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._generateValidatorDoc(ValidatorBean) | CORRECTNESS | NP_UNWRITTEN_FIELD | 630 |
| Read of unwritten field taglibs in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._getPrefix(QName) | CORRECTNESS | NP_UNWRITTEN_FIELD | 489 |
| Read of unwritten field outputDirectory in org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.getOutputDirectory() | CORRECTNESS | NP_UNWRITTEN_FIELD | 1525 |
| Method org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport._getDisplayType(String, String, String) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 1186 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.outputDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 508 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.project | CORRECTNESS | UWF_UNWRITTEN_FIELD | 99 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.resourcePath | CORRECTNESS | UWF_UNWRITTEN_FIELD | 99 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.siteDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 295 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.siteRenderer | CORRECTNESS | UWF_UNWRITTEN_FIELD | 1530 |
| Unwritten field: org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.taglibs | CORRECTNESS | UWF_UNWRITTEN_FIELD | 257 |
| 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 |