Skip to content

Design JavaParser-backed source scanning#23

Merged
JuanTorchia merged 1 commit into
masterfrom
feature/javaparser-source-scanning-design
Apr 23, 2026
Merged

Design JavaParser-backed source scanning#23
JuanTorchia merged 1 commit into
masterfrom
feature/javaparser-source-scanning-design

Conversation

@JuanTorchia

Copy link
Copy Markdown
Owner

Summary

  • Add a design note for the next source scanning layer using JavaParser.
  • Identify STRUCTURED_CONCURRENCY_PREVIEW as the first AST-backed rule candidate.
  • Map AST evidence back to the existing SourcePattern and Finding flow.
  • Document why symbol solving, automatic rewrites, type resolution, and plugin APIs stay out of the first implementation.
  • Link the design from the rule contribution guide.

Validation

  • python -B scripts/check-local-markdown-links.py
  • Legacy documentation path search returns only the historical rename note in docs/engineering-log/012-public-repository-readiness.md.
  • Public documentation hygiene search returns no workstation-specific paths or private planning references.
  • git diff --check
  • mvn clean test '-Dmaven.compiler.release=22'

Closes #4.

@JuanTorchia JuanTorchia marked this pull request as ready for review April 23, 2026 04:06
@JuanTorchia JuanTorchia merged commit 0c4c448 into master Apr 23, 2026
2 checks passed
@JuanTorchia JuanTorchia deleted the feature/javaparser-source-scanning-design branch April 23, 2026 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add JavaParser-backed source scanning design

1 participant