Skip to content

Releases: codellm-devkit/codeanalyzer-java

v2.3.4

01 Jun 21:47
bcd58a6
Compare
Choose a tag to compare
Merge pull request #135 from codellm-devkit/code-startline-and-lexica…

v2.3.3

17 Apr 15:25
ec9f646
Compare
Choose a tag to compare

🐛 Fixes

  • Ignore blank and null entries in PATH search for mvn/gradle execs
  • Fix issue 132 and refactor entry point detection logic.

v2.3.2

19 Mar 18:14
545fe76
Compare
Choose a tag to compare

Remove maven clean as a lifecycle stage before compile.

Full Changelog: v2.3.1...v2.3.2

v2.3.1

13 Mar 11:51
676e267
Compare
Choose a tag to compare

🐛 Fixes

  • Remove "system_dependency_graph" key from analysis.json

v2.3.0

19 Feb 21:39
6cb594b
Compare
Choose a tag to compare

🚀 Features

  • Address Issue 118: Support Record Declarations
  • Address Issue 103: Extend ParameterInCallable class to capture line and column offsets
  • Feature Request Issue 101: Add a support to be able to Capture static and instance initialization blocks in java classes
  • Feature Request Issue 102: Enrich comment analysis capabilities
  • Feature Request Issue 125: Analyze test classes optionally if the user wants to

♻️ Refactoring

  • Feature Request Issue 125: Analyze test classes optionally if the user wants to

📚 Documentation

  • Feature Request Issue 102: Enrich comment analysis capabilities

🚨 Breaking Changes

  • Address Issue 118: Support Record Declarations
  • Address Issue 103: Extend ParameterInCallable class to capture line and column offsets
  • Feature Request Issue 101: Add a support to be able to Capture static and instance initialization blocks in java classes
  • Feature Request Issue 102: Enrich comment analysis capabilities

v2.2.2

17 Feb 23:34
91b1d9d
Compare
Choose a tag to compare

🐛 Fixes

  • Fix Issue 113: Call graph is missing edges to implementations of interface classes. Merge to main.

v1.1.3

17 Feb 23:25
a6a6111
Compare
Choose a tag to compare
v1.1.3 Pre-release
Pre-release

🐛 Fixes

  • Fix Issue 113: call graph is missing edges to implementations of interfaces. Merge to v1.X.X.

v1.1.2

12 Feb 20:57
286fa0f
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release

🐛 Fixes

  • The gradlew/mvnw path must be made absolute

v2.2.0

11 Feb 20:53
67a8769
Compare
Choose a tag to compare

🚀 Features

  • Issue 100 capture database entries
  • Create release.yml

v2.1.0

05 Feb 21:59
484586b
Compare
Choose a tag to compare

What's Changed

🚨 Potential Breaking Changes: analysis.json has new fields in Callable and Type.

Full Changelog: v2.0.2...v2.1.0