Marc R. Hoffmann
Marc R. Hoffmann
For the JaCoCo agent, Ant Tasks and Maven goals the format of the class names to include/exclude needs to be properly specified. Also the change log for 0.5.4 probably shows...
Since release 0.6.3 the formatting of the JavaDoc shipped with the documentation is broken.
New Option in Coverage view to modify the name and scope of existing sessions.
If additional launchers are configured EclEmma seems to delegate to a random one which leads to unexpected results. See forum posts: https://groups.google.com/forum/?fromgroups=#!topic/jacoco/JP244L-DzbU
It seems to be a common problem, that exec files are imported into Eclipse executed with different class files. The same situation arises if tools like Powermock are used which...
In addition to the default preferences the agent options for - includes - excludes - exclclassloader should be configurable on a per launch configuration base.
Sometime open editors are do not get highlighted. Closing and opening the editor brings the highlighting back. Transferred from SF: http://sourceforge.net/tracker/?func=detail&aid=1722680&group_id=177969&atid=883351
**kate-sherwood@SF** I would like to make a feature request. I see a way to do code coverage of only the source that is in my Project Explorer (check the Source...
For debugging JaCoCo integrations it would be useful to have an read-only class file editor to display JaCoCo analysis data: - Tab: Info - VM class name - Source file...
**marchof** For every highlighted line the tooltip should show: - instructions coverage counter - branch coverage counter - full qualified method names contributing code to the line **brock_j** Just some...