-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b174
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8182356 | 10 | Daniel Fuchs | P4 | Resolved | Fixed | b13 |
JDK-8182011 | 9.0.4 | Daniel Fuchs | P4 | Resolved | Fixed | b01 |
There are several source files that contain a class named EchoHandler in the java.net test base. All these classes are in the unnamed package, and may have slightly different behavior.
Tests often have visibility to more than one of these classes, which makes it sometime difficult to figure out where is the source of the class that the test is using (some tests can compile directly or indirectly more than one of these EchoHandler).
It would be good to rename some of these classes so that the name of the class leaves no doubt about what implementation the tests are effectively using and where the source file can be located.
Tests often have visibility to more than one of these classes, which makes it sometime difficult to figure out where is the source of the class that the test is using (some tests can compile directly or indirectly more than one of these EchoHandler).
It would be good to rename some of these classes so that the name of the class leaves no doubt about what implementation the tests are effectively using and where the source file can be located.
- backported by
-
JDK-8182011 [tests] Reorganize EchoHandlers
-
- Resolved
-
-
JDK-8182356 [tests] Reorganize EchoHandlers
-
- Resolved
-