Compiler Report

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 )

Source File: org/eclipse/wst/xml/xpath/ui/views/XPathNavigator.java
1. WARNING: UnusedImport

The import org.eclipse.jface.viewers.ILabelProvider is never used

XPathNavigator.java :

39 : import org.eclipse.jface.viewers.ILabelProvider;

Source File: org/eclipse/wst/xml/xpath/ui/internal/contentassist/CustomTemplateProposal.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

CustomTemplateProposal.java :

26 : @SuppressWarnings("restriction")

Source File: org/eclipse/wst/xml/xpath/ui/internal/preferences/XPathPrefencePage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

XPathPrefencePage.java :

10 : @SuppressWarnings("restriction")

Source File: org/eclipse/wst/xml/xpath/ui/internal/views/XPathView.java
1. WARNING: UnusedPrivateMethod

The method getPostSelectionChangedListener() from the type XPathView.SelectionProvider is never used locally

XPathView.java :

516 : public ISelectionChangedListener getPostSelectionChangedListener() {

2. WARNING: UnusedPrivateMethod

The method getSelectionChangedListener() from the type XPathView.SelectionProvider is never used locally

XPathView.java :

527 : public ISelectionChangedListener getSelectionChangedListener() {