FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.2

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
78 3 0 0

com.gridsystems.launcher.CLBuilder

Bug Category Details Line
com.gridsystems.launcher.CLBuilder.addClassPath(ClassLoader) might ignore java.lang.Exception BAD_PRACTICE DE_MIGHT_IGNORE 97
com.gridsystems.launcher.CLBuilder.getClassLoader() creates a java.net.URLClassLoader classloader, which should be performed within a doPrivileged block BAD_PRACTICE DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED 280

com.gridsystems.launcher.Launcher

Bug Category Details Line
Usage of GetResource in com.gridsystems.launcher.Launcher.resolveEntity(String, String) may be unsafe if class is extended BAD_PRACTICE UI_INHERITANCE_UNSAFE_GETRESOURCE 519