Package org.sonar.java.ast.visitors
@ParametersAreNonnullByDefault
package org.sonar.java.ast.visitors
-
ClassesClassDescriptionCognitive complexity and associated locationsSaves information about lines directly into Sonar by using
FileLinesContext
.Used to determine the deepest nesting level of a method, calculated starting from 0 and increased by 1 for each if, while, for, foreach, lambda, switch, and try block found nested within each other.