Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 219 Number of classfiles: 408

Problems: 11 (Errors: 0 Warnings: 11 )

Source File: org/eclipse/wst/xml/ui/internal/contentassist/AbstractContentAssistProcessor.java
1. WARNING: DeadCode

Dead code

AbstractContentAssistProcessor.java :

1820 : if (Debug.displayInfo || Debug.displayWarnings) { System.out.println("No definition found for " + rootName + " in " + docType.getPublicId() + "/" + docType.getSystemId()); //$NON-NLS-3$//$NON-NLS-2$//$NON-NLS-1$ }

2. WARNING: DeadCode

Dead code

AbstractContentAssistProcessor.java :

1836 : if (Debug.displayInfo || Debug.displayWarnings) { System.out.println("No content model found."); //$NON-NLS-1$ }

Source File: org/eclipse/wst/xml/ui/internal/properties/XMLPropertySource.java
1. WARNING: DeadCode

Dead code

XMLPropertySource.java :

216 : if (hideOnFilter && fSetExpertFilter) { descriptor.setFilterFlags(new String[]{IPropertySheetEntry.FILTER_ID_EXPERT}); }

2. WARNING: DeadCode

Dead code

XMLPropertySource.java :

236 : if ((attrDecl.getUsage() != CMAttributeDeclaration.REQUIRED) && fSetExpertFilter) { descriptor.setFilterFlags(new String[]{IPropertySheetEntry.FILTER_ID_EXPERT}); }

3. WARNING: DeadCode

Dead code

XMLPropertySource.java :

403 : if ((attrDecl.getUsage() != CMAttributeDeclaration.REQUIRED) && fSetExpertFilter) { descriptor.setFilterFlags(new String[]{IPropertySheetEntry.FILTER_ID_EXPERT}); }

4. WARNING: DeadCode

Dead code

XMLPropertySource.java :

421 : if (fShouldDeriveCategories && (attrDecl.getAttrType() != null) && (attrDecl.getAttrType().getNodeName() != null) && (attrDecl.getAttrType().getNodeName().length() > 0)) {

5. WARNING: DeadCode

Dead code

XMLPropertySource.java :

421 : if (fShouldDeriveCategories && (attrDecl.getAttrType() != null) && (attrDecl.getAttrType().getNodeName() != null) && (attrDecl.getAttrType().getNodeName().length() > 0)) { return attrDecl.getAttrType().getDataTypeName(); }

Source File: org/eclipse/wst/xml/ui/internal/validation/MarkupValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

54 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

2. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

962 : if (helper instanceof IWorkbenchContext) {

3. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

963 : IProject project = ((IWorkbenchContext) helper).getProject();

4. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

963 : IProject project = ((IWorkbenchContext) helper).getProject();