On that note, I’ve had a PR open to address all the API warnings for some time 
now. Would love a review.

https://github.com/apache/geode/pull/3872

> On Aug 15, 2019, at 3:59 PM, Kirk Lund <kl...@apache.org> wrote:
> 
> Just a reminder, that our many sun.misc.* warnings are drowning out real
> warnings...
> 
> We are adding new build warnings which makes me sad. This one was added
> recently:
> 
> /Users/klund/dev/geode3/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/AcceptorImpl.java:1075:
> warning: unreachable catch clause
>            } catch (IOException | RuntimeException ex) {
>              ^
>  thrown type ClosedChannelException has already been caught

Reply via email to