You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Giacomo Boccardo (JIRA)" <ji...@apache.org> on 2017/08/03 10:56:00 UTC

[jira] [Created] (CXF-7465) Auto-closeable resource FooWService.FooWSProxy has a member method close() that could throw InterruptedException

Giacomo Boccardo created CXF-7465:
-------------------------------------

             Summary: Auto-closeable resource FooWService.FooWSProxy has a member method close() that could throw InterruptedException
                 Key: CXF-7465
                 URL: https://issues.apache.org/jira/browse/CXF-7465
             Project: CXF
          Issue Type: Bug
    Affects Versions: 3.1.12
            Reporter: Giacomo Boccardo
            Priority: Minor


The following warning is shown during the compilation:
{noformat}
FooWSService.java:[67,12] auto-closeable resource FooWSService.FooWSProxy has a member method close() that could throw InterruptedException
{noformat}

The relative code is:
{noformat}
    /**
     * Proxy interface the extends FooWS to also provide useful methods
     * without having to cast to the appropriate interface. 
     */
    public interface FooWSProxy extends FooWS, AutoCloseable, BindingProvider, Client {
    }
{noformat}

This issue has already been discussed at https://bugs.openjdk.java.net/browse/JDK-7027157 .





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)