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

ponder-lab / Hybridize-Functions-Refactoring / #1232
72%

Build:
DEFAULT BRANCH: main
Ran 11 May 2026 09:00PM UTC
Jobs 1
Files 29
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

11 May 2026 08:52PM UTC coverage: 71.262%. Remained the same
#1232

push

travis-pro

web-flow
Use static `TRUE`/`FALSE` instead of `Boolean.TRUE`/`Boolean.FALSE` (#467)

* Use static `TRUE`/`FALSE` instead of `Boolean.TRUE`/`Boolean.FALSE`.

`Function.java` already had `import static java.lang.Boolean.{TRUE,FALSE}` at lines 18 and 19 but five qualified `Boolean.TRUE`/`Boolean.FALSE` references slipped through. Test class gained a `java.lang.Boolean.TRUE` static import for its two qualified references. House style; no behavioural change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Add missing `import static java.lang.Boolean.TRUE` to test class.

The previous commit's `Boolean.TRUE` → `TRUE` `replace_all` also matched the substring inside the new import declaration (`import static java.lang.Boolean.TRUE;` became `import static java.lang.TRUE;`), which Spotless's `removeUnusedImports` then stripped. Re-adding the import as a standalone edit (no `replace_all` follow-up) so it survives.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

5 of 5 new or added lines in 1 file covered. (100.0%)

1101 of 1545 relevant lines covered (71.26%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1232.1 11 May 2026 09:00PM UTC 29
71.26
Source Files on build #1232
  • Tree
  • List 29
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 30c6355d on github
  • Prev Build on gh-readonly-queue/main/pr-464-403f0d5543484e11852134a3de80ed13f5f73453
  • Next Build on main (#25696901746)
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