Compiler Report

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 )

Source File: org/eclipse/wst/xsl/internal/debug/ui/XSLLaunchShortcut.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.Status is never used

XSLLaunchShortcut.java :

23 : import org.eclipse.core.runtime.Status;

2. WARNING: UnusedImport

The import org.eclipse.swt.events.ModifyEvent is never used

XSLLaunchShortcut.java :

39 : import org.eclipse.swt.events.ModifyEvent;

3. WARNING: UnusedImport

The import org.eclipse.swt.events.ModifyListener is never used

XSLLaunchShortcut.java :

40 : import org.eclipse.swt.events.ModifyListener;

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

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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)

Source File: org/eclipse/wst/xsl/internal/debug/ui/preferences/InstalledProcessorsBlock.java
1. WARNING: UnusedImport

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;

Source File: org/eclipse/wst/xsl/internal/debug/ui/tabs/formatter/FOFormatterTab.java
1. WARNING: UnusedPrivateField

The field FOFormatterTab.fCheckListener is never read locally

FOFormatterTab.java :

36 : private final IPropertyChangeListener fCheckListener = new IPropertyChangeListener()

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

The import org.eclipse.core.runtime.content.IContentTypeMatcher is never used

InputFileBlock.java :

28 : import org.eclipse.core.runtime.content.IContentTypeMatcher;

2. WARNING: LocalVariableIsNeverUsed

The local variable path is never read

InputFileBlock.java :

94 : IPath path = null;

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

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$

2. WARNING: MethodVarargsArgumentNeedCast

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$

3. WARNING: MethodVarargsArgumentNeedCast

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() });

Source File: org/eclipse/wst/xsl/internal/debug/ui/tabs/processor/FeaturesBlock.java
1. WARNING: UnusedPrivateField

The field FeaturesBlock.featuresFromPreferences is never read locally

FeaturesBlock.java :

76 : private LaunchFeatures featuresFromPreferences;

Source File: org/eclipse/wst/xsl/internal/debug/ui/tabs/processor/XSLProcessorTab.java
1. WARNING: UnusedImport

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;