We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bbd71 commit b46f4bfCopy full SHA for b46f4bf
1 file changed
source code/src/neo/reducecognitivecomplexity/Constants.java
@@ -5,7 +5,7 @@
5
*/
6
public class Constants {
7
public static final int MAX_COMPLEXITY = 15;
8
- public static final int ARGS = 6;
+ public static final int ARGS = 5;
9
public static final String CONTRIBUTION_TO_COMPLEXITY = "contributionToComplexity";
10
public static final String ACCUMULATED_COMPLEXITY = "accumulatedComplexity";
11
0 commit comments