Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 41 Number of classfiles: 66

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/wst/xsl/internal/debug/ui/breakpoint/XSLBreakpointProvider.java
1. WARNING: DeadCode

Dead code

XSLBreakpointProvider.java :

58 : if (point == null) { status = new Status(IStatus.ERROR, XSLDebugUIPlugin.PLUGIN_ID, IStatus.ERROR, Messages.XSLBreakpointProvider_0, null); } else {

2. WARNING: DeadCode

Dead code

XSLBreakpointProvider.java :

83 : if (point == null) { status = new Status(IStatus.ERROR, XSLDebugUIPlugin.PLUGIN_ID, IStatus.ERROR, Messages.XSLBreakpointProvider_0, null); }

Source File: org/eclipse/wst/xsl/internal/debug/ui/tabs/main/InputFileBlock.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable path is not used

InputFileBlock.java :

75 : IPath path = null;