-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.2
-
x86
-
windows_2000
Consider warning about cases like this:
while (counter!=MAX_SIZE) {
// do something
// counter is never assigned something herein between
// this is a bug example of an infinite loop
}
return someObject;
###@###.### 2005-03-17 03:04:13 GMT
while (counter!=MAX_SIZE) {
// do something
// counter is never assigned something herein between
// this is a bug example of an infinite loop
}
return someObject;
###@###.### 2005-03-17 03:04:13 GMT
- relates to
-
JDK-4965337 Warn about =+
-
- Closed
-