Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 6 Number of classfiles: 16

Problems: 7 (Errors: 0 Warnings: 7 )

Source File: org/eclipse/jst/ws/jaxws/dom/integration/tests/navigator/WebServiceDecoratorTest.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

WebServiceDecoratorTest.java :

65 : @SuppressWarnings("restriction")

2. WARNING: UnusedPrivateMethod

The method createWsContent(String, String, String, String) from the type WebServiceDecoratorTest is never used locally

WebServiceDecoratorTest.java :

189 : private void createWsContent(final String seiName, final String webMethodName, final String paramName, final String serviceName) throws CoreException, WsDOMLoadCanceledException, IOException

3. WARNING: UnusedPrivateMethod

The method initWsDomObjects() from the type WebServiceDecoratorTest is never used locally

WebServiceDecoratorTest.java :

205 : private void initWsDomObjects() throws WsDOMLoadCanceledException

4. WARNING: UnusedPrivateMethod

The method waitForAptMarkersAppear() from the type WebServiceDecoratorTest is never used locally

WebServiceDecoratorTest.java :

221 : private void waitForAptMarkersAppear()

5. WARNING: UnusedPrivateMethod

The method fixAptErrors() from the type WebServiceDecoratorTest is never used locally

WebServiceDecoratorTest.java :

282 : private void fixAptErrors() throws CoreException, AnnotationGeneratorException

6. WARNING: UnusedPrivateMethod

The method checkNoErrorsAdornment() from the type WebServiceDecoratorTest is never used locally

WebServiceDecoratorTest.java :

318 : private void checkNoErrorsAdornment()

Source File: org/eclipse/jst/ws/jaxws/dom/integration/tests/navigator/actions/WSActionAbstractTest.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

WSActionAbstractTest.java :

46 : @SuppressWarnings("restriction")