-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b134
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2188499 | 6 | Joe Darcy | P3 | Closed | Won't Fix |
References to incomplete (missing) interfaces are not exposed by Sun's implementation of lang model API. For example, TypeElement.getInterfaces() method returns nothing if the folloing code same is being modeled:
===
public class InvalidSource implements A, B {
}
===
I believe, this doesn't conform to specification of getInterfaces(), even taking into account limititions of operating on incomplete program.
===
public class InvalidSource implements A, B {
}
===
I believe, this doesn't conform to specification of getInterfaces(), even taking into account limititions of operating on incomplete program.
- backported by
-
JDK-2188499 Modeling type implementing missing interfaces
- Closed
- duplicates
-
JDK-6634140 Lousy partial information provided on to-be-generated superclasses
- Closed