-
Bug
-
Resolution: Unresolved
-
P4
-
5.0, 21
From: Alan Snyder on client-libs-dev:
I have a suggestion. Unless IDEA is lying to me, all uses of reconstruct() pass ALLBITS as the parameter.
The net effect is to wait for any of the three terminating conditions, ALLBITS, FRAMEBITS, and ERROR.
My suggestion would be to eliminate the parameter, add ALLBITS to the test in the loop, and rename the method waitForTermination() or something like that.
I have a suggestion. Unless IDEA is lying to me, all uses of reconstruct() pass ALLBITS as the parameter.
The net effect is to wait for any of the three terminating conditions, ALLBITS, FRAMEBITS, and ERROR.
My suggestion would be to eliminate the parameter, add ALLBITS to the test in the loop, and rename the method waitForTermination() or something like that.
- relates to
-
JDK-6176679 Application freezes when copying an animated gif image to the system clipboard
-
- Resolved
-
- links to