public final class ViolationsMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANON_INNER_LENGTH_CHECK_STYLE |
static String |
BOOLEAN_EXPRESSION_COMPLEXITY_CHECK_STYLE |
static String |
CLASS_DATA_ABSTRACTION_COUPLING_CHECK_STYLE |
static String |
CLASS_FAN_OUT_COMPLEXITY_CHECK_STYLE |
static String |
CYCLOMATIC_COMPLEXITY_CHECK_STYLE |
static String |
FILE_LENGTH_CHECK_STYLE |
static String |
METHOD_LENGTH_CHECK_STYLE |
static String |
MISSING_SWITCH_DEFAULT_CHECK_STYLE |
static String |
NESTED_IF_DEPTH_CHECK_STYLE |
static String |
NESTED_TRY_DEPTH_CHECK_STYLE |
static String |
PARAMETER_NUMBER_CHECK_STYLE |
| Modifier and Type | Method and Description |
|---|---|
static DebtCostProcessor |
getDebtCostProcessor(org.sonar.api.rules.Violation violation) |
static DebtType |
getDebtType(org.sonar.api.rules.Violation violation) |
public static final String CYCLOMATIC_COMPLEXITY_CHECK_STYLE
public static final String CLASS_FAN_OUT_COMPLEXITY_CHECK_STYLE
public static final String CLASS_DATA_ABSTRACTION_COUPLING_CHECK_STYLE
public static final String BOOLEAN_EXPRESSION_COMPLEXITY_CHECK_STYLE
public static final String NESTED_TRY_DEPTH_CHECK_STYLE
public static final String NESTED_IF_DEPTH_CHECK_STYLE
public static final String MISSING_SWITCH_DEFAULT_CHECK_STYLE
public static final String PARAMETER_NUMBER_CHECK_STYLE
public static final String METHOD_LENGTH_CHECK_STYLE
public static final String FILE_LENGTH_CHECK_STYLE
public static final String ANON_INNER_LENGTH_CHECK_STYLE
public static DebtType getDebtType(org.sonar.api.rules.Violation violation)
public static DebtCostProcessor getDebtCostProcessor(org.sonar.api.rules.Violation violation)
Copyright © 2012 Cezar Coca. All Rights Reserved.