You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Robert Liguori (JIRA)" <ji...@apache.org> on 2011/07/24 15:34:09 UTC

[jira] [Resolved] (CXF-3682) CXF Example: java_first_jaxws, Warnings: Unused imports

     [ https://issues.apache.org/jira/browse/CXF-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Liguori resolved CXF-3682.
---------------------------------

    Resolution: Not A Problem

This issue is way too trivial to waste anyone's time on.  The idea here was to come up with a small set of JIRA issues that would resolve all of the warnings seen for the CXF sample projects through Eclipse and NetBeans.  I was going to try and perform this work myself.  However, it looks as if the effort would cause more unwanted *noise* than value.  Note that the sample projects are not 'broken' and function just fine as they are. I'm closing this issue.

> CXF Example: java_first_jaxws, Warnings: Unused imports
> -------------------------------------------------------
>
>                 Key: CXF-3682
>                 URL: https://issues.apache.org/jira/browse/CXF-3682
>             Project: CXF
>          Issue Type: Improvement
>          Components: Samples
>    Affects Versions: 2.4.1
>         Environment: Java First demo using JAX-WS APIs (java_first_jaxws)
>            Reporter: Robert Liguori
>            Assignee: Robert Liguori
>            Priority: Trivial
>
> The Java First demo using JAX-WS APIs (java_first_jaxws) sample projects has unused imports.  The below *two* diffs resolve the imports.  Please apply.
> ========================================================================================================
> # This patch file was generated by NetBeans IDE
> # It uses platform neutral UTF-8 encoding and \n newlines.
> --- C:\apache-cxf-2.4.1\samples\java_first_jaxws\src\demo\hw\client\Client.java
> +++ C:\Diffs\New\Client.java
> @@ -20,7 +20,6 @@
>  package demo.hw.client;
>  
>  import java.util.Map;
> -import java.util.Map.Entry;
>  
>  import javax.xml.namespace.QName;
>  import javax.xml.ws.Service;
> ==============================================================================================
> # This patch file was generated by NetBeans IDE
> # It uses platform neutral UTF-8 encoding and \n newlines.
> --- C:\apache-cxf-2.4.1\samples\java_first_jaxws\src\demo\hw\server\IntegerUserMapAdapter.java
> +++ C:\Diffs\New\IntegerUserMapAdapter.java
> @@ -21,7 +21,6 @@
>  
>  import java.util.LinkedHashMap;
>  import java.util.Map;
> -import java.util.Map.Entry;
>  
>  import javax.xml.bind.annotation.adapters.XmlAdapter;
> ==============================================================================================

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira