[piccolo2d-dev] [piccolo2d commit] r509 - Some Unit Tests for PInputEvent

2009-07-18 Thread codesite-noreply
Author: allain.lalonde Date: Sat Jul 18 05:08:49 2009 New Revision: 509 Modified: piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/event/PInputEvent.java piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/event/PInputEventTest.java Log: Some Unit Tests for

[piccolo2d-dev] [piccolo2d commit] r510 - Unit Testing for PImage and removed a little cruft

2009-07-18 Thread codesite-noreply
Author: allain.lalonde Date: Sat Jul 18 05:27:47 2009 New Revision: 510 Modified: piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PImage.java piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PImageTest.java Log: Unit Testing for PImage and removed a

[piccolo2d-dev] [piccolo2d commit] r513 - Sorry, IDE misusage

2009-07-18 Thread codesite-noreply
Author: mr0...@mro.name Date: Sat Jul 18 05:45:13 2009 New Revision: 513 Removed: Piccolo2D/ Log: Sorry, IDE misusage --~--~-~--~~~---~--~~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] Issue 101 in piccolo2d: Eliminate printStackTrace

2009-07-18 Thread codesite-noreply
Comment #1 on issue 101 by mr0...@mro.name: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101 I'd like to replace them with throw new RuntimeException(e); - objections? -- You received this message because you are listed in the owner or CC fields of this issue,

[piccolo2d-dev] Issue 101 in piccolo2d: Eliminate printStackTrace

2009-07-18 Thread codesite-noreply
Comment #2 on issue 101 by allain.lalonde: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101 wow that's a lot of them. Objection would be that RuntimeException is indistinguishable from a Divide by zero exception, or any number of other system level

[piccolo2d-dev] Issue 83 in piccolo2d: PSwing are fuzzy when scale!=1, due to buffering of the PSwing

2009-07-18 Thread codesite-noreply
Comment #15 on issue 83 by allain.lalonde: PSwing are fuzzy when scale!=1, due to buffering of the PSwing http://code.google.com/p/piccolo2d/issues/detail?id=83 PSwingExample1 in the examples project would do. -- You received this message because you are listed in the owner or CC fields of

[piccolo2d-dev] Issue 101 in piccolo2d: Eliminate printStackTrace

2009-07-18 Thread codesite-noreply
Comment #4 on issue 101 by allain.lalonde: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101 It's considered an important enough code smell that it's part of PMD's default checklist. The context of the printStackTrace is important before replacing since the

[piccolo2d-dev] Issue 101 in piccolo2d: Eliminate printStackTrace

2009-07-18 Thread codesite-noreply
Comment #5 on issue 101 by mr0...@mro.name: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101 I vote against a generic, non-abstract PPiccoloException - if required we should use fine-grained ones with clear semantic meaning (as discussed with the

[piccolo2d-dev] Re: Issue 83 in piccolo2d: PSwing are fuzzy when scale!=1, due to buffering of the PSwing

2009-07-18 Thread Allain Lalonde
Thanks, does text jump when zooming? On mac? On 7/18/09, codesite-nore...@google.com codesite-nore...@google.com wrote: Comment #16 on issue 83 by mr0...@mro.name: PSwing are fuzzy when scale!=1, due to buffering of the PSwing http://code.google.com/p/piccolo2d/issues/detail?id=83 great,

[piccolo2d-dev] Re: Issue 101 in piccolo2d: Eliminate printStackTrace

2009-07-18 Thread Allain Lalonde
Agreed On 7/18/09, codesite-nore...@google.com codesite-nore...@google.com wrote: Comment #5 on issue 101 by mr0...@mro.name: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101 I vote against a generic, non-abstract PPiccoloException - if required we should

[piccolo2d-dev] [piccolo2d commit] r516 - Removing some calls to printStackTrace(), replacing them with appropriate responses Issue 101

2009-07-18 Thread codesite-noreply
Author: allain.lalonde Date: Sat Jul 18 17:44:30 2009 New Revision: 516 Modified: piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/util/PAffineTransform.java

[piccolo2d-dev] Issue 101 in piccolo2d: Eliminate printStackTrace

2009-07-18 Thread codesite-noreply
Comment #6 on issue 101 by allain.lalonde: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101 It's a little shorter now as per r516 ./extras/src/main/java/edu/umd/cs/piccolox/event/PNotificationCenter.java: e.printStackTrace();

[piccolo2d-dev] Issue 102 in piccolo2d: PNode.print swallows failures

2009-07-18 Thread codesite-noreply
Status: Accepted Owner: allain.lalonde Labels: Type-Defect Priority-Medium Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Core Milestone-2.0 New issue 102 by allain.lalonde: PNode.print swallows failures http://code.google.com/p/piccolo2d/issues/detail?id=102 What steps will reproduce