hudson.plugins.jacoco.report
Class SourceAnnotator
java.lang.Object
hudson.plugins.jacoco.report.SourceAnnotator
public class SourceAnnotator
- extends Object
Parses source file and annotates that with the coverage information.
- Author:
- Kohsuke Kawaguchi, Marcus Bauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceAnnotator
public SourceAnnotator(File src)
printHighlightedSrcFile
public void printHighlightedSrcFile(org.jacoco.core.analysis.ISourceNode cov,
Writer output)
Copyright © 2004-2014 Hudson. All Rights Reserved.