reta commented on a change in pull request #721:
URL: https://github.com/apache/cxf/pull/721#discussion_r535793651



##########
File path: 
rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
##########
@@ -109,7 +109,11 @@ private String getPackageName(Method method) {
         return list;
     }
 
-    public Set<Class<?>> generate() {
+    public Set<Class<?>> generate(JaxWsServiceFactoryBean factory, 
InterfaceInfo ii, boolean q) {
+        this.qualified = q;

Review comment:
       Please remove `qualified` and `interfaceInfo` from class members, pass 
them as arguments.

##########
File path: 
rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
##########
@@ -109,7 +109,11 @@ private String getPackageName(Method method) {
         return list;
     }
 
-    public Set<Class<?>> generate() {
+    public Set<Class<?>> generate(JaxWsServiceFactoryBean factory, 
InterfaceInfo ii, boolean q) {
+        this.qualified = q;

Review comment:
       Please remove `qualified` and `interfaceInfo` from class members, pass 
them as arguments along the chain.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to