org.sonar.core.consolidation.test
Class MissingCodeCoverage

java.lang.Object
  extended by org.sonar.core.consolidation.AbstractService
      extended by org.sonar.core.consolidation.test.MissingCodeCoverage
All Implemented Interfaces:
Service

public class MissingCodeCoverage
extends AbstractService


Field Summary
 
Fields inherited from class org.sonar.core.consolidation.AbstractService
log
 
Constructor Summary
MissingCodeCoverage(DaoFacade dao)
           
 
Method Summary
 void execute(Node node)
           
 boolean shouldExecuteOn(Node node)
           
 
Methods inherited from class org.sonar.core.consolidation.AbstractService
getDao, getMeasureKey, getMetric, getMetrics, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingCodeCoverage

public MissingCodeCoverage(DaoFacade dao)
Method Detail

shouldExecuteOn

public boolean shouldExecuteOn(Node node)

execute

public void execute(Node node)


Copyright © 2007-2008 hortis. All Rights Reserved.