org.sonar.api.rules
Class Iso9126RulesCategories

java.lang.Object
  extended by org.sonar.api.rules.Iso9126RulesCategories

Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007

@Deprecated
public final class Iso9126RulesCategories
extends Object


Field Summary
static List<RulesCategory> ALL
          Deprecated.  
static RulesCategory EFFICIENCY
          Deprecated.  
static RulesCategory MAINTAINABILITY
          Deprecated.  
static RulesCategory PORTABILITY
          Deprecated.  
static RulesCategory RELIABILITY
          Deprecated.  
static RulesCategory USABILITY
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELIABILITY

public static final RulesCategory RELIABILITY
Deprecated. 

EFFICIENCY

public static final RulesCategory EFFICIENCY
Deprecated. 

PORTABILITY

public static final RulesCategory PORTABILITY
Deprecated. 

USABILITY

public static final RulesCategory USABILITY
Deprecated. 

MAINTAINABILITY

public static final RulesCategory MAINTAINABILITY
Deprecated. 

ALL

public static final List<RulesCategory> ALL
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.