net.sourceforge.groboutils.codecoverage.v2.logger
Class NoOpChannelLogger

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.logger.NoOpChannelLogger
All Implemented Interfaces:
IChannelLogger

public class NoOpChannelLogger
extends java.lang.Object
implements IChannelLogger

Doesn't do any logging.

Since:
December 17, 2002
Version:
$Date: 2003/02/10 22:51:28 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
NoOpChannelLogger()
           
 
Method Summary
 void cover(java.lang.String classSignature, short methodIndex, short markIndex)
          Records a coverage of a marked bytecode instruction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpChannelLogger

public NoOpChannelLogger()
Method Detail

cover

public void cover(java.lang.String classSignature,
                  short methodIndex,
                  short markIndex)
Records a coverage of a marked bytecode instruction. This method should never throw an exception.

Specified by:
cover in interface IChannelLogger
Parameters:
classSignature - a signature of the class file being covered. this signature includes the fully-qualified name of the class, along with a checksum to uniquely identify it.
methodIndex - index for a method within the class. The meta-data store will know how to translate the index to a method signature.
markIndex - the index of the bytecode instruction mark for this particular channel.


Copyright © 2001-2003 by The GroboUtils Project