0

I am trying to use the cobertura- ant for code coverage. Here can i use the class files directly for instrumentation and use a DE compiler to get the java files for report generation? will it give the coverage correctly? Since i have only the class files not the java files. Please provide your valuable inputs on this.

Thanks.

1 Answers1

0

I doubt it. Since the report is basically an annotated listing of the code, I would think the cobertura-report task needs to have the source code.

Any way, what good is the report if you don't have the source code?

emory
  • 10,725
  • 2
  • 30
  • 58