-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b55
-
generic
-
generic
-
Not verified
Currently, ClassReader uses somewhat clunky code to read attributes that is inflexible (if-then-else chain) and somewhat less than correct (for example, classfile version is not taken into account when determining if an attribute is valid or not.)
It would be better to refactor the code as a collection of attribute readers. This will make the code more robust for updates (e.g. 308, jigsaw) and downstream products (e.g. NetBeans) that need to define additional classfile attributes.
It would be better to refactor the code as a collection of attribute readers. This will make the code more robust for updates (e.g. 308, jigsaw) and downstream products (e.g. NetBeans) that need to define additional classfile attributes.
- relates to
-
JDK-6966357 javac 7 regression handling generic return type in Ini4J library
-
- Closed
-
-
JDK-7166990 Inherited interfaces using generics sometimes looses the generic type
-
- Closed
-
-
JDK-8010179 Remove transitional target values from javac
-
- Closed
-