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-1210205
compiler does not use java.lang.Array as the super class of all arrays
Log In
Closed
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Won't Fix
Priority:
P3
Fix Version/s:
None
Affects Version/s:
1.0
Component/s:
tools
Labels:
arrays
class
compiler
java.lang.
Subcomponent:
javac
CPU:
sparc
OS:
solaris_2.4
Description
According to the spec the following program should compile:
class Foo {
void foo(Array foo) {
}
void bar(int a[]) {
foo(a);
}
}
Attachments
Activity
People
Assignee:
Frank Yellin (Inactive)
Reporter:
Arthur Hoff (Inactive)
Votes:
0
Vote for this issue
Watchers:
0
Start watching this issue
Dates
Created:
1995-06-11 23:00
Updated:
1995-08-30 23:00
Resolved:
1995-08-30 23:00
Imported:
17/Sep/12 9:47 PM
Indexed:
28/Jul/12 5:03 AM