|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Getting line and branch coverage N/AIt is not unusual to see a few classes (like Stubs) show the
"No line number information found…" message, but in this case,
it looks like when AnalyticColRowInfo is compiled, the debug options are not
set correctly. Make sure the following options are set: <javac debug="true" debugoptions="lines,source" I believe "lines" is required. Maybe not "source".
This is most convenient for debugging:
debugoptions="lines,vars,source". Let me know how that goes. There are other things
that can be tried if it does not work. John From:
cobertura-devel-bounces@... [mailto:cobertura-devel-bounces@...]
On Behalf Of rajeev chauhan ---------- Forwarded message
---------- ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Cobertura-devel mailing list Cobertura-devel@... https://lists.sourceforge.net/lists/listinfo/cobertura-devel |
|
|
Re: Getting line and branch coverage N/ASorry. It is debuglevel - not debugoptions: debuglevel="vars,lines,source" From:
cobertura-devel-bounces@...
[mailto:cobertura-devel-bounces@...] On Behalf Of John
W. Lewis It is not unusual to see a few classes (like Stubs) show the
"No line number information found…" message, but in this case, it
looks like when AnalyticColRowInfo is compiled, the debug options are not set
correctly. Make sure the following options are set: <javac
debug="true"
debugoptions="lines,source" I believe "lines" is required. Maybe not
"source". This is most convenient for
debugging: debugoptions="lines,vars,source". Let me know how that goes. There are other things
that can be tried if it does not work. John From: cobertura-devel-bounces@...
[mailto:cobertura-devel-bounces@...] On Behalf Of rajeev
chauhan ---------- Forwarded message
---------- ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Cobertura-devel mailing list Cobertura-devel@... https://lists.sourceforge.net/lists/listinfo/cobertura-devel |
| Free Forum Powered by Nabble | Forum Help |