Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable errorprone compiler plugin in build #349

Merged
merged 1 commit into from
May 7, 2018

Conversation

lhotari
Copy link
Contributor

@lhotari lhotari commented May 6, 2018

@codecov-io
Copy link

Codecov Report

Merging #349 into master will decrease coverage by 0.4%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #349      +/-   ##
============================================
- Coverage     69.35%   68.94%   -0.41%     
+ Complexity     1051     1045       -6     
============================================
  Files            72       72              
  Lines          4386     4399      +13     
  Branches        628      629       +1     
============================================
- Hits           3042     3033       -9     
- Misses          964      983      +19     
- Partials        380      383       +3
Impacted Files Coverage Δ Complexity Δ
.../ipc/netty/channel/PooledClientContextHandler.java 58.82% <0%> (-9.25%) 24% <0%> (-3%)
...ctor/ipc/netty/resources/DefaultPoolResources.java 75.86% <0%> (-3.45%) 8% <0%> (-1%)
...ava/reactor/ipc/netty/resources/LoopResources.java 30% <0%> (-3.34%) 9% <0%> (ø)
src/main/java/reactor/ipc/netty/FutureMono.java 67.5% <0%> (-1.67%) 8% <0%> (ø)
...actor/ipc/netty/http/server/HttpServerHandler.java 77.93% <0%> (-1.09%) 41% <0%> (-1%)
src/main/java/reactor/ipc/netty/udp/UdpClient.java 76.47% <0%> (-0.68%) 10% <0%> (ø)
src/main/java/reactor/ipc/netty/udp/UdpServer.java 76.47% <0%> (-0.68%) 10% <0%> (ø)
...or/ipc/netty/http/server/HttpServerOperations.java 67.19% <0%> (-0.53%) 53% <0%> (-1%)
...n/java/reactor/ipc/netty/options/NettyOptions.java 72.8% <0%> (ø) 24% <0%> (ø) ⬇️
src/main/java/reactor/ipc/netty/tcp/TcpClient.java 90.56% <0%> (ø) 20% <0%> (ø) ⬇️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 486fe43...897c50d. Read the comment docs.

@violetagg violetagg added this to the 0.7.8.RELEASE milestone May 7, 2018
@violetagg
Copy link
Member

#350 will track the fixes for the warnings produced by this plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants