FindBugs Results

The following document contains the results of FindBugs - http://findbugs.sourceforge.net/. This isn't formatted like a pretty CheckStyle / JDepend sheet as the FindBugs XML output is very terse and does not describe what each error type is. We have no desire to hardcode messages against FindBugs, so we'll wait until FindBugs XML output can be modified to produce easy to use messages.

L DE: org.dbe.studio.tools.sdlCompiler2Java.Sdl2Java.transformer(String,String) might ignore java.lang.Exception  At Sdl2Java.java:[line 139]
L ES: Comparison of String objects using == or != in org.dbe.studio.tools.sdlCompiler2Java.Sdl2Java.getNameSpace(String)   At Sdl2Java.java:[line 278]
M OS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2Java.loadFile(java.io.File) may fail to close stream  At Sdl2Java.java:[line 188]
L OS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2Java.saveFile(java.io.File,String) may fail to close stream on exception  At Sdl2Java.java:[line 242]
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaMessages.ERR_MSG_ERR_TO_USER isn't final but should be
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaMessages.ERR_MSG_MJAVA_Null isn't final but should be
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaMessages.ERR_MSG_NULL_TRANSF isn't final but should be
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaMessages.ERR_MSG_SDL_Null isn't final but should be
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaMessages.ERR_MSG_WSDL_Null isn't final but should be
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaMessages.MSG_SUCC_SAVE_Java isn't final but should be
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaMessages.MSG_SUCC_SAVE_TITLE isn't final but should be
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaMessages.MSG_SUCC_SAVE_WSDL isn't final but should be
L DE: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaProps.getPropFile(String) might ignore java.lang.Exception  At Sdl2JavaProps.java:[line 57]
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaProps.Entries isn't final but should be
M MS: org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaProps.Param isn't final but should be
L NP: Possible null pointer dereference in org.dbe.studio.tools.sdlCompiler2Java.Sdl2JavaProps.getPropFile(String) on exception path  At Sdl2JavaProps.java:[line 63]