Skip to content

Fix broken collectAllPrevCDG#2816

Draft
morbitzer wants to merge 5 commits into
mainfrom
mm/fix-collectPrevCDG
Draft

Fix broken collectAllPrevCDG#2816
morbitzer wants to merge 5 commits into
mainfrom
mm/fix-collectPrevCDG

Conversation

@morbitzer

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.20%. Comparing base (92eee9f) to head (eb120b5).
✅ All tests successful. No failed tests found.

Additional details and impacted files
Files with missing lines Coverage Δ
...kotlin/de/fraunhofer/aisec/cpg/graph/Extensions.kt 60.92% <100.00%> (ø)
...lin/de/fraunhofer/aisec/cpg/passes/PointsToPass.kt 85.17% <ø> (ø)

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@morbitzer morbitzer added the publish-to-github-packages If added to a PR, builds from it will be published as a GitHub package label Jul 6, 2026
if (interproceduralAnalysis) {
nextEdges.addAll(
(currentNode as? Function)?.usageEdges?.mapNotNull { edge ->
val node = edge.end

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KuechA Does this make sense here? Do we also have to change other parts of the code where the edges are used in the wrong direction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

publish-to-github-packages If added to a PR, builds from it will be published as a GitHub package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants