IBM / codenet-minerva-code-analyzer

Java source code (and/or binary) to JSON based system dependency graph generator.
Apache License 2.0
1 stars 3 forks source link

Computation of cyclomatic complexity for callables #14

Closed sinha108 closed 4 months ago

sinha108 commented 4 months ago

Added IR-based computation of cyclomatic complexity for methods and constructors; the cc number is stored with callables in the symbol table.