Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-4711325
compiler allows unimplementable interfaces
Log In
Closed
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P4
Fix Version/s:
1.4.2
Affects Version/s:
1.4.0
Component/s:
tools
Labels:
gjc_attr
gjc_methattr
jckworthy
Subcomponent:
javac
Resolved In Build:
mantis
CPU:
generic
OS:
solaris_8
Verification:
Verified
Description
The following code is forbidden by JLS2 (8.4.6.4) yet accepted by javac
interface A {
B f();
}
interface B {
C f();
}
interface C extends A,B {
}
Attachments
Activity
People
Assignee:
Neal Gafter (Inactive)
Reporter:
Neal Gafter (Inactive)
Votes:
0
Vote for this issue
Watchers:
0
Start watching this issue
Dates
Created:
2002-07-05 14:50
Updated:
2003-04-11 17:39
Resolved:
2002-09-01 17:12
Imported:
16/Sep/12 11:37 AM
Indexed:
18/Jul/12 6:36 AM