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