FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is

Effort is min

Summary

Classes Bugs Errors Missing Classes
9 13 0 0

org.andromda.maven.plugin.site.AbstractSiteMojo

Bug Category Details Line Priority
Exceptional return value of java.io.File.mkdirs() ignored in org.andromda.maven.plugin.site.AbstractSiteMojo.unpack(File, File) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 78 Medium
Unwritten public or protected field: org.andromda.maven.plugin.site.AbstractSiteMojo.archiverManager STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 80 Medium

org.andromda.maven.plugin.site.CopyDocumentationMojo

Bug Category Details Line Priority
Unused field: org.andromda.maven.plugin.site.CopyDocumentationMojo.projectName PERFORMANCE UUF_UNUSED_FIELD Not available Medium

org.andromda.maven.plugin.site.NamespaceTransformerMojo

Bug Category Details Line Priority
Read of unwritten public or protected field project in org.andromda.maven.plugin.site.NamespaceTransformerMojo.execute() STYLE NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 104 Medium
Unused field: org.andromda.maven.plugin.site.NamespaceTransformerMojo.namespaceTransformationPath PERFORMANCE UUF_UNUSED_FIELD Not available Medium
Unwritten public or protected field: org.andromda.maven.plugin.site.NamespaceTransformerMojo.project STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 104 Medium

org.andromda.maven.plugin.site.ProfileTransformerMojo

Bug Category Details Line Priority
Read of unwritten public or protected field project in org.andromda.maven.plugin.site.ProfileTransformerMojo.execute() STYLE NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 103 Medium
Unused field: org.andromda.maven.plugin.site.ProfileTransformerMojo.profileTransformationPath PERFORMANCE UUF_UNUSED_FIELD Not available Medium
Unwritten public or protected field: org.andromda.maven.plugin.site.ProfileTransformerMojo.project STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 103 Medium

org.andromda.maven.plugin.site.UnpackDocumentationMojo

Bug Category Details Line Priority
Unused field: org.andromda.maven.plugin.site.UnpackDocumentationMojo.projectName PERFORMANCE UUF_UNUSED_FIELD Not available Medium

org.andromda.maven.plugin.site.XslTransformer

Bug Category Details Line Priority
Found reliance on default encoding in org.andromda.maven.plugin.site.XslTransformer.transform(String, URL, String): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 122 High
Exceptional return value of java.io.File.mkdirs() ignored in org.andromda.maven.plugin.site.XslTransformer.transform(String, URL, String) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 119 Medium

org.andromda.maven.plugin.site.XslTransformer$XslTransformerEntityResolver

Bug Category Details Line Priority
Redundant nullcheck of uri, which is known to be non-null in org.andromda.maven.plugin.site.XslTransformer$XslTransformerEntityResolver.resolveEntity(String, String) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 224 Medium