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

ben-manes / caffeine / 1765
100%

Build:
DEFAULT BRANCH: master
Ran 22 May 2016 07:33PM UTC
Jobs 1
Files 65
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
1765

push

travis-ci

ben-manes
Eclipse Neon import fixes

Prior to Neon, a Gradle import using Buildship was broken due to that
plugin not handling generated sources properly. It would force the
build directory to be marked as "derived" and not consumed by the IDE.
This was fixed in Neon (tested with RC2).

Cliff Click's highscalelib includes an optional trick to replace
ConcurrentHashMap with NonBlockingHashMap by using the bootclasspath.
If not used then the classloader should resolve to the JDK's, e.g.
rt.jar. In Neon it choses Cliff's instead and then breaks due to not
having atomic computes and lacking methods like `mappingCount`. The
likely culprit is Jigsaw changes. NBHM was moved into JCTools as it
was otherwise no longer maintained, where that trick was dropped. By
switching dependencies this build issue goes away.

Lastly Eclipse now makes using Unsafe an error. We're waiting for JDK9
VarHandles, so premature. That requires manually lowering the threshold
to a warning.

5326 of 5636 relevant lines covered (94.5%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1765.1 (TERM=dumb) 22 May 2016 07:33PM UTC 0
94.5
Travis Job 1765.1
Source Files on build 1765
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1765
  • bdcc4005 on github
  • Prev Build on master (#1764)
  • Next Build on master (#1767)
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