Replies: 2 comments 3 replies
-
Where does the model get specified? (Have we not gotten to that part of the tutorial?) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Is it possible to see the CFG and other artifacts that were built? Where are they? Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🔍 CLDK Deep Dive @ ICSE 2025
This discussion accompanies the tutorial session on codellm-devkit (CLDK), a framework that connects traditional static analysis tools with LLMs specialized for code. In this session, we’ll dive into:
• The Java analysis engine powered by JavaParser and WALA
• How we use Maven/Gradle to resolve builds for accurate type analysis
• Generating analysis.json: a language-neutral symbol table and call graph
• Using the Python SDK to parse, enrich, and query these insights with simple APIs
Feel free to use this thread to ask questions, share ideas, or follow up on examples from the session!
Beta Was this translation helpful? Give feedback.
All reactions