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

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

Build:
DEFAULT BRANCH: main
Ran 19 May 2026 06:29PM UTC
Files 31
Run time 1s
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

19 May 2026 06:21PM UTC coverage: 72.155% (-0.04%) from 72.199%
#1483.1

push

travis-pro

web-flow
Retire `*Exists` vocabulary from internal `Function` helpers (#517)

* Replace JavaBean-style `is*ParamExists` accessors with `has*Param` (#512)

Renames eight `*ParamExists` boolean fields + `is*ParamExists()`
accessors on `Function.HybridizationParameters` to natural Java
predicates of the form `has*Param`, both at the field and method level.
The doubled-predicate `is autograph param exists` reading is replaced
with `has autograph param`. Drops the unjustified `is*` JavaBean prefix
(no introspection, serialization, or DI on this class).

Field-level renames also fix a pre-existing typo: `experimenta` →
`experimental` in `experimentaFollowTypeHintsParamExists`; and normalize
`isExperimentalAutographOptParamExists` (abbreviated `Opt`) to
`hasExperimentalAutographOptionsParam` (matching the field's full word).

`getHasTensorParameter()` (a `Boolean` tri-state) is deliberately left
alone—the JavaBean convention forbids `is*` for `Boolean` (not
`boolean`), so the existing `get*` is consistent.

Closes #512

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

* Drop `has` prefix from `*Param` field names; keep on accessors

Per review feedback on #514, restores the noun-form-field +
predicate-form-accessor pattern (matching `tensor`/`isTensor()`
established in #511/#513): field `autoGraphParam` is the noun, accessor
`hasAutoGraphParam()` is the predicate. Removes the field/method name
collision and reads more idiomatically.

Same shape applied to all eight `*Param` fields. Method declarations
and external callers (Parameter.java, eval handler, test suite) are
unchanged—the accessor's public name was never the issue.

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

* Retire `*Exists` vocabulary from `Function.HybridizationParameters` helpers

Renames the two internal helpers that still carried the legacy framing:

- `computeParameterExistance` (also fixes the misspelling) →
  `computeParameters`
- `markParamExists` → `markParam`

Both methods... (continued)

1192 of 1652 relevant lines covered (72.15%)

0.72 hits per line

Source Files on job #1483.1
  • Tree
  • List 31
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1483
  • ac9cb793 on github
  • Prev Job for on main (##1476.1)
  • Next Job for on main (#26116958132.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