[
https://issues.apache.org/jira/browse/CXF-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh resolved CXF-7465.
--------------------------------------
Resolution: Not A Problem
> 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
(v7.6.3#76005)