Jacoc coverage report append "$1" to my class names
82 views
Skip to first unread message
gupt...@gmail.com
unread,
Oct 9, 2015, 7:35:43 AM10/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JaCoCo and EclEmma Users
We have used Jacoco plugin for Jenkins and generated coverage report successfully. But, for each class that got coverage, the report showing one more class with the same name with "$1" at the end. Does it signify anything? or is this something to do with my report generation.
Mountainminds
unread,
Oct 9, 2015, 5:39:58 PM10/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jac...@googlegroups.com
Hi,
JaCoCo is based on Java class files. Such files represent the inner classes in your code.
Regards,
-marc
> On 09 Oct 2015, at 13:35, gupt...@gmail.com wrote:
>
> We have used Jacoco plugin for Jenkins and generated coverage report successfully. But, for each class that got coverage, the report showing one more class with the same name with "$1" at the end. Does it signify anything? or is this something to do with my report generation.
>