net.sourceforge.groboutils.codecoverage.v2.module
Class AbstractMeasure

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.module.AbstractMeasure
All Implemented Interfaces:
IAnalysisModule
Direct Known Subclasses:
BranchCountMeasure, LineCountMeasure

public abstract class AbstractMeasure
extends java.lang.Object
implements IAnalysisModule

Offers additional capability to detect when a probe has been measured more than once.

Since:
January 26, 2003
Version:
$Date: 2004/04/15 05:48:26 $
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
IAnalysisMetaData

Constructor Summary
AbstractMeasure()
           
 
Method Summary
protected  void markInstruction(IMethodCode method, int instrPos, IAnalysisMetaData data, boolean allowDuplicates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisModule
analyze, getMeasureName, getMeasureUnit, getMimeEncoding
 

Constructor Detail

AbstractMeasure

public AbstractMeasure()
Method Detail

markInstruction

protected void markInstruction(IMethodCode method,
                               int instrPos,
                               IAnalysisMetaData data,
                               boolean allowDuplicates)


Copyright © 2001-2003 by The GroboUtils Project