-
Bug
-
Resolution: Fixed
-
P4
-
11, 14
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246456 | 13.0.4 | Christoph Langer | P4 | Resolved | Fixed | b04 |
JDK-8237760 | 11.0.7 | Christoph Langer | P4 | Resolved | Fixed | b01 |
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.
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.
- backported by
-
JDK-8237760 Refactor some com.sun.jdi tests to enable IDE integration
-
- Resolved
-
-
JDK-8246456 Refactor some com.sun.jdi tests to enable IDE integration
-
- Resolved
-
- relates to
-
JDK-8256452 Integrate missing part of JDK-8232370 to 11u
-
- Resolved
-