Compiler Report

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

Number of source files: 9 Number of classfiles: 28

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jst/ws/internal/axis2/creation/ui/widgets/skeleton/WSDL2JAVASkelConfigWidget.java
1. WARNING: MethodVarargsArgumentNeedCast

The argument of type null should explicitly be cast to Class[] for the invocation of the varargs method getMethod(String, Class...) from type Class. It could alternatively be cast to Class for a varargs invocation

WSDL2JAVASkelConfigWidget.java :

416 : Method GetLocalPartMethod = QNameClass.getMethod("getLocalPart", null);

2. WARNING: MethodVarargsArgumentNeedCast

The argument of type null should explicitly be cast to Object[] for the invocation of the varargs method invoke(Object, Object...) from type Method. It could alternatively be cast to Object for a varargs invocation

WSDL2JAVASkelConfigWidget.java :

417 : Object resultLocalPart = GetLocalPartMethod .invoke(serviceQnameInstance, null);