Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 333 Number of classfiles: 409
Problems: 4 (Errors: 0 Warnings: 4 )
Dead code
HTMLAttributeValidator.java :
186 : if (false && actualValue.indexOf('#') < 0 && actualValue.indexOf(":/") == -1 && CMUtil.isHTML(edec)) { //$NON-NLS-1$ //$NON-NLS-2$
Dead code
HTMLAttributeValidator.java :
186 : if (false && actualValue.indexOf('#') < 0 && actualValue.indexOf(":/") == -1 && CMUtil.isHTML(edec)) { //$NON-NLS-1$ //$NON-NLS-2$ IStructuredDocumentRegion start = ((IDOMNode) node).getStartStructuredDocumentRegion(); if (start != null && start.getFirstRegion().getTextLength() == 1) { IPath basePath = new Path(((IDOMNode) node).getModel().getBaseLocation()); if (basePath.segmentCount() > 1) { IPath path = ModuleCoreSupport.resolve(basePath, actualValue); IResource found = ResourcesPlugin.getWorkspace().getRoot().findMember(path); if (found == null || !found.isAccessible()) { rgnType = REGION_VALUE; state = ErrorState.RESOURCE_NOT_FOUND; } } } }
Dead code
HTMLAttributeValidator.java :
231 : if (false && actualValue.indexOf('#') < 0 && actualValue.indexOf(":/") == -1 && CMUtil.isHTML(edec)) { //$NON-NLS-1$ //$NON-NLS-2$
Dead code
HTMLAttributeValidator.java :
231 : if (false && actualValue.indexOf('#') < 0 && actualValue.indexOf(":/") == -1 && CMUtil.isHTML(edec)) { //$NON-NLS-1$ //$NON-NLS-2$ IStructuredDocumentRegion start = ((IDOMNode) node).getStartStructuredDocumentRegion(); if (start != null && start.getFirstRegion().getTextLength() == 1) { IPath basePath = new Path(((IDOMNode) node).getModel().getBaseLocation()); if (basePath.segmentCount() > 1) { IPath path = ModuleCoreSupport.resolve(basePath, actualValue); IResource found = ResourcesPlugin.getWorkspace().getRoot().findMember(path); if (found == null || !found.isAccessible()) { rgnType = REGION_VALUE; state = ErrorState.RESOURCE_NOT_FOUND; } } } }