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 178935 Details for
Bug 325357
[compiler]Classes not inheriting member types.
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.java
Example.java (text/plain), 768 bytes, created by
bungeman
on 2010-09-15 10:25:17 EDT
(
hide
)
Description:
Example.java
Filename:
MIME Type:
Creator:
bungeman
Created:
2010-09-15 10:25:17 EDT
Size:
768 bytes
patch
obsolete
>package inherittest; > >//import inherittest.Example.Base.InnerBase; >import inherittest.Example.Extendable.InnerExtendable; >import inherittest.Example.Leaf.InnerLeaf; > >public class Example { > public interface TypeA { } > public class ConcreteA implements TypeA { } > > public static class Base<A extends TypeA, S extends Example.Base.InnerBase<A>> { > public static abstract class InnerBase<A extends TypeA> { } > } > > public static class Extendable<A extends ConcreteA, S extends InnerExtendable<A>> extends Base<A,S> { > public static class InnerExtendable<A extends ConcreteA> extends InnerBase<A> { } > } > > public static class Leaf<A extends TypeA> extends Base<A, InnerLeaf<A>> { > public static class InnerLeaf<A extends TypeA> extends /*Base.*/InnerBase<A> { } > } >}
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 325357
: 178935 |
178936
|
178937