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

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

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

Daniel Kulp commented on CXF-7465:
----------------------------------


Uhhh... CXF doesn't generate that code.   Thus, I have no idea why this would be considered a CXF issue.



> 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)