Releases: codellm-devkit/codeanalyzer-java
Releases · codellm-devkit/codeanalyzer-java
20240509T212715
Move to Java 11
20240503T190636
Merge pull request #16 from sinha108/main Updated cyclomatic complexity computation to run on CG nodes
20240503T183724
Merge pull request #15 from sinha108/main Added null check on IR for cyclomatic complexity computation
20240503T172506
Merge pull request #14 from sinha108/main Computation of cyclomatic complexity for callables
20240501T140437
Remove java-std-libs Signed-off-by: Rahul Krishna <[email protected]>
20240426T144520
Merge pull request #13 from sinha108/var-decl-info Information about variable declarations in callables
20240425T183930
Merge pull request #12 from IBM/exclude-signature-related-patterns-in…
20240424T213129
Update maven build to add '-Drat.skip' Signed-off-by: Rahul Krishna <[email protected]>
20240424T203626
Merge pull request #11 from sinha108/callable-callsites-info Added information about call sites to callable
20240424T172212
Merge pull request #10 from IBM/add-a-build-cli-flag Codeanalyzer now has a few extra flags.