FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
19 11 0 0

de.smartics.properties.maven.ArtifactItem

Bug Category Details Line Priority
Unwritten field: de.smartics.properties.maven.ArtifactItem.artifactId CORRECTNESS UWF_UNWRITTEN_FIELD 79 Medium
Unwritten field: de.smartics.properties.maven.ArtifactItem.classifier CORRECTNESS UWF_UNWRITTEN_FIELD 79 Medium
Unwritten field: de.smartics.properties.maven.ArtifactItem.groupId CORRECTNESS UWF_UNWRITTEN_FIELD 79 Medium
Unwritten field: de.smartics.properties.maven.ArtifactItem.version CORRECTNESS UWF_UNWRITTEN_FIELD 79 Medium

de.smartics.properties.maven.JavaPropertiesMojo

Bug Category Details Line Priority
Unwritten field: de.smartics.properties.maven.JavaPropertiesMojo.addMain CORRECTNESS UWF_UNWRITTEN_FIELD 157 Low

de.smartics.properties.maven.ProjectdocPropertiesMojo$1

Bug Category Details Line Priority
The class de.smartics.properties.maven.ProjectdocPropertiesMojo$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 341-346 Low

de.smartics.properties.maven.PropertiesReportMojo

Bug Category Details Line Priority
Unchecked/unconfirmed cast from Throwable to Exception of return value in de.smartics.properties.maven.PropertiesReportMojo.createReportConfiguration(ReportConfigHelper) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 380 Low
Unchecked/unconfirmed cast from Throwable to Exception of return value in de.smartics.properties.maven.PropertiesReportMojo.reportProblems(ReportConfigHelper, PropertySetIndexReportRenderer) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 394 Low

de.smartics.properties.maven.ReportConfigHelper

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase in de.smartics.properties.maven.ReportConfigHelper.getExecutionProjectSourceRoots(MavenProject) I18N DM_CONVERT_CASE 431 Low
Use of non-localized String.toUpperCase() or String.toLowerCase in de.smartics.properties.maven.ReportConfigHelper.getProjectSourceRoots(MavenProject) I18N DM_CONVERT_CASE 419 Low

de.smartics.properties.maven.SinkContext

Bug Category Details Line Priority
Redundant nullcheck of value, which is known to be non-null in de.smartics.properties.maven.SinkContext.getLabel(String) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 417 Medium