Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 76 Number of classfiles: 186
Problems: 19 (Errors: 0 Warnings: 19 )
The import org.eclipse.core.runtime.Status is never used
XSLLaunchShortcut.java :
23 : import org.eclipse.core.runtime.Status;
The import org.eclipse.swt.events.ModifyEvent is never used
XSLLaunchShortcut.java :
39 : import org.eclipse.swt.events.ModifyEvent;
The import org.eclipse.swt.events.ModifyListener is never used
XSLLaunchShortcut.java :
40 : import org.eclipse.swt.events.ModifyListener;
Discouraged access: The type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/incubator-R0.5-R/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.0.v200806041847.jar
XSLBreakpointProvider.java :
31 : import org.eclipse.wst.sse.ui.internal.StructuredResourceMarkerAnnotationModel;
Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/incubator-R0.5-R/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.0.v200806041847.jar
XSLBreakpointProvider.java :
32 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools;
Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/incubator-R0.5-R/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.0.v200806041847.jar
XSLBreakpointProvider.java :
33 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.IBreakpointProvider;
Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/incubator-R0.5-R/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.0.v200806041847.jar
XSLBreakpointProvider.java :
42 : public class XSLBreakpointProvider implements IBreakpointProvider, IExecutableExtension
Discouraged access: The type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/incubator-R0.5-R/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.0.v200806041847.jar
XSLBreakpointProvider.java :
77 : attributes.put(StructuredResourceMarkerAnnotationModel.SECONDARY_ID_KEY, id);
Discouraged access: The field SECONDARY_ID_KEY from the type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/incubator-R0.5-R/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.0.v200806041847.jar
XSLBreakpointProvider.java :
77 : attributes.put(StructuredResourceMarkerAnnotationModel.SECONDARY_ID_KEY, id);
Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/incubator-R0.5-R/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.0.v200806041847.jar
XSLBreakpointProvider.java :
154 : public void setSourceEditingTextTools(ISourceEditingTextTools tools)
The import org.eclipse.wst.xsl.internal.debug.ui.tabs.processor.ProcessorDetailsDialog is never used
InstalledProcessorsBlock.java :
60 : import org.eclipse.wst.xsl.internal.debug.ui.tabs.processor.ProcessorDetailsDialog;
The field FOFormatterTab.fCheckListener is never read locally
FOFormatterTab.java :
36 : private final IPropertyChangeListener fCheckListener = new IPropertyChangeListener()
The import org.eclipse.core.runtime.content.IContentTypeMatcher is never used
InputFileBlock.java :
28 : import org.eclipse.core.runtime.content.IContentTypeMatcher;
The local variable path is never read
InputFileBlock.java :
94 : IPath path = null;
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
StylesheetLabelProvider.java :
46 : return MessageFormat.format(MainTabMessages.StylesheetEntryLabelProvider_Invalid_path, new String[] { "null" }); //$NON-NLS-1$
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
StylesheetLabelProvider.java :
52 : return MessageFormat.format(MainTabMessages.StylesheetEntryLabelProvider_Invalid_path, new String[] { "null" }); //$NON-NLS-1$
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
StylesheetLabelProvider.java :
57 : return MessageFormat.format(MainTabMessages.StylesheetEntryLabelProvider_Invalid_path, new String[] { path.toString() });
The field FeaturesBlock.featuresFromPreferences is never read locally
FeaturesBlock.java :
76 : private LaunchFeatures featuresFromPreferences;
The import org.eclipse.wst.xsl.internal.debug.ui.XSLDebugUIPlugin is never used
XSLProcessorTab.java :
20 : import org.eclipse.wst.xsl.internal.debug.ui.XSLDebugUIPlugin;