I use the EMMA tool to cover the code, but despite all my efforts, EMMA refuses to see the source .java files and generate coverage in turn.
We use ANT to create the code, and debug is true. I know EMMA measures coverage because .emma files seem to generate and merge correctly. Reports can provide interest using the high-level method with interest.
But why doesn't he see .java files? All I get is this: [source file 'a / b / c / d / e / f / code.java' not found in source path]
del
source
share