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
Down for 10.3.x LTS version upgrade on Nov 3, 09:30 PM - Nov 4, 01:30 AM PT (Nov 04, 05:30 AM - 09:30 AM GMT, Tuesday)
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