Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 00:21
· 7 commits to main since this release
f32312a

Install

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codellm-devkit/codeanalyzer-java/releases/download/v2.4.0/codeanalyzer-installer.sh | sh

Or run the JAR directly (requires Java 11+):

java -jar codeanalyzer.jar -i /path/to/project -a 2 --emit neo4j -o ./out   # writes out/graph.cypher

Downloads

Asset Description
codeanalyzer.jar Self-contained analyzer (run with java -jar)
codeanalyzer-installer.sh Installer that fetches the jar and adds a codeanalyzer launcher
schema.neo4j.json Neo4j graph schema contract (node labels, relationships, DDL)

🚀 Features

  • feat(neo4j): J-namespaced, lossless Neo4j graph output (#154)

🐛 Fixes

  • feat(neo4j): J-namespaced, lossless Neo4j graph output (#154)

📚 Documentation

  • feat(neo4j): J-namespaced, lossless Neo4j graph output (#154)

🚨 Breaking Changes

  • feat(neo4j): J-namespaced, lossless Neo4j graph output (#154)