Closed mro closed 9 years ago
The problematic snippet of code is:
if (canvas == null) {
this.canvas = new PCanvas();
}
else {
this.canvas = canvas;
}
setContentPane(canvas);
Note that even if canvas is null, it is still being set as the content pane.
This bug was introduced in r698 "More CheckStyle Stuff"
Reported by reids%colorado.edu@gtempaccount.com
on 2009-10-10 02:14:57
Resolution committed in r702.
Reported by reids%colorado.edu@gtempaccount.com
on 2009-10-10 02:22:10
Reassigning to allain.lalonde to verify the and close. Are there any other
situations where this bug could have been introduced recently as part of CheckStyle
fixes?
Reported by reids%colorado.edu@gtempaccount.com
on 2009-10-10 02:23:43
Reported by reids%colorado.edu@gtempaccount.com
on 2009-10-10 02:24:11
Fixed
Totally my bad. :(
Reported by allain.lalonde
on 2009-10-10 04:29:38
Verified
Originally reported on Google Code with ID 130
Reported by
reids%colorado.edu@gtempaccount.com
on 2009-10-10 02:10:03