fix attempt 1

This commit is contained in:
2026-06-20 06:51:15 +02:00
parent 19547d3c5f
commit 2e83af0f33
5 changed files with 158 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
1.extract from all possible formats (ask chatgpt)
[DONE] json
[TODO] xml, maybe yaml
2. [PLAN] Support external dependencies (JARs/compiled classes):
- Enable binding resolution in ASTParser (`setResolveBindings(true)`).
- Configure ASTParser with project classpath (including JARs).
- Refactor `CodebaseContext` to handle resolved bindings, not just local AST nodes.
- Implement tests using external libraries as base classes.
- Implement tests using external libraries as base classes.