Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 41 Number of classfiles: 66

Problems: 47 (Errors: 0 Warnings: 47 )

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

Discouraged access: The type XMLContentType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.core/@dot

ResourceSelectionBlock.java :

58 : import org.eclipse.wst.xsl.core.internal.util.XMLContentType;

2. WARNING: DiscouragedReference

Discouraged access: The constructor XMLContentType() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.core/@dot

ResourceSelectionBlock.java :

363 : return new XMLContentType().getFileExtensions();

3. WARNING: DiscouragedReference

Discouraged access: The method getFileExtensions() from the type XMLContentType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.core/@dot

ResourceSelectionBlock.java :

363 : return new XMLContentType().getFileExtensions();

4. WARNING: DiscouragedReference

Discouraged access: The type XMLContentType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.core/@dot

ResourceSelectionBlock.java :

363 : return new XMLContentType().getFileExtensions();

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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLBreakpointProvider.java :

32 : 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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLBreakpointProvider.java :

33 : 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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLBreakpointProvider.java :

34 : 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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLBreakpointProvider.java :

44 : public class XSLBreakpointProvider implements IBreakpointProvider,

5. WARNING: DeadCode

Dead code

XSLBreakpointProvider.java :

58 : if (point == null) { status = new Status(IStatus.ERROR, XSLDebugUIPlugin.PLUGIN_ID, IStatus.ERROR, Messages.XSLBreakpointProvider_0, null); } else {

6. WARNING: DiscouragedReference

Discouraged access: The type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLBreakpointProvider.java :

79 : StructuredResourceMarkerAnnotationModel.SECONDARY_ID_KEY,

7. WARNING: DiscouragedReference

Discouraged access: The field SECONDARY_ID_KEY from the type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLBreakpointProvider.java :

79 : StructuredResourceMarkerAnnotationModel.SECONDARY_ID_KEY,

8. WARNING: DeadCode

Dead code

XSLBreakpointProvider.java :

83 : if (point == null) { status = new Status(IStatus.ERROR, XSLDebugUIPlugin.PLUGIN_ID, IStatus.ERROR, Messages.XSLBreakpointProvider_0, null); }

9. WARNING: DiscouragedReference

Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

XSLBreakpointProvider.java :

151 : public void setSourceEditingTextTools(ISourceEditingTextTools tools) {

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

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

29 : import org.eclipse.wst.xml.ui.internal.util.SharedXMLEditorPluginImageHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

59 : localImg = SharedXMLEditorPluginImageHelper

3. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

59 : localImg = SharedXMLEditorPluginImageHelper .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ELEMENT);

4. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

60 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ELEMENT);

5. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ELEMENT from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

60 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ELEMENT);

6. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

63 : localImg = SharedXMLEditorPluginImageHelper

7. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

63 : localImg = SharedXMLEditorPluginImageHelper .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE);

8. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

64 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE);

9. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

64 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE);

10. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

67 : localImg = SharedXMLEditorPluginImageHelper

11. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

67 : localImg = SharedXMLEditorPluginImageHelper .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_COMMENT);

12. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

68 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_COMMENT);

13. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_COMMENT from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

68 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_COMMENT);

14. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

71 : localImg = SharedXMLEditorPluginImageHelper

15. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

71 : localImg = SharedXMLEditorPluginImageHelper .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_PROCESSINGINSTRUCTION);

16. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

72 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_PROCESSINGINSTRUCTION);

17. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_PROCESSINGINSTRUCTION from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

72 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_PROCESSINGINSTRUCTION);

18. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

75 : localImg = SharedXMLEditorPluginImageHelper

19. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

75 : localImg = SharedXMLEditorPluginImageHelper .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION);

20. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

76 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION);

21. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_CDATASECTION from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

76 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION);

22. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

79 : localImg = SharedXMLEditorPluginImageHelper

23. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

79 : localImg = SharedXMLEditorPluginImageHelper .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ENTITY);

24. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

80 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ENTITY);

25. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ENTITY from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

80 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ENTITY);

26. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

83 : localImg = SharedXMLEditorPluginImageHelper

27. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

83 : localImg = SharedXMLEditorPluginImageHelper .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ENTITY_REFERENCE);

28. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

84 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ENTITY_REFERENCE);

29. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ENTITY_REFERENCE from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

84 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ENTITY_REFERENCE);

30. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

87 : localImg = SharedXMLEditorPluginImageHelper

31. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

87 : localImg = SharedXMLEditorPluginImageHelper .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_TXTEXT);

32. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

88 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_TXTEXT);

33. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_TXTEXT from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

XSLModelPresentation.java :

88 : .getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_TXTEXT);

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

The local variable path is never read

InputFileBlock.java :

75 : IPath path = null;