| commit | e159454ff9dc7c3d7bff0f120efe85bd4c557bfc | [log] [tgz] |
|---|---|---|
| author | Evgeny Mandrikov <mandrikov@gmail.com> | Sun Mar 15 01:33:37 2015 +0100 |
| committer | Evgeny Mandrikov <mandrikov@gmail.com> | Sun Mar 15 01:50:05 2015 +0100 |
| tree | 22d9a02649a0feb8a1180dfe69c36a9163168cec | |
| parent | 6a96fadce30f44b92bef1142cd96fbc92ed2b002 [diff] |
Avoid additional members in instrumented classes Instead of remembering the probe array in a new member and delegating the runtime access to a new method the runtime access is done via companion class, which contains static field with probe array and which is generated for every instrumented class and injected into their ClassLoader, except classes from Bootstrap ClassLoader, for which previous strategy is used.
JaCoCo is a free Java code coverage library distributed under the Eclipse Public License. Check the project homepage for downloads, documentation and feedback.
Please use our mailing list for questions regarding JaCoCo which are not already covered by the extensive documentation.