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

INRIA / spoon / #18537
88%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2026 11:02AM UTC
Jobs 1
Files 714
Run time 1min
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

30 Aug 2026 10:55AM UTC coverage: 88.149% (+0.003%) from 88.146%
#18537

push

github

web-flow
fix: use expression lambdas for single-statement block lambdas (#6872)

In the scope of checkstyle/checkstyle#20692

Expression lambdas are preferred over single-line block lambdas for
readability and conciseness (as recommended by the OpenJDK Java Style
Guidelines).

Changes 2 single-statement block lambdas like:
  s -> { return s; }
to:
  s -> s

Co-authored-by: Carbon14-48 <Carbon14-48@users.noreply.github.com>

1 of 2 new or added lines in 2 files covered. (50.0%)

30653 of 34774 relevant lines covered (88.15%)

0.88 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
96.16
0.0% src/main/java/spoon/reflect/visitor/DefaultJavaPrettyPrinter.java
Jobs
ID Job ID Ran Files Coverage
1 #18537.1 30 Aug 2026 11:02AM UTC 714
88.15
Source Files on build #18537
  • Tree
  • List 714
  • Changed 3
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 52d7420b on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc