-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b26
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056810 | emb-9 | Unassigned | P4 | Resolved | Fixed | b26 |
There are two separate hierarchies of VersionHelper classes:
1. com.sun.jndi.ldap.VersionHelper and com.sun.jndi.ldap.VersionHelper12
2. com.sun.naming.internal.VersionHelper and com.sun.naming.internal.VersionHelper12
(2) is a fork of "vestigial" (1). Though their responsibilities have many things in common, they've diverged a bit. There's no need for having 4 classes instead of 2 (or even 1).
This task may be considered as exploratory towards theJDK-8044627 (both top-level classes are used mainly for classloading)
1. com.sun.jndi.ldap.VersionHelper and com.sun.jndi.ldap.VersionHelper12
2. com.sun.naming.internal.VersionHelper and com.sun.naming.internal.VersionHelper12
(2) is a fork of "vestigial" (1). Though their responsibilities have many things in common, they've diverged a bit. There's no need for having 4 classes instead of 2 (or even 1).
This task may be considered as exploratory towards the
- backported by
-
JDK-8056810 Flatten VersionHelper hierarchies
-
- Resolved
-
- relates to
-
JDK-8044627 Update JNDI to work with modules
-
- Closed
-