|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.logger.NoOpChannelLogger
Doesn't do any logging.
| 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 |
public NoOpChannelLogger()
| Method Detail |
public void cover(java.lang.String classSignature,
short methodIndex,
short markIndex)
cover in interface IChannelLoggerclassSignature - 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.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||