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

ponder-lab / Hybridize-Functions-Refactoring / #1549 / 1
72%
main: 72%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-545-f20b07ec3514089ea68c30be9169d609ebb8a0db
DEFAULT BRANCH: main
Ran 22 May 2026 04:54PM UTC
Files 31
Run time 2s
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

22 May 2026 04:49PM UTC coverage: 72.219%. Remained the same
#1549.1

push

travis-pro

web-flow
Improve Javadoc tags on selected `core` and test methods (#526)

* Enforce missing-Javadoc-tag checks at the compiler level

Flip the Tycho compiler arg `-err:-missingJavadocTags` to `-err:+missingJavadocTags`
so that any method or constructor carrying a Javadoc block must declare the
corresponding `@param`, `@return`, and `@throws` tags. Methods without Javadoc
remain unchecked.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Drop compiler enforcement; keep useful Javadoc additions

Revert the compiler flag flip from d8491579 (`-err:-missingJavadocTags` → `-err:+missingJavadocTags`) after design review: enforcing `@throws` at the compiler level is monolithic with `@param` / `@return` enforcement and the test-suite `@throws Exception` boilerplate it forces is pure noise. Checkstyle covers `@param` / `@return` selectively via the companion change in `Formatting` and that is sufficient.

Keep the targeted Javadoc additions made during this branch's cleanup pass that add genuine signal—mostly `@throws` rationale on public-API methods in `Function.java` and a handful of unrelated missing tags surfaced along the way.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Address Copilot review on #526

- Fix typo: `runPython` Javadoc's `@return` line said `exist code`; should be `exit code`. Matches the existing wording in the sibling helper `installRequirements`.
- Fix grammar: `Function#computeHybridization` Javadoc said `populated this Function's HybridizationParameters`; present tense `populates` matches the surrounding documentation.

Both are pre-existing prose issues at locations touched by this PR; in scope of the Javadoc-improvement framing.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Source Files on job #1549.1
  • Tree
  • List 31
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1549
  • 1ac1bfaf on github
  • Prev Job for on gh-readonly-queue/main/pr-526-55b4f9147f2f175732dfb1e944a8d7e8309d153e (##1544.1)
  • Next Job for on gh-readonly-queue/main/pr-526-55b4f9147f2f175732dfb1e944a8d7e8309d153e (#26300591893.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