You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: astro.config.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ export default defineConfig({
24
24
"codeanalyzer-java is the JVM static-analysis backend behind CodeLLM-DevKit's Java support: a standalone JAR that turns a Java project into a symbol table and call graph, emitted as one versioned JSON schema.",
description: The WALA + Javaparser static-analysis backend behind CodeLLM-DevKit's Java support — a standalone JAR that turns a Java project into a symbol table and call graph, emitted as one versioned JSON schema.
4
-
template: splash
4
+
template: doc
5
5
hero:
6
6
tagline: One JAR turns an enterprise Java project into a symbol table and call graph — emitted as a single versioned JSON schema your tools can consume.
Point **codeanalyzer-java** at a Java project and get back `analysis.json` — a single document describing every class, method, field, and import in the codebase, plus an interprocedural call graph computed by WALA. The schema is the *same shape* the CLDK Python SDK deserializes into typed models, so whatever consumes it — an agent, a script, or the SDK — works against structured analysis instead of raw source.
<ulclass="cldk-capability__examples"><li>Audit data-access patterns</li><li>Find every read/write to storage</li></ul>
60
-
</a>
61
-
</ul>
62
-
63
26
## Start here
64
27
65
28
<CardGrid>
@@ -77,9 +40,3 @@ callable.crud_queries</pre>
77
40
<LinkCardtitle="Analysis levels"description="Level 1 (symbol table) vs. level 2 (+ call graph), and what each costs."href="/codeanalyzer-java/guides/analysis-levels/" />
78
41
<LinkCardtitle="Python SDK integration"description="How CLDK shells out to this JAR and wraps the output as JavaAnalysis."href="/codeanalyzer-java/integration/python-sdk/" />
0 commit comments