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 OS: org.dbe.studio.tools.ssl2sdl.plugin.action.SslCompiler2SdlAction.run(org.eclipse.jface.action.IAction) may fail to close stream on exception  At SslCompiler2SdlAction.java:[line 79]
M OS: org.dbe.studio.tools.ssl2sdl.util.ObtainSSLfromBML.loadFile(java.io.File) may fail to close stream  At ObtainSSLfromBML.java:[line 32]
L OS: org.dbe.studio.tools.ssl2sdl.util.ObtainSSLfromBML.saveFile(java.io.File,String) may fail to close stream on exception  At ObtainSSLfromBML.java:[line 45]
M MS: org.dbe.studio.tools.ssl2sdl.util.SSL2SDLMessages.MESSAGEDIALOG_BODY_BML isn't final but should be
M MS: org.dbe.studio.tools.ssl2sdl.util.SSL2SDLMessages.MESSAGEDIALOG_BODY_SSL isn't final but should be
M MS: org.dbe.studio.tools.ssl2sdl.util.SSL2SDLMessages.MESSAGEDIALOG_TITLE isn't final but should be
M MS: org.dbe.studio.tools.ssl2sdl.util.SSL2SDLMessages.MESSAGEDIALOG_WARNIND_NO_SSL isn't final but should be
L NP: Possible null pointer dereference in org.dbe.studio.tools.ssl2sdl.util.SSL2SDLTransformation.executeTransformation(org.eclipse.core.resources.IProject,org.eclipse.core.resources.IFile,java.io.File) on exception path  At SSL2SDLTransformation.java:[line 60]
M OS: org.dbe.studio.tools.ssl2sdl.util.SSL2SDLTransformation.loadFile(java.io.File) may fail to close stream  At SSL2SDLTransformation.java:[line 118]
L OS: org.dbe.studio.tools.ssl2sdl.util.SSL2SDLTransformation.copy(String,String) may fail to close stream on exception  At SSL2SDLTransformation.java:[line 138]
L OS: org.dbe.studio.tools.ssl2sdl.util.SSL2SDLTransformation.copy(String,String) may fail to close stream on exception  At SSL2SDLTransformation.java:[line 139]