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

ponder-lab / Hybridize-Functions-Refactoring / #2464
83%

Build:
DEFAULT BRANCH: main
Ran 10 Jul 2026 07:18PM UTC
Jobs 1
Files 33
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

10 Jul 2026 07:09PM UTC coverage: 81.832% (+0.04%) from 81.797%
#2464

push

github

web-flow
Extract the numpy parameter-flow scan from `Util` into a dedicated analysis class (#763)

The subsystem had grown to roughly half of `Util` across #743, #746, #750, #752, #756, and #762, with its own domain records, sentinel, memoization, and interprocedural transfer functions, and only two external calls from `Function.computeNumpyCallsOnParameters`. It now lives in `NumpyParameterFlowAnalysis`, instantiated per function check with the call graph, pointer analysis, and tensor-type index as instance state, which eliminates the eight-parameter threading through `scanForTaintedNumpySinks`. The scan memo is also instance state, so it is shared across the checked function's call-graph nodes instead of being rebuilt per node, a strict caching improvement with unchanged results. The genuinely shared helpers (`resolveStringConstant`, `resolveCalleeFullyQualifiedName`, `isTensorFlowNode`, `pointsToType`) stay in `Util`, widened to package-private.

Behavior-preserving; the numpy-precondition pins cover the move.

Closes #759.


Claude-Session: https://claude.ai/code/session_01M4XLK81HCB6Vp1WQiRPafR

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

291 of 309 new or added lines in 2 files covered. (94.17%)

2135 of 2609 relevant lines covered (81.83%)

0.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
18
94.12
edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/NumpyParameterFlowAnalysis.java
Jobs
ID Job ID Ran Files Coverage
1 #2464.1 10 Jul 2026 07:18PM UTC 33
81.83
Source Files on build #2464
  • Tree
  • List 33
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c84f9f3f on github
  • Prev Build on gh-readonly-queue/main/pr-762-650f9eb6cafd6b390004d0cb76e4fe326873e2ab
  • Next Build on main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc