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

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

Build:
DEFAULT BRANCH: main
Ran 19 May 2026 08:02PM 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

19 May 2026 07:54PM UTC coverage: 72.036%. Remained the same
#1504

push

travis-pro

web-flow
Refactor/function javabean accessors (#521)

* 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>

---------

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

1185 of 1645 relevant lines covered (72.04%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1504.1 19 May 2026 08:02PM UTC 31
72.04
Source Files on build #1504
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8abc3757 on github
  • Prev Build on gh-readonly-queue/main/pr-520-75ca60e482dd6e932839f69920a1afd17f5dafd1
  • Next Build on main (#26121833740)
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