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

ben-manes / caffeine / #2946 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 01 May 2022 09:26PM UTC
Files 77
Run time 4s
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

01 May 2022 07:39PM UTC coverage: 96.123% (-0.09%) from 96.208%
#2946.1

push

github-actions

ben-manes
Avoid overwrites due to codegen compilation

The per-entry classes are code generated for optimizing the field layout
(memory overhead) and compiled without debug symbols to minimize the jar
size. Previously this was a double compilation due to circular
dependencies. That busted the build cache and made it harder to detect
if from a mallicious supply chain attack.

The factory classes are no longer generated as simple logic. Previously
they were due to needing to build a very large switch to each class, but
has long since been switched to a reflection lookup. That reduces the
factory class load time and jar bloat. This means that the hand written
classes have no static dependencies on the generated classes, and the
two can be independent compilation units.

As part of the build cleanup, the pmd checks for JMH were enabled and
the false warnings suppressed.

6918 of 7197 relevant lines covered (96.12%)

0.96 hits per line

Source Files on job #2946.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2946
  • c9fb6c30 on github
  • Prev Job for on v3.dev (##2945.1)
  • Next Job for on v3.dev (##2947.1)
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