grpc-java/context/src
Eric Anderson 72923dca87 all: prepare for ErrorProne's FutureReturnValueIgnored
Futures almost universally should be handled in some way when being
returned, either to receive the value or to cancel scheduled tasks to
prevent leaks.

Netty is a bit of a special case though, since it constantly returns
futures that you ignore (even adding a listener returns the "this"
future). So we want to suppress the warning for code using Netty instead
of trying to fix it. When we enable ErrorProne in the build, we should
start passing -Xep:FutureReturnValueIgnored:OFF in the compilerArgs.
2017-02-16 07:22:56 -08:00
..
main/java/io/grpc docs: clarify requirements of detach(). (#2630) 2017-01-20 15:31:04 -08:00
test/java/io/grpc all: prepare for ErrorProne's FutureReturnValueIgnored 2017-02-16 07:22:56 -08:00