FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
18 9 0 0

org.apache.maven.scm.ScmTestCase

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.scm.ScmTestCase.makeFile(File, String, String): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 316 High

org.apache.maven.scm.manager.ScmManagerStub

Bug Category Details Line Priority
There is an apparent infinite recursive loop in org.apache.maven.scm.manager.ScmManagerStub.export(ScmRepository, ScmFileSet, String) CORRECTNESS IL_INFINITE_RECURSIVE_LOOP 385 High

org.apache.maven.scm.provider.ScmProviderStub

Bug Category Details Line Priority
Unwritten field: org.apache.maven.scm.provider.ScmProviderStub.scmType CORRECTNESS UWF_UNWRITTEN_FIELD 159 Medium

org.apache.maven.scm.tck.command.branch.BranchCommandTckTest

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.scm.tck.command.branch.BranchCommandTckTest.changeReadmeTxt(File): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 101 High

org.apache.maven.scm.tck.command.checkin.CheckInCommandTckTest

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.scm.tck.command.checkin.CheckInCommandTckTest.changeReadmeTxt(File): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 237 High
Found reliance on default encoding in org.apache.maven.scm.tck.command.checkin.CheckInCommandTckTest.createBarJava(File): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 211 High
Found reliance on default encoding in org.apache.maven.scm.tck.command.checkin.CheckInCommandTckTest.createFooJava(File): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 186 High

org.apache.maven.scm.tck.command.list.ListCommandTckTest

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in org.apache.maven.scm.tck.command.list.ListCommandTckTest.testListCommandUnexistantFileTest() STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 64 Medium

org.apache.maven.scm.tck.command.tag.TagCommandTckTest

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.scm.tck.command.tag.TagCommandTckTest.changeReadmeTxt(File): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 101 High