Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 7 Number of classfiles: 16
Problems: 7 (Errors: 0 Warnings: 7 )
Unnecessary @SuppressWarnings("restriction")
WebServiceDecoratorTest.java :
65 : @SuppressWarnings("restriction")
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
The method initWsDomObjects() from the type WebServiceDecoratorTest is never used locally
WebServiceDecoratorTest.java :
205 : private void initWsDomObjects() throws WsDOMLoadCanceledException
The method waitForAptMarkersAppear() from the type WebServiceDecoratorTest is never used locally
WebServiceDecoratorTest.java :
221 : private void waitForAptMarkersAppear()
The method fixAptErrors() from the type WebServiceDecoratorTest is never used locally
WebServiceDecoratorTest.java :
282 : private void fixAptErrors() throws CoreException, AnnotationGeneratorException
The method checkNoErrorsAdornment() from the type WebServiceDecoratorTest is never used locally
WebServiceDecoratorTest.java :
318 : private void checkNoErrorsAdornment()
Unnecessary @SuppressWarnings("restriction")
WSActionAbstractTest.java :
46 : @SuppressWarnings("restriction")