Category: Tips

Fixing EMMA’s coverage.out.file System Property

If you’re using EMMA for java code coverage report generation, you may quickly jump to EMMA’s property reference table in the documentation. There you will see documentation such as this: Property: coverage.out.file Default: coverage.ec This would lead an average java developer to quickly attempt using EMMA with a JVM arg such as: -Dcoverage.out.file=/my/path/coverage.ec Unfortunately, you’ll …

Continue reading