• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ben-manes / caffeine / 2232
100%

Build:
DEFAULT BRANCH: master
Ran 01 Jan 2018 11:21AM UTC
Jobs 1
Files 66
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2232

push

travis-ci

ben-manes
Add NullAway for more extensive static analysis

NullAway is an addition to ErrorProne to perform a more robust data
flow analysis for possible NPEs. This inferrence requires richer usage
of the defacto null checking annotations by defaulting to a non-null
expectation.

Due to limitations in the data flow, there are false positives which
requires slightly more verbose code or suppression. When possible,
the suppressions are isolated to individual statements to minimize
their scope.

89 of 89 new or added lines in 16 files covered. (100.0%)

5728 of 6097 relevant lines covered (93.95%)

0.94 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
100.0
caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java
3
100.0
caffeine/src/main/java/com/github/benmanes/caffeine/cache/TimerWheel.java
2
100.0
caffeine/src/main/java/com/github/benmanes/caffeine/cache/Node.java
1
100.0
jcache/src/main/java/com/github/benmanes/caffeine/jcache/CacheProxy.java

Coverage Regressions

Lines Coverage ∆ File
5
100.0
caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java
Jobs
ID Job ID Ran Files Coverage
2 2232.2 (GROUP=tests) 01 Jan 2018 11:21AM UTC 0
93.95
Travis Job 2232.2
Source Files on build 2232
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2232
  • 6226cf91 on github
  • Prev Build on master (#2229)
  • Next Build on master (#2233)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc