Relates :
|
While trying to integrate com.sun.jdi tests into an Eclipse IDE project, I stumbled over the following tests: test/jdk/com/sun/jdi/MonitorEventTest.java test/jdk/com/sun/jdi/MonitorFrameInfo.java test/jdk/com/sun/jdi/RedefineImplementor.java These tests live in directory test/jdk/com/sun/jdi and contain some class implementations with the same name. So the IDE finds that ambiguous and I see compilation errors. This can be fixed by some minor refactoring.
|