Search |
||
The Bug StoryPosted by hiheiss on April 18, 2007 at 11:59 AM PDT
Brian Harry, a.k.a. the "bug guy," talks at length about bugs in a java.sun.com article by yours truly, Getting the Bugs Out: A Conversation With Bug Fixer Brian Harry. Harry, winner of a Duke's Choice Award, fixed Java SE 6 bugs numbering into the hundreds. His method: he scanned Sun's openly available bug database for intriguing bugs, primarily in the Swing user interface code, printed them out, and put the bug reports on a stack beside his computer. Then, he fixed them one by one, submitting them through the standard JDK Community contribution process. The interview gives the details: * He points out that fixing bugs is a great way to understand * His basic advice: “First, always acquire the test that’s attached * Swing tip 1: "Try to be comprehensive in testing the patch with different * Swing tip 2: "Make sure that the test case is running on the EDT * "If you’re doing a Java code fix, don't just look at the current version of IMHO, there's lots more of value. Have a look please and tell me what you think... »
Related Topics >>
Java Desktop Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|