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-4718708
bug in DU analysis of while loop
Log In
Resolved
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:
jckworthy
Subcomponent:
javac
Resolved In Build:
mantis
CPU:
generic
OS:
solaris_8
Description
javac improperly accepts the following code.
class T {
void f() {
final int i;
while (true) {
i = 3;
continue;
}
}
}
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-22 16:57
Updated:
2002-10-25 17:15
Resolved:
2002-10-25 17:15
Imported:
16/Sep/12 11:38 AM
Indexed:
18/Jul/12 6:37 AM