-
Sub-task
-
Resolution: Fixed
-
Low
-
None
-
None
Enhance existing instrumentation and embed an array of CloverProfile in instrumented sources/classes, pass this array to Clover.getRecorder().
Java: source based instrumentation
RecorderInstrEmitter + Clover.getRecorder()
- add static field for _CLR class of CloverProfile[] type
Groovy: byte code instrumentation
- instantiate new CloverProfile[]
{ new CloverProfile(), ... }
array at getRecorder() call