org.sonar.api.batch
Class AbstractFunctionComplexityDistributionDecorator

java.lang.Object
  extended by org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
All Implemented Interfaces:
CheckProject, Decorator, BatchComponent, BatchExtension, Extension

Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore

@Deprecated
public abstract class AbstractFunctionComplexityDistributionDecorator
extends Object
implements Decorator

Since:
2.0

Constructor Summary
AbstractFunctionComplexityDistributionDecorator(Language language)
          Deprecated.  
 
Method Summary
 void decorate(Resource resource, DecoratorContext context)
          Deprecated.  
 Metric generatesMetrics()
          Deprecated.  
 boolean shouldExecuteOnProject(Project project)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractFunctionComplexityDistributionDecorator

public AbstractFunctionComplexityDistributionDecorator(Language language)
Deprecated. 
Method Detail

generatesMetrics

public Metric generatesMetrics()
Deprecated. 

shouldExecuteOnProject

public boolean shouldExecuteOnProject(Project project)
Deprecated. 
Specified by:
shouldExecuteOnProject in interface CheckProject

decorate

public void decorate(Resource resource,
                     DecoratorContext context)
Deprecated. 
Specified by:
decorate in interface Decorator

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2009-2011 SonarSource. All Rights Reserved.