Created
April 26, 2019 11:30
-
-
Save jirkadanek/0b124a3c77b9befc23e1073e721e12a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 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:[95,43] [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) | |
Did you mean 'future = future.addListener(new FutureListener<Object>() {'? | |
[WARNING] /home/jdanek/projects/activemq-artemis/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/SharedEventLoopGroup.java:[99,63] [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:[101,63] [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) | |
Did you mean 'terminationPromise = terminationPromise.setFailure(future.cause());'? | |
[WARNING] /home/jdanek/projects/activemq-artemis/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java:[718,48] [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/NettyConnector.java:[722,31] [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/NettyConnector.java:[778,34] [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) | |
Did you mean 'future = future.awaitUninterruptibly();'? | |
[WARNING] /home/jdanek/projects/activemq-artemis/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java:[792,53] [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/NettyConnector.java:[799,50] [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/NettyConnector.java:[805,47] [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/NettyConnector.java:[844,32] [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/NettyConnector.java:[847,50] [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/NettyConnector.java:[860,47] [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/NettyConnector.java:[951,28] [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/NettyConnector.java:[965,22] [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/NettyConnector.java:[973,19] [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/NettyConnector.java:[1071,22] [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/NettyConnector.java:[1074,22] [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/NettyConnector.java:[1095,37] [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) | |
(see https://errorprone.info/bugpattern/FutureReturnValueIgnored) | |
[WARNING] /home/jdanek/projects/activemq-artemis/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java:[2810,46] [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-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/BackupManager.java:[264,45] [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-server/src/main/java/org/apache/activemq/artemis/core/server/impl/SharedNothingLiveActivation.java:[368,52] [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-server/src/main/java/org/apache/activemq/artemis/core/server/federation/FederatedQueueConsumer.java:[77,40] [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-server/src/main/java/org/apache/activemq/artemis/core/server/federation/FederatedQueueConsumer.java:[137,40] [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-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/ClusterController.java:[439,47] [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-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/qourum/QuorumManager.java:[202,31] [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-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/qourum/SharedNothingBackupQuorum.java:[227,32] [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-server/src/main/java/org/apache/activemq/artemis/core/protocol/ProtocolHandler.java:[120,35] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java:[472,36] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java:[670,57] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java:[688,40] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java:[818,56] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java:[824,46] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java:[834,32] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/HttpAcceptorHandler.java:[94,19] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/HttpAcceptorHandler.java:[152,34] [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-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/HttpAcceptorHandler.java:[156,34] [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-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionImpl.java:[1559,39] [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-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ColocatedActivation.java:[215,53] [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-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ColocatedActivation.java:[227,47] [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-server/src/main/java/org/apache/activemq/artemis/core/server/impl/SharedStoreBackupActivation.java:[185,60] [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-server/src/main/java/org/apache/activemq/artemis/core/server/protocol/websocket/WebSocketServerHandler.java:[91,73] [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-server/src/main/java/org/apache/activemq/artemis/core/server/protocol/websocket/WebSocketServerHandler.java:[115,31] [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-server/src/main/java/org/apache/activemq/artemis/core/server/protocol/websocket/WebSocketServerHandler.java:[118,27] [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-server/src/main/java/org/apache/activemq/artemis/core/server/protocol/websocket/WebSocketServerHandler.java:[143,16] [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-server/src/main/java/org/apache/activemq/artemis/core/server/protocol/websocket/WebSocketServerHandler.java:[163,19] [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-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliveryHandlerImpl.java:[165,36] [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-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliveryHandlerImpl.java:[174,36] [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) | |
(see https://errorprone.info/bugpattern/FutureReturnValueIgnored) | |
[WARNING] /home/jdanek/projects/activemq-artemis/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPConnectionContext.java:[398,35] [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-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPConnectionContext.java:[416,35] [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-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPConnectionContext.java:[418,35] [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-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java:[673,56] [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-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java:[909,50] [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-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTProtocolHandler.java:[251,16] [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment