Class RulesDefinition.SubCharacteristics

  • Enclosing interface:
    RulesDefinition

    @Deprecated
    public static final class RulesDefinition.SubCharacteristics
    extends java.lang.Object
    Deprecated.
    in 5.5. SQALE Quality Model is replaced by SonarQube Quality Model. See https://jira.sonarsource.com/browse/MMF-184
    Default sub-characteristics of technical debt model. See http://www.sqale.org
    • Field Detail

      • MODULARITY

        public static final java.lang.String MODULARITY
        Deprecated.
        Related to characteristic REUSABILITY
        See Also:
        Constant Field Values
      • TRANSPORTABILITY

        public static final java.lang.String TRANSPORTABILITY
        Deprecated.
        Related to characteristic REUSABILITY
        See Also:
        Constant Field Values
      • COMPILER_RELATED_PORTABILITY

        public static final java.lang.String COMPILER_RELATED_PORTABILITY
        Deprecated.
        Related to characteristic PORTABILITY
        See Also:
        Constant Field Values
      • HARDWARE_RELATED_PORTABILITY

        public static final java.lang.String HARDWARE_RELATED_PORTABILITY
        Deprecated.
        Related to characteristic PORTABILITY
        See Also:
        Constant Field Values
      • LANGUAGE_RELATED_PORTABILITY

        public static final java.lang.String LANGUAGE_RELATED_PORTABILITY
        Deprecated.
        Related to characteristic PORTABILITY
        See Also:
        Constant Field Values
      • OS_RELATED_PORTABILITY

        public static final java.lang.String OS_RELATED_PORTABILITY
        Deprecated.
        Related to characteristic PORTABILITY
        See Also:
        Constant Field Values
      • SOFTWARE_RELATED_PORTABILITY

        public static final java.lang.String SOFTWARE_RELATED_PORTABILITY
        Deprecated.
        Related to characteristic PORTABILITY
        See Also:
        Constant Field Values
      • TIME_ZONE_RELATED_PORTABILITY

        public static final java.lang.String TIME_ZONE_RELATED_PORTABILITY
        Deprecated.
        Related to characteristic PORTABILITY
        See Also:
        Constant Field Values
      • READABILITY

        public static final java.lang.String READABILITY
        Deprecated.
        Related to characteristic MAINTAINABILITY
        See Also:
        Constant Field Values
      • UNDERSTANDABILITY

        public static final java.lang.String UNDERSTANDABILITY
        Deprecated.
        Related to characteristic MAINTAINABILITY
        See Also:
        Constant Field Values
      • API_ABUSE

        public static final java.lang.String API_ABUSE
        Deprecated.
        Related to characteristic SECURITY
        See Also:
        Constant Field Values
      • ERRORS

        public static final java.lang.String ERRORS
        Deprecated.
        Related to characteristic SECURITY
        See Also:
        Constant Field Values
      • INPUT_VALIDATION_AND_REPRESENTATION

        public static final java.lang.String INPUT_VALIDATION_AND_REPRESENTATION
        Deprecated.
        Related to characteristic SECURITY
        See Also:
        Constant Field Values
      • SECURITY_FEATURES

        public static final java.lang.String SECURITY_FEATURES
        Deprecated.
        Related to characteristic SECURITY
        See Also:
        Constant Field Values
      • CPU_EFFICIENCY

        public static final java.lang.String CPU_EFFICIENCY
        Deprecated.
        Related to characteristic EFFICIENCY
        See Also:
        Constant Field Values
      • MEMORY_EFFICIENCY

        public static final java.lang.String MEMORY_EFFICIENCY
        Deprecated.
        Related to characteristic EFFICIENCY
        See Also:
        Constant Field Values
      • NETWORK_USE

        public static final java.lang.String NETWORK_USE
        Deprecated.
        Related to characteristic EFFICIENCY
        See Also:
        Constant Field Values
      • ARCHITECTURE_CHANGEABILITY

        public static final java.lang.String ARCHITECTURE_CHANGEABILITY
        Deprecated.
        Related to characteristic CHANGEABILITY
        See Also:
        Constant Field Values
      • DATA_CHANGEABILITY

        public static final java.lang.String DATA_CHANGEABILITY
        Deprecated.
        Related to characteristic CHANGEABILITY
        See Also:
        Constant Field Values
      • LOGIC_CHANGEABILITY

        public static final java.lang.String LOGIC_CHANGEABILITY
        Deprecated.
        Related to characteristic CHANGEABILITY
        See Also:
        Constant Field Values
      • ARCHITECTURE_RELIABILITY

        public static final java.lang.String ARCHITECTURE_RELIABILITY
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • DATA_RELIABILITY

        public static final java.lang.String DATA_RELIABILITY
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • EXCEPTION_HANDLING

        public static final java.lang.String EXCEPTION_HANDLING
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • FAULT_TOLERANCE

        public static final java.lang.String FAULT_TOLERANCE
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • INSTRUCTION_RELIABILITY

        public static final java.lang.String INSTRUCTION_RELIABILITY
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • LOGIC_RELIABILITY

        public static final java.lang.String LOGIC_RELIABILITY
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • RESOURCE_RELIABILITY

        public static final java.lang.String RESOURCE_RELIABILITY
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • SYNCHRONIZATION_RELIABILITY

        public static final java.lang.String SYNCHRONIZATION_RELIABILITY
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • UNIT_TESTS

        public static final java.lang.String UNIT_TESTS
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • INTEGRATION_TESTABILITY

        public static final java.lang.String INTEGRATION_TESTABILITY
        Deprecated.
        Related to characteristic TESTABILITY
        See Also:
        Constant Field Values
      • UNIT_TESTABILITY

        public static final java.lang.String UNIT_TESTABILITY
        Deprecated.
        Related to characteristic TESTABILITY
        See Also:
        Constant Field Values
      • USABILITY_ACCESSIBILITY

        public static final java.lang.String USABILITY_ACCESSIBILITY
        Deprecated.
        Related to characteristic ACCESSIBILITY
        See Also:
        Constant Field Values
      • USABILITY_COMPLIANCE

        public static final java.lang.String USABILITY_COMPLIANCE
        Deprecated.
        Related to characteristic ACCESSIBILITY
        See Also:
        Constant Field Values
      • USABILITY_EASE_OF_USE

        public static final java.lang.String USABILITY_EASE_OF_USE
        Deprecated.
        Related to characteristic ACCESSIBILITY
        See Also:
        Constant Field Values
      • REUSABILITY_COMPLIANCE

        public static final java.lang.String REUSABILITY_COMPLIANCE
        Deprecated.
        Related to characteristic REUSABILITY
        See Also:
        Constant Field Values
      • PORTABILITY_COMPLIANCE

        public static final java.lang.String PORTABILITY_COMPLIANCE
        Deprecated.
        Related to characteristic PORTABILITY
        See Also:
        Constant Field Values
      • MAINTAINABILITY_COMPLIANCE

        public static final java.lang.String MAINTAINABILITY_COMPLIANCE
        Deprecated.
        Related to characteristic MAINTAINABILITY
        See Also:
        Constant Field Values
      • SECURITY_COMPLIANCE

        public static final java.lang.String SECURITY_COMPLIANCE
        Deprecated.
        Related to characteristic SECURITY
        See Also:
        Constant Field Values
      • EFFICIENCY_COMPLIANCE

        public static final java.lang.String EFFICIENCY_COMPLIANCE
        Deprecated.
        Related to characteristic EFFICIENCY
        See Also:
        Constant Field Values
      • CHANGEABILITY_COMPLIANCE

        public static final java.lang.String CHANGEABILITY_COMPLIANCE
        Deprecated.
        Related to characteristic CHANGEABILITY
        See Also:
        Constant Field Values
      • RELIABILITY_COMPLIANCE

        public static final java.lang.String RELIABILITY_COMPLIANCE
        Deprecated.
        Related to characteristic RELIABILITY
        See Also:
        Constant Field Values
      • TESTABILITY_COMPLIANCE

        public static final java.lang.String TESTABILITY_COMPLIANCE
        Deprecated.
        Related to characteristic TESTABILITY
        See Also:
        Constant Field Values