Compiler Report

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

Number of source files: 27 Number of classfiles: 27

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/jst/ws/internal/jaxws/core/annotations/validation/WebServiceProviderRules.java
1. WARNING: UnusedPrivateMethod

The method isPayloadMode(ClassDeclaration) from the type WebServiceProviderRules is never used locally

WebServiceProviderRules.java :

167 : private boolean isPayloadMode(ClassDeclaration classDeclaration) {