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

ponder-lab / Hybridize-Functions-Refactoring / #2461
82%
main: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/setup-python-7
DEFAULT BRANCH: main
Ran 10 Jul 2026 06:29PM 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 06:25PM UTC coverage: 81.832% (+0.04%) from 81.797%
#2461

Pull #763

github

khatchad
Extract the numpy parameter-flow scan from `Util` into a dedicated analysis class

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.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M4XLK81HCB6Vp1WQiRPafR
Pull Request #763: Extract the numpy parameter-flow scan from `Util` into a dedicated analysis class

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 #2461.1 10 Jul 2026 06:29PM UTC 33
81.83
Source Files on build #2461
  • Tree
  • List 33
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #763
  • PR Base - 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