[ 
https://issues.apache.org/jira/browse/CXF-7897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16682386#comment-16682386
 ] 

ASF GitHub Bot commented on CXF-7897:
-------------------------------------

ffang closed pull request #474: [CXF-7897] WrapperClassGenerator - fixing 
unclear warning log message
URL: https://github.com/apache/cxf/pull/474
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
 
b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
index 3ac03cffc8b..bcd851eb04c 100644
--- 
a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
+++ 
b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
@@ -150,8 +150,8 @@ private void createWrapperClass(MessagePartInfo wrapperPart,
 
         ClassWriter cw = createClassWriter();
         if (cw == null) {
-            LOG.warning(op.getName() + "requires a wrapper bean but problems 
with"
-                + " ASM has prevented creating one.  Operation may not work 
correctly.");
+            LOG.warning(op.getName() + " requires a wrapper bean but problems 
with"
+                + " ASM has prevented creating one. Operation may not work 
correctly.");
             return;
         }
         QName wrapperElement = messageInfo.getName();


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> WrapperClassGenerator - unclear warning log message
> ---------------------------------------------------
>
>                 Key: CXF-7897
>                 URL: https://issues.apache.org/jira/browse/CXF-7897
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 3.2.7
>            Reporter: Marcin
>            Priority: Trivial
>              Labels: easyfix
>
> {color:#008000}Now warning says:{color}
> {code:java}
> operationNamerequires a wrapper bean but problems with ASM has prevented 
> creating one.  Operation may not work correctly.{code}
>  {color:#008000}It would be better:{color}
> {code:java}
> operationName requires a wrapper bean but problems with ASM has prevented 
> creating one. Operation may not work correctly.{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to