I have filed the following code coverage defect at an arguable level 2
http://www.netbeans.org/issues/show_bug.cgi?id=175757
I have a project that contains a dependency upon another NetBeans project. I have code coverage activated. I make some changes to my code and then run the tests. The build of the main project fails because it cannot find any dependencies with to the other dependent project. The reason is that although this project gets rebuilt, ant fails to find the jar for that project and so removes it from the list of jar dependencies that is uses for the main project.
Confusingly, this only happens the first time I try to run the tests after
making changes. The second, third etc runs all succeed and the tests execute. The problem also does not show if code coverage is deactivated.
Daniel Sheppard