Releases: codellm-devkit/codeanalyzer-java
Releases · codellm-devkit/codeanalyzer-java
v2.3.0
🚀 Features
- Address Issue 118: Support Record Declarations
- PR: #121
- Address Issue 103: Extend
ParameterInCallable
class to capture line and column offsets- PR: #122
- Feature Request Issue 101: Add a support to be able to Capture static and instance initialization blocks in java classes
- PR: #123
- Feature Request Issue 102: Enrich comment analysis capabilities
- PR: #124
- Feature Request Issue 125: Analyze test classes optionally if the user wants to
- PR: #126
♻️ Refactoring
- Feature Request Issue 125: Analyze test classes optionally if the user wants to
- PR: #126
📚 Documentation
- Feature Request Issue 102: Enrich comment analysis capabilities
- PR: #124
🚨 Breaking Changes
- Address Issue 118: Support Record Declarations
- PR: #121
- Address Issue 103: Extend
ParameterInCallable
class to capture line and column offsets- PR: #122
- Feature Request Issue 101: Add a support to be able to Capture static and instance initialization blocks in java classes
- PR: #123
- Feature Request Issue 102: Enrich comment analysis capabilities
- PR: #124
v2.2.2
v1.1.3
v1.1.2
v2.2.0
v2.1.0
What's Changed
🚨 Potential Breaking Changes: analysis.json
has new fields in Callable
and Type
.
Full Changelog: v2.0.2...v2.1.0
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Merge changes from 1.X.X to 2.0.0 as release 2.0.1 Signed-off-by: Rahul Krishna <[email protected]>
v1.1.1
Merge pull request #99 from IBM/fix-issue-74 Fix issue 74