Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 21 Number of classfiles: 50
Problems: 5 (Errors: 0 Warnings: 5 )
The import org.eclipse.jface.viewers.ILabelProvider is never used
XPathNavigator.java :
39 : import org.eclipse.jface.viewers.ILabelProvider;
Unnecessary @SuppressWarnings("restriction")
CustomTemplateProposal.java :
26 : @SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")
XPathPrefencePage.java :
10 : @SuppressWarnings("restriction")
The method getPostSelectionChangedListener() from the type XPathView.SelectionProvider is never used locally
XPathView.java :
516 : public ISelectionChangedListener getPostSelectionChangedListener() {
The method getSelectionChangedListener() from the type XPathView.SelectionProvider is never used locally
XPathView.java :
527 : public ISelectionChangedListener getSelectionChangedListener() {