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

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

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 05:41PM UTC
Jobs 1
Files 31
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

22 May 2026 05:33PM UTC coverage: 72.219%. Remained the same
#1566

push

travis-pro

web-flow
Bump `Formatting` submodule and clean up accumulated Javadoc violations (#531)

* Bump `Formatting` submodule and clean up accumulated Javadoc violations

Move the `Formatting` submodule from `28d5cc4` (which was the pin since long before ponder-lab/Formatting#2's `JavadocMethod` tightening landed) to current master `f5f1907`. The bump consumes ponder-lab/Formatting#2 (require `@param`/`@return` on documented methods) plus several other rule additions that have accumulated independently.

Fix the violations the bump surfaces. None are semantic; all are pre-existing Javadoc prose that the older `Formatting` pin had not yet flagged:

- `JavadocParagraph` (`<p>` tag needs a preceding blank Javadoc line): 5 instances in `Parameter.java`, 3 in `Function.java`, 1 in `InputSignature.java`. Insert ` *` between the surrounding prose and the `<p>`.
- `SummaryJavadoc` (first sentence needs ending period): 2 instances in `Util.java`/`Function.java` core (`"function."` → `{@code function} attribute.`; "via three steps:" split into its own summary sentence followed by `<p>Three steps:`), 5 instances in the test file (`tf/function#retracing,` trailing comma → period), and 2 "summary javadoc missing" cases where the first line of the Javadoc was `@return` instead of a summary sentence (added one-line summaries).
- `RegexpSinglelineJava` (no `Boolean.TRUE`/`Boolean.FALSE`): 1 use of `Boolean.TRUE` in the test file → static-imported `TRUE`.
- `LocalVariableName` (camelCase regex): 4 occurrences of `tShapesDtypes` (which violates `^[a-z]([a-z0-9][a-zA-Z0-9]*)?$` because the second character is uppercase `S`) renamed to `tensorShapesDtypes`.

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

* Replace `<p>` tags with blank Javadoc lines; use `List.of(2)` over `Collections.singletonList(2)`

Two follow-ups on review feedback.

**`<p>` → blank Javadoc lines.** The first commit's `<p>` fixes were reverted by Spotless's Eclipse Javadoc formatter, which strips blank li... (continued)

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1566.1 22 May 2026 05:41PM UTC 31
72.22
Source Files on build #1566
  • Tree
  • List 31
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 65c7e9d3 on github
  • Prev Build on gh-readonly-queue/main/pr-530-a96427badcc89496866cbb3ca4311ed897026dfb (#26301726365)
  • Next Build on main (#26302826372)
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