Skip to content

Releases: codellm-devkit/codeanalyzer-java

20240509T212715

09 May 21:27
1794971
Compare
Choose a tag to compare
Move to Java 11

20240503T190636

03 May 19:06
8e65f4a
Compare
Choose a tag to compare
Merge pull request #16 from sinha108/main

Updated cyclomatic complexity computation to run on CG nodes

20240503T183724

03 May 18:37
23dbbdd
Compare
Choose a tag to compare
Merge pull request #15 from sinha108/main

Added null check on IR for cyclomatic complexity computation

20240503T172506

03 May 17:25
147e449
Compare
Choose a tag to compare
Merge pull request #14 from sinha108/main

Computation of cyclomatic complexity for callables

20240501T140437

01 May 14:04
d15f332
Compare
Choose a tag to compare
Remove java-std-libs

Signed-off-by: Rahul Krishna <[email protected]>

20240426T144520

26 Apr 14:45
70a2fa6
Compare
Choose a tag to compare
Merge pull request #13 from sinha108/var-decl-info

Information about variable declarations in callables

20240425T183930

25 Apr 18:39
6b45091
Compare
Choose a tag to compare
Merge pull request #12 from IBM/exclude-signature-related-patterns-in…

20240424T213129

24 Apr 21:31
30a8700
Compare
Choose a tag to compare
Update maven build to add '-Drat.skip'

Signed-off-by: Rahul Krishna <[email protected]>

20240424T203626

24 Apr 20:36
51a2bbc
Compare
Choose a tag to compare
Merge pull request #11 from sinha108/callable-callsites-info

Added information about call sites to callable

20240424T172212

24 Apr 17:22
497e5b5
Compare
Choose a tag to compare
Merge pull request #10 from IBM/add-a-build-cli-flag

Codeanalyzer now has a few extra flags.