FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 25 |
8 |
0 |
0 |
org.apache.maven.plugins.site.deploy.AbstractDeployMojo
| Bug |
Category |
Details |
Line |
Priority |
| Load of known null value in org.apache.maven.plugins.site.deploy.AbstractDeployMojo.push(File, Repository, Wagon, ProxyInfo, List, String) |
STYLE |
NP_LOAD_OF_KNOWN_NULL_VALUE |
436 |
Medium |
org.apache.maven.plugins.site.deploy.SiteStageMojo
| Bug |
Category |
Details |
Line |
Priority |
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.site.deploy.SiteStageMojo.determineDeploySite() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
93 |
Medium |
org.apache.maven.plugins.site.deploy.wagon.PathUtils
| Bug |
Category |
Details |
Line |
Priority |
| Redundant nullcheck of authorization, which is known to be non-null in org.apache.maven.plugins.site.deploy.wagon.PathUtils.port(String) |
STYLE |
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE |
248 |
Medium |
org.apache.maven.plugins.site.descriptor.EffectiveSiteMojo
| Bug |
Category |
Details |
Line |
Priority |
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.site.descriptor.EffectiveSiteMojo.writeXmlFile(File, String) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
175 |
Medium |
org.apache.maven.plugins.site.descriptor.SiteDescriptorArtifactMetadata
| Bug |
Category |
Details |
Line |
Priority |
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.site.descriptor.SiteDescriptorArtifactMetadata.storeInLocalRepository(ArtifactRepository, ArtifactRepository) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
77 |
Medium |
org.apache.maven.plugins.site.render.ReportDocumentRenderer
| Bug |
Category |
Details |
Line |
Priority |
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument(Writer, Renderer, SiteRenderingContext) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
332 |
Medium |
org.apache.maven.plugins.site.render.SiteMojo
| Bug |
Category |
Details |
Line |
Priority |
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.site.render.SiteMojo.getOutputDirectory(Locale) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
311 |
Medium |
org.apache.maven.plugins.site.run.SiteRunMojo
| Bug |
Category |
Details |
Line |
Priority |
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.site.run.SiteRunMojo.createWebApplication() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
109 |
Medium |