Devon Burriss
Devon Burriss
I would like to pick this up but not too sure what it entails. I have been looking through the implementations and think I understand some of it. I have...
Entirely possible I am missing something here and this all exists but the metrics seem to rely on some sort of language grammar being generated? This is done by adding...
I wanted to check some assumptions: ```java for (int i = 0; i < 100; i++) { System.out.println(i); } ``` For LLOC, the value should be 4? 3 for the...
Hi. Working on this again. I am having some trouble with something but want to check it is something I should be solving. ```java if (x == 1) ``` Is...
#811 adds Halstead metrics
#823 Adds nom metrics
#822 Adds exit metrics
@marco-c - [x] Cognitive: PR #850 - [x] Cyclomatic complexity: merged - [x] Exit: in PR #822 - [x] Halstead in PR #811 with open queries - [x] Loc: merged...
Initially, I was getting this error in the test: ``` thread 'ops::tests::java_ops' panicked at 'assertion failed: `(left == right)` left: `["()", ")", "+", ",", ".", "/", ";", "=", "[]", "]",...
@Luni-4 nothing. I have not been able to spend time on this recently. I will try iron out the bugs in the complexity PR I still have open first and...