Quantcast

[JIRA] (JENKINS-15538) Show source highlighting on the whole class

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15538) Show source highlighting on the whole class

JIRA noreply@jenkins-ci.org
Issue Type: Improvement Improvement
Assignee: Ognjen Bubalo
Components: jacoco
Created: 16/Oct/12 4:42 PM
Description:

When browsing coverage reports in Jenkins, it is not possible to show hightlighting on the whole class. Coverage is only highlighted at method scope.
IT would be easier to highlight coverage at the class level rather than at the method level

Project: Jenkins
Priority: Major Major
Reporter: Mickael Istria
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15538) Show source highlighting on the whole class

JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (22/Feb/13 10:00 PM)
Status: Open Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15538) Show source highlighting on the whole class

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
src/main/java/hudson/plugins/jacoco/report/ClassReport.java
src/main/java/hudson/plugins/jacoco/report/CoverageReport.java
src/main/java/hudson/plugins/jacoco/report/MethodReport.java
src/main/java/hudson/plugins/jacoco/report/SourceAnnotator.java
src/main/resources/hudson/plugins/jacoco/report/ClassReport/index.jelly
http://jenkins-ci.org/commit/jacoco-plugin/f778bc07de88008fe9862930ba8723da4ea087c1
Log:
[FIXED JENKINS-15538] added whole class coverage highlighting

The code is refactored a bit so that the same line-by-line annotation code can be used by multiple callers.

For the time being, the class coverage highlight is rendered along with the per-method break down, but one might prefer some tweak to this, such as using tabs.

Compare: https://github.com/jenkinsci/jacoco-plugin/compare/b7985928f638...f778bc07de88


You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Loading...