Compiler Report

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

Number of source files: 39 Number of classfiles: 43

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/validation/tests/testcase/TestSuite10.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

TestSuite10.java :

28 : @SuppressWarnings("restriction")

Source File: org/eclipse/wst/validation/tests/testcase/TestSuite7.java
1. WARNING: MissingEnumConstantCase

The enum constant Clean needs a corresponding case label in this enum switch on T7A.EntryType

TestSuite7.java :

74 : switch (vep.getType()){