You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2019/01/17 08:09:09 UTC

[GitHub] amarkevich commented on a change in pull request #501: cxf-core: use String.isEmpty(); remove duplicate

amarkevich commented on a change in pull request #501: cxf-core: use String.isEmpty(); remove duplicate
URL: https://github.com/apache/cxf/pull/501#discussion_r248570746
 
 

 ##########
 File path: core/src/main/java/org/apache/cxf/common/util/URIParserUtil.java
 ##########
 @@ -69,13 +70,8 @@ private static boolean isExcluded(char ch) {
     }
 
     public static String parsePackageName(String namespace, String defaultPackageName) {
 
 Review comment:
   unfortunately the return value is different in case empty namespace - URIParserUtil returns "cxf"

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services