Uses of Class
org.sonar.api.batch.DependedUpon

Packages that use DependedUpon
org.sonar.api.batch   
org.sonar.api.rules   
org.sonar.batch   
org.sonar.plugins.core.sensors   
org.sonar.plugins.core.timemachine   
org.sonar.plugins.cpd.decorators   
org.sonar.plugins.design.batch   
org.sonar.plugins.squid   
org.sonar.plugins.squid.decorators   
 

Uses of DependedUpon in org.sonar.api.batch
 

Methods in org.sonar.api.batch with annotations of type DependedUpon
 Metric AbstractFunctionComplexityDecorator.generateFileComplexityMetric()
          Deprecated. Used to define downstream dependencies
 Metric AbstractFileComplexityDecorator.generateFileComplexityMetric()
          Deprecated. Used to define downstream dependencies
 Metric AbstractDivisionDecorator.generatesMetric()
          Used to define downstream dependencies
abstract  List<Metric> AbstractSumChildrenDecorator.generatesMetrics()
          Each metric is used individually.
 Metric AbstractFunctionComplexityDistributionDecorator.generatesMetrics()
          Deprecated.  
 

Uses of DependedUpon in org.sonar.api.rules
 

Classes in org.sonar.api.rules with annotations of type DependedUpon
 interface ViolationFilter
          Filter violations to save.
 

Uses of DependedUpon in org.sonar.batch
 

Methods in org.sonar.batch with annotations of type DependedUpon
 Metric FormulaDecorator.generatesMetric()
           
 

Uses of DependedUpon in org.sonar.plugins.core.sensors
 

Classes in org.sonar.plugins.core.sensors with annotations of type DependedUpon
 class CloseReviewsDecorator
          Decorator that handles the life cycle of a review (for instance, closes a review when its corresponding violation has been fixed).
 class ViolationSeverityUpdater
          Severity of violations can be explicitely changed by end-users.
 

Methods in org.sonar.plugins.core.sensors with annotations of type DependedUpon
 Metric DirectoriesDecorator.generateDirectoriesMetric()
           
 Metric FilesDecorator.generateDirectoriesMetric()
           
 Collection<Metric> AbstractCoverageDecorator.generatedMetrics()
           
 Metric CheckAlertThresholds.generatesAlertStatus()
           
 List<Metric> CommentDensityDecorator.generatesMetrics()
           
 List<Metric> UnitTestDecorator.generatesMetrics()
           
 Metric ViolationsDensityDecorator.generatesViolationsDensity()
           
 List<Metric> ViolationsDecorator.generatesViolationsMetrics()
           
 Metric WeightedViolationsDecorator.generatesWeightedViolations()
           
 

Uses of DependedUpon in org.sonar.plugins.core.timemachine
 

Classes in org.sonar.plugins.core.timemachine with annotations of type DependedUpon
 class AbstractNewCoverageFileAnalyzer
           
 class NewCoverageAggregator
           
 class TendencyDecorator
           
 class VariationDecorator
           
 class ViolationPersisterDecorator
           
 class ViolationTrackingDecorator
           
 

Methods in org.sonar.plugins.core.timemachine with annotations of type DependedUpon
 List<Metric> NewViolationsDecorator.generatesMetric()
           
 List<Metric> NewCoverageAggregator.generatesNewCoverageMetrics()
           
 List<Metric> AbstractNewCoverageFileAnalyzer.generatesNewCoverageMetrics()
           
 

Uses of DependedUpon in org.sonar.plugins.cpd.decorators
 

Methods in org.sonar.plugins.cpd.decorators with annotations of type DependedUpon
 Metric DuplicationDensityDecorator.generatesMetric()
           
 List<Metric> SumDuplicationsDecorator.generatesMetrics()
           
 

Uses of DependedUpon in org.sonar.plugins.design.batch
 

Methods in org.sonar.plugins.design.batch with annotations of type DependedUpon
 Metric SuspectLcom4DensityDecorator.generatesMetric()
           
 Metric TangleIndexDecorator.generatesMetric()
          Used to define downstream dependencies
 

Uses of DependedUpon in org.sonar.plugins.squid
 

Classes in org.sonar.plugins.squid with annotations of type DependedUpon
 class JavaSourceImporter
           
 class SquidSensor
           
 

Uses of DependedUpon in org.sonar.plugins.squid.decorators
 

Methods in org.sonar.plugins.squid.decorators with annotations of type DependedUpon
 Metric ClassComplexityDistributionBuilder.generatesFunctionComplexityDistribution()
           
 Metric FunctionComplexityDistributionBuilder.generatesFunctionComplexityDistribution()
           
 Metric ChidamberKemererDistributionBuilder.generatesLcom4Distribution()
           
 Metric ChidamberKemererDistributionBuilder.generatesRfcDistribution()
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.