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-1189446
compiler allows instanciation of abstract classes
Log In
Closed
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P2
Fix Version/s:
1.0
Affects Version/s:
0.9
Component/s:
tools
Labels:
abstract
classes
compiler
instanciat
Subcomponent:
javac
Resolved In Build:
1.0alpha
CPU:
sparc
OS:
solaris_2.4
Verification:
Not verified
Description
The following is NOT legal but it is allowed by the compiler:
interface Foo {
void foo();
}
class Test implements Foo {
void foo(int r) {
new Test();
}
}
Attachments
Activity
People
Assignee:
Arthur Hoff (Inactive)
Reporter:
Arthur Hoff (Inactive)
Votes:
0
Vote for this issue
Watchers:
0
Start watching this issue
Dates
Created:
1995-01-27 23:00
Updated:
1997-10-22 10:34
Resolved:
1997-10-22 10:34
Imported:
17/Sep/12 9:46 PM
Indexed:
28/Jul/12 5:02 AM