locate branch position in the source line
Lajos Németh <L.B.Ne'[email protected]> Tue, 11 Jul 2006 14:15:06 +0100
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone, I'm developping a code coverage tool with BCEL, and I have problem with branches. I need to know which branch how many times have been executed, which is clear, but I'd like to mark only the corresponding part of the source line, not the whole. Is there any possibility with BCEL without manipulating the source code? Regards, Lajos