Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 41 Number of classfiles: 66
Problems: 3 (Errors: 0 Warnings: 3 )
Dead code
XSLBreakpointProvider.java :
58 : if (point == null) { status = new Status(IStatus.ERROR, XSLDebugUIPlugin.PLUGIN_ID, IStatus.ERROR, Messages.XSLBreakpointProvider_0, null); } else {
Dead code
XSLBreakpointProvider.java :
83 : if (point == null) { status = new Status(IStatus.ERROR, XSLDebugUIPlugin.PLUGIN_ID, IStatus.ERROR, Messages.XSLBreakpointProvider_0, null); }
The local variable path is never read
InputFileBlock.java :
75 : IPath path = null;