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-4992316
compiler allows new array of array of type parameter
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P3
Fix Version/s:
5.0
Affects Version/s:
5.0
Component/s:
tools
Labels:
jsr14
tiger-yes
tiger-yes-b49
Subcomponent:
javac
Resolved In Build:
b49
CPU:
generic
OS:
solaris_8
Description
The following should not compile, as it opens a loophole in the type system.
class J<T> {
{
Object o = new T[3][];
}
}
Attachments
Activity
People
Assignee:
Neal Gafter (Inactive)
Reporter:
Neal Gafter (Inactive)
Votes:
0
Vote for this issue
Watchers:
1
Start watching this issue
Dates
Created:
2004-02-10 14:14
Updated:
2004-04-26 14:02
Resolved:
2004-04-26 14:02
Imported:
16/Sep/12 11:48 AM
Indexed:
18/Jul/12 6:47 AM