Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 43 Number of classfiles: 71
Problems: 9 (Errors: 0 Warnings: 9 )
The import java.util.LinkedList is never used
XslOutputMethodSniffer.java :
16 : import java.util.LinkedList;
The import java.util.List is never used
XslOutputMethodSniffer.java :
17 : import java.util.List;
The import java.util.Map is never used
XslOutputMethodSniffer.java :
18 : import java.util.Map;
The import java.util.TreeMap is never used
XslOutputMethodSniffer.java :
19 : import java.util.TreeMap;
The import java.util.regex.Matcher is never used
XslOutputMethodSniffer.java :
20 : import java.util.regex.Matcher;
The import java.util.regex.Pattern is never used
XslOutputMethodSniffer.java :
21 : import java.util.regex.Pattern;
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 value of the local variable path is not used
InputFileBlock.java :
75 : IPath path = null;