Closed GoogleCodeExporter closed 9 years ago
Hi Erik ;-)
I'm discovering the same problem:
C:\h\jobs\IAR_test\workspace>"C:\Program
Files\bullshtml\bullshtml_1.0.3\bullshtml\bullshtml.exe" coverage_report
Can't get property content using method get/isContent from com.junoyoon.SrcFile
instance
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.antlr.stringtemplate.language.ASTExpr.invokeMethod(ASTExpr.java:564)
at org.antlr.stringtemplate.language.ASTExpr.rawGetObjectProperty(ASTExpr.java:515)
at org.antlr.stringtemplate.language.ASTExpr.getObjectProperty(ASTExpr.java:417)
at org.antlr.stringtemplate.language.ActionEvaluator.attribute(ActionEvaluator.java:351)
at org.antlr.stringtemplate.language.ActionEvaluator.expr(ActionEvaluator.java:136)
at org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:84)
at org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149)
at org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705)
at org.antlr.stringtemplate.StringTemplate.toString(StringTemplate.java:1670)
at org.antlr.stringtemplate.StringTemplate.toString(StringTemplate.java:1661)
at com.junoyoon.SrcFile.getHtml(SrcFile.java:129)
at com.junoyoon.Src.generateHtml(Src.java:103)
at com.junoyoon.BullsHtml.generateChildHtml(BullsHtml.java:359)
at com.junoyoon.BullsHtml.generateHtml(BullsHtml.java:264)
at com.junoyoon.BullsHtml.main(BullsHtml.java:426)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.simontuffs.onejar.Boot.run(Boot.java:306)
at com.simontuffs.onejar.Boot.main(Boot.java:159)
Caused by: java.util.NoSuchElementException
at java.util.AbstractList$Itr.next(Unknown Source)
at com.junoyoon.PeekingIterator.next(PeekingIterator.java:31)
at com.junoyoon.SourcePainter$CustomCppXhtmlRenderer.highlight(SourcePainter.java:71)
at com.junoyoon.SourcePainter.paint(SourcePainter.java:172)
at com.junoyoon.SrcFile.getContent(SrcFile.java:119)
... 25 more
I also get an XML report generated, but it's not complete. The links to tha
actual files within the report are not generated.
I'm also on Bullseye 8.0.16
I'm on Windows XP
bullshtml version 1.0.3
Original comment by was.l...@kruse.bz
on 2 Mar 2011 at 3:52
It appears from the release note in bullseye coverage that the XML format has
been massaged:
Version 8.0.16 - 22 Feb 2011
Fix covc for Microsoft C++ 13.10 (Visual C++ 2003) and earlier for class with "operator bool" and scalar
or pointer conversion operator. Symptom: "error C2593: 'operator &&' is ambiguous"
Add support for Windows Native Applications
Recognize Metaware keywords restrict, __asm__, __volatile__
Update XML version number from 3 to 4, belated since 7.12.4
Add XML root tag attribute "xlmns"
Fix covlink for running as a service (as with Hudson) and using a 64-bit tool chain to create a DLL.
Symptom: "C1083: cannot open compiler generated file"
For compatibility with Microsoft C++, covc recognizes semicolon following parameter-declaration-list.
Symptom: "error: expected ')', near ';'"
....And apparently toot muct for bullshtml to survive it - I've sent a note to
Bullseye regarding this - don't know if they will respond.
In the meant time Bullseye also helped me with providing access to the 8.0.15
windows installer - which I downgraded to and it works like a charm.
So the short meaasge is:
Bullshtml currently doesn't supprt Coverage versions higher then 8.0.15!
Have a look at the bullseye download archive if you need to downgrade:
http://www.bullseye.com/download-archive/
Original comment by was.l...@kruse.bz
on 3 Mar 2011 at 8:46
Thanks... I'll fix it in next 1.0.4 version
Original comment by junoy...@gmail.com
on 8 Mar 2011 at 5:15
release 1.0.4
Original comment by junoy...@gmail.com
on 16 Mar 2011 at 4:04
Original issue reported on code.google.com by
eadamlaursen@grundfos.com
on 2 Mar 2011 at 9:24