What happens when you run JBlanket using classes which have been modified by the binding compiler? I'd think it would work properly for the code that comes from your source compile and just ignore the added code.

The only way to get source code at present is to try running a decompiler on the modified classes. I know this worked at one point, but later people ran into problems and I've never investigated the cause.

 - Dennis

Christoph wrote:

Hi.

I am using a coverage test tool (Jblanket) which will instrument all java classes for performing some tests. The problem is that JBlanket will need byte code compiled using debug mode because it uses the line numbering.
Unfortunately, the code generated by the JibxBinder does not have this debug information. Any way to get it in there or work around the thing?
(My actual solution is excluding all files which had JiBX-modifications from JBlanket which is kind of sub-optimal)


Thank you,
cheers,
Christoph


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to