Class CodeGenerationThresholds

java.lang.Object
no.sikt.graphitron.configuration.CodeGenerationThresholds

public class CodeGenerationThresholds extends Object
  • Constructor Details

    • CodeGenerationThresholds

      public CodeGenerationThresholds()
    • CodeGenerationThresholds

      public CodeGenerationThresholds(Integer upperBoundLinesOfCode, Integer crashPointLinesOfCode, Integer upperBoundNestingDepth, Integer crashPointNestingDepth)
  • Method Details

    • getUpperBoundLinesOfCode

      public Integer getUpperBoundLinesOfCode()
    • getUpperBoundNestingDepth

      public Integer getUpperBoundNestingDepth()
    • getCrashPointLinesOfCode

      public Integer getCrashPointLinesOfCode()
    • getCrashPointNestingDepth

      public Integer getCrashPointNestingDepth()