Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 271633 Details for
Bug 527731
Incorrect cycle detected in type hierarchy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Example code triggering the defect.
OuterClass.java (text/plain), 419 bytes, created by
Tobias Riemenschneider
on 2017-11-24 10:41:19 EST
(
hide
)
Description:
Example code triggering the defect.
Filename:
MIME Type:
Creator:
Tobias Riemenschneider
Created:
2017-11-24 10:41:19 EST
Size:
419 bytes
patch
obsolete
>import java.util.ArrayList; > >public class OuterClass<T> extends ArrayList<OuterClass.InnerTypedClass<T>> { > > public static interface InnerInterface {} > > public static class InnerTypedClass<T> implements InnerInterface {} > > public static void main(String[] args) { > OuterClass<String> outerClass = new OuterClass<>(); > outerClass.add(new InnerTypedClass<>()); > System.out.println(outerClass); > } > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 527731
: 271633