Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B83_R37x, 3.7.2

Number of source files: 310 Number of classfiles: 385

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/wst/xml/core/internal/cleanup/ElementNodeCleanupHandler.java
1. WARNING: DeadCode

Dead code

ElementNodeCleanupHandler.java :

285 : if (startTagStructuredDocumentRegion == null) { // start tag missing if (isStartTagRequired(newNode)) newNode = insertStartTag(newNode); } else if (endTagStructuredDocumentRegion == null) {