Skip to content

Instantly share code, notes, and snippets.

View jirkadanek's full-sized avatar
💭
🍻

Jirka Daněk jirkadanek

💭
🍻
View GitHub Profile
[WARNING] /home/jdanek/projects/activemq-artemis/artemis-commons/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQScheduledComponent.java:[177,43] [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
[WARNING] /home/jdanek/projects/activemq-artemis/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnection.java:[198,26] [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
(see https://errorprone.info/bugpattern/FutureReturnValueIgnored)
[WARNING] /home/jdanek/projects/activemq-artemis/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/SharedEventLoopGroup.java:[51,66] [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring re