Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0

Number of source files: 91 Number of classfiles: 133

Problems: 28 (Errors: 0 Warnings: 28 )

Source File: org/eclipse/wst/xsl/ui/internal/StructuredTextViewerConfigurationXSL.java
1. WARNING: UnusedPrivateMethod

The method isXMLPartition(String) from the type StructuredTextViewerConfigurationXSL is never used locally

StructuredTextViewerConfigurationXSL.java :

120 : private boolean isXMLPartition(String partitionType) {

Source File: org/eclipse/wst/xsl/ui/internal/contentassist/CallTemplateContentAssistRequest.java
1. WARNING: UnusedPrivateField

The value of the field CallTemplateContentAssistRequest.ATTR_MODE is not used

CallTemplateContentAssistRequest.java :

45 : private static final String ATTR_MODE = "mode"; //$NON-NLS-1$

Source File: org/eclipse/wst/xsl/ui/internal/contentassist/ExcludeResultPrefixesContentAssist.java
1. WARNING: UnusedPrivateField

The value of the field ExcludeResultPrefixesContentAssist.ADDITIONAL_INFO is not used

ExcludeResultPrefixesContentAssist.java :

46 : private static final String ADDITIONAL_INFO = Messages.ExcludeResultPrefixesContentAssist;

Source File: org/eclipse/wst/xsl/ui/internal/contentassist/XSLContentAssistRequestFactory.java
1. WARNING: UnusedPrivateField

The value of the field XSLContentAssistRequestFactory.ATTR_MATCH is not used

XSLContentAssistRequestFactory.java :

34 : private static final String ATTR_MATCH = "match"; //$NON-NLS-1$

Source File: org/eclipse/wst/xsl/ui/internal/contentoutline/XSLContentOutlineConfiguration.java
1. WARNING: UnusedImport

The import org.eclipse.wst.xml.ui.views.contentoutline.AbstractXMLContentOutlineConfiguration is never used

XSLContentOutlineConfiguration.java :

30 : import org.eclipse.wst.xml.ui.views.contentoutline.AbstractXMLContentOutlineConfiguration;

Source File: org/eclipse/wst/xsl/ui/internal/style/XSLTagDelimsSemanticHighlighting.java
1. WARNING: UnusedImport

The import java.util.Arrays is never used

XSLTagDelimsSemanticHighlighting.java :

16 : import java.util.Arrays;

2. WARNING: UnusedImport

The import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList is never used

XSLTagDelimsSemanticHighlighting.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

Source File: org/eclipse/wst/xsl/ui/internal/validation/DelegatingSourceValidatorForXSL.java
1. WARNING: UnusedPrivateField

The value of the field DelegatingSourceValidatorForXSL.QUICKASSISTPROCESSOR is not used

DelegatingSourceValidatorForXSL.java :

41 : private final String QUICKASSISTPROCESSOR = IQuickAssistProcessor.class.getName();

Source File: org/eclipse/wst/xsl/ui/internal/views/stylesheet/XSLWorkbenchAdapter.java
1. WARNING: MissingEnumConstantCase

The enum constant ATTRIBUTE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

2. WARNING: MissingEnumConstantCase

The enum constant CALL_TEMPLATE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

3. WARNING: MissingEnumConstantCase

The enum constant FUNCTION needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

4. WARNING: MissingEnumConstantCase

The enum constant IMPORT needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

5. WARNING: MissingEnumConstantCase

The enum constant INCLUDE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

6. WARNING: MissingEnumConstantCase

The enum constant OTHER_ELEMENT needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

7. WARNING: MissingEnumConstantCase

The enum constant PARAM needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

8. WARNING: MissingEnumConstantCase

The enum constant STYLESHEET_MODEL needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

9. WARNING: MissingEnumConstantCase

The enum constant TEMPLATE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

10. WARNING: MissingEnumConstantCase

The enum constant VARIABLE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

35 : switch (obj.getModelType()) {

11. WARNING: MissingEnumConstantCase

The enum constant ATTRIBUTE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

56 : switch (obj.getModelType()) {

12. WARNING: MissingEnumConstantCase

The enum constant CALL_TEMPLATE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

56 : switch (obj.getModelType()) {

13. WARNING: MissingEnumConstantCase

The enum constant OTHER_ELEMENT needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

56 : switch (obj.getModelType()) {

14. WARNING: MissingEnumConstantCase

The enum constant PARAM needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

56 : switch (obj.getModelType()) {

15. WARNING: MissingEnumConstantCase

The enum constant STYLESHEET_MODEL needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

56 : switch (obj.getModelType()) {

16. WARNING: MissingEnumConstantCase

The enum constant ATTRIBUTE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

88 : switch (obj.getModelType()) {

17. WARNING: MissingEnumConstantCase

The enum constant CALL_TEMPLATE needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

88 : switch (obj.getModelType()) {

18. WARNING: MissingEnumConstantCase

The enum constant OTHER_ELEMENT needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

88 : switch (obj.getModelType()) {

19. WARNING: MissingEnumConstantCase

The enum constant PARAM needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

88 : switch (obj.getModelType()) {

20. WARNING: MissingEnumConstantCase

The enum constant STYLESHEET_MODEL needs a corresponding case label in this enum switch on XSLModelObject.Type

XSLWorkbenchAdapter.java :

88 : switch (obj.getModelType()) {