-
Enhancement
-
Resolution: Duplicate
-
P3
-
6
-
None
-
generic
-
generic
When processing code like
class MyClass extends Generated<Foo> {}
where Generated does not (yet) exist, when viewing the provided model of MyClass, the ErrorType representing Generated<Foo> does not return any TypeArguments (and might not preserve the "Generated" name either).
It would be very helpful for this kind of information to be preserved.
class MyClass extends Generated<Foo> {}
where Generated does not (yet) exist, when viewing the provided model of MyClass, the ErrorType representing Generated<Foo> does not return any TypeArguments (and might not preserve the "Generated" name either).
It would be very helpful for this kind of information to be preserved.
- duplicates
-
JDK-6639645 Modeling type implementing missing interfaces
- Closed
- relates to
-
JDK-6557752 Original type of an AST should be made available even if it is replaced with an ErrorType
- Closed