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
35 9 0 0

de.smartics.tool.softlink.AbstractTool

Bug Category Details Line Priority
de.smartics.tool.softlink.AbstractTool.execute(String, String[]) invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 345 Medium
Format string should use %n rather than \n in de.smartics.tool.softlink.AbstractTool.execute(String, String[]) BAD_PRACTICE VA_FORMAT_STRING_USES_NEWLINE 370 Medium

de.smartics.tool.softlink.admin.LogFileSystemHandler

Bug Category Details Line Priority
Format string should use %n rather than \n in de.smartics.tool.softlink.admin.LogFileSystemHandler.createLink(Path, Path) BAD_PRACTICE VA_FORMAT_STRING_USES_NEWLINE 72 Medium
Format string should use %n rather than \n in de.smartics.tool.softlink.admin.LogFileSystemHandler.deleteLink(Path) BAD_PRACTICE VA_FORMAT_STRING_USES_NEWLINE 60 Medium
Format string should use %n rather than \n in de.smartics.tool.softlink.admin.LogFileSystemHandler.deleteSnapshotFolder(Path) BAD_PRACTICE VA_FORMAT_STRING_USES_NEWLINE 84 Medium
Format string should use %n rather than \n in de.smartics.tool.softlink.admin.LogFileSystemHandler.exists(Path) BAD_PRACTICE VA_FORMAT_STRING_USES_NEWLINE 109 Medium
Format string should use %n rather than \n in de.smartics.tool.softlink.admin.LogFileSystemHandler.isDirectory(Path) BAD_PRACTICE VA_FORMAT_STRING_USES_NEWLINE 121 Medium
Format string should use %n rather than \n in de.smartics.tool.softlink.admin.LogFileSystemHandler.isLinkPointingTo(Path, Path) BAD_PRACTICE VA_FORMAT_STRING_USES_NEWLINE 97 Medium

de.smartics.tool.softlink.admin.NioFileSystemHandler$1

Bug Category Details Line Priority
The class de.smartics.tool.softlink.admin.NioFileSystemHandler$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 120-138 Low