[piccolo2d-dev] Re: Any objections to me adding Cobertura coverage report to the Maven Build?

2009-07-16 Thread Marcus Rohrmoser
now it's me who can't follow. Cobertura? You don't mean such a thing: http://files.getdropbox.com/u/965005/piccolo2d.java/site-stage/piccolo2d-core/cobertura/index.html - do You? That's part of the mvn build ever since. M --~--~-~--~~~---~--~~

[piccolo2d-dev] Re: Any objections to me adding Cobertura coverage report to the Maven Build?

2009-07-16 Thread allain
I do mean such a thing. I'm not used to having the parent's pom file split into a subdirecty. My bad. Thanks. On Jul 16, 5:54 am, Marcus Rohrmoser mr0...@mro.name wrote: now it's me who can't follow. Cobertura? You don't mean such a

[piccolo2d-dev] Re: Any objections to me adding Cobertura coverage report to the Maven Build?

2009-07-16 Thread Marcus Rohrmoser
Am 16.07.2009 um 13:41 schrieb allain: I do mean such a thing. I'm not used to having the parent's pom file split into a subdirecty. My bad. Thanks. BTW: I really like the growing green in there. You're a gifted gardener ;-) --~--~-~--~~~---~--~~

[piccolo2d-dev] [piccolo2d commit] r477 - Made cobertura plugin output xml format as well as generating an html report

2009-07-16 Thread codesite-noreply
Author: allain.lalonde Date: Thu Jul 16 05:16:01 2009 New Revision: 477 Modified: piccolo2d.java/trunk/parent/pom.xml Log: Made cobertura plugin output xml format as well as generating an html report Modified: piccolo2d.java/trunk/parent/pom.xml

[piccolo2d-dev] [piccolo2d commit] r479 - Issue 53. Removing Test Code that can't be run in Headless mode

2009-07-16 Thread codesite-noreply
Author: allain.lalonde Date: Thu Jul 16 08:22:57 2009 New Revision: 479 Removed: piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/PFrameTest.java Modified: piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/pswing/PSwingTest.java Log: Issue 53. Removing Test

[piccolo2d-dev] Issue 97 in piccolo2d: TestPSwing.java and TestPSwingFull.java Should be moved

2009-07-16 Thread codesite-noreply
Updates: Status: Fixed Comment #2 on issue 97 by allain.lalonde: TestPSwing.java and TestPSwingFull.java Should be moved http://code.google.com/p/piccolo2d/issues/detail?id=97 Fixed in r478; moved them to examples project and renamed them PSwingExample1 and 2. Not the best names,

[piccolo2d-dev] Issue 96 in piccolo2d: More consistent handling of NonInvertible transforms in PCamera

2009-07-16 Thread codesite-noreply
Comment #1 on issue 96 by allain.lalonde: More consistent handling of NonInvertible transforms in PCamera http://code.google.com/p/piccolo2d/issues/detail?id=96 I'll take no response as agreement since this seems to be something that few care enough about to answer about. I'll wait a little

[piccolo2d-dev] Issue 90 in piccolo2d: Binary incompatible change from 1.2.1 in PInputEvent

2009-07-16 Thread codesite-noreply
Comment #3 on issue 90 by allain.lalonde: Binary incompatible change from 1.2.1 in PInputEvent http://code.google.com/p/piccolo2d/issues/detail?id=90 Almost seems like we're trying to force two different kinds of things into one. Seems like there could be two subclasses PPickPathInputEvent

[piccolo2d-dev] Issue 94 in piccolo2d: PLayer should do nothing when removing a camera that isn't attached

2009-07-16 Thread codesite-noreply
Comment #2 on issue 94 by allain.lalonde: PLayer should do nothing when removing a camera that isn't attached http://code.google.com/p/piccolo2d/issues/detail?id=94 Since there's no answer I'll assume that's agreement or apathy. So, I'll give it a little longer and make the change. -- You

[piccolo2d-dev] [piccolo2d commit] r480 - Simplifying getInverseTransform and making it not call printStackTrace() since it was hand...

2009-07-16 Thread codesite-noreply
Author: allain.lalonde Date: Thu Jul 16 11:28:35 2009 New Revision: 480 Modified: piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java Log: Simplifying getInverseTransform and making it not call printStackTrace() since it was handling that case anyway. Issue #96 may

[piccolo2d-dev] Re: What's with all the paramStrings?

2009-07-16 Thread Allain Lalonde
super.toString().replaceAll(.*\\., ) is used to strip away package names from the default toString implementation. 2009/7/15 Samuel Robert Reid re...@colorado.edu I don't see any advantage of the way toString is factored into a paramString part, and I've never used paramString directly in any

[piccolo2d-dev] What's up with new PBounds(Point2D, double, double)

2009-07-16 Thread allain
Here's the definition: public PBounds(Point2D aCenterPoint, double insetX, double insetY) { this(aCenterPoint.getX(), aCenterPoint.getY(), 0, 0); inset(insetX, insetY); } The only place it's called from from within the framework is: public PPickPath pick(double x,

[piccolo2d-dev] [piccolo2d commit] r481 - Issue 69 ; adding render quality parameter

2009-07-16 Thread codesite-noreply
Author: heuermh Date: Thu Jul 16 13:05:41 2009 New Revision: 481 Modified: piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/POffscreenCanvas.java piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/POffscreenCanvasTest.java Log: Issue 69 ; adding render

[piccolo2d-dev] [piccolo2d commit] r482 - Issue 74 ; adding unit test for PSwingRepaintManager

2009-07-16 Thread codesite-noreply
Author: heuermh Date: Thu Jul 16 14:06:09 2009 New Revision: 482 Added: piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/pswing/PSwingRepaintManagerTest.java Log: Issue 74 ; adding unit test for PSwingRepaintManager Added:

[piccolo2d-dev] Issue 98 in piccolo2d: Refactor edu.umd.cs.piccolo.pswingexamples and ...swtexamples to examples.pswing and examples.swt

2009-07-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Low Effort-Low Toolkit-Piccolo2D.Java OpSys-All Component-Examples Milestone-1.3 New issue 98 by heuermh: Refactor edu.umd.cs.piccolo.pswingexamples and ...swtexamples to examples.pswing and examples.swt

[piccolo2d-dev] isEmpty in PBounds

2009-07-16 Thread allain
Is it just me or does isEmpty seem to act more like a dirty flag than as a statement about a bounds emptiness? --~--~-~--~~~---~--~~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~--~~~~--~~--~--~---

[piccolo2d-dev] [piccolo2d commit] r483 - Issue 74 ; some assertions fail when test case is run as part of a test suite

2009-07-16 Thread codesite-noreply
Author: heuermh Date: Thu Jul 16 14:21:22 2009 New Revision: 483 Modified: piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/pswing/PSwingRepaintManagerTest.java Log: Issue 74 ; some assertions fail when test case is run as part of a test suite Modified:

[piccolo2d-dev] Issue 98 in piccolo2d: Refactor edu.umd.cs.piccolo.pswingexamples and ...swtexamples to examples.pswing and examples.swt

2009-07-16 Thread codesite-noreply
Comment #1 on issue 98 by allain.lalonde: Refactor edu.umd.cs.piccolo.pswingexamples and ...swtexamples to examples.pswing and examples.swt http://code.google.com/p/piccolo2d/issues/detail?id=98 I agree, shall I do it? -- You received this message because you are listed in the owner or CC

[piccolo2d-dev] Issue 98 in piccolo2d: Refactor edu.umd.cs.piccolo.pswingexamples and ...swtexamples to examples.pswing and examples.swt

2009-07-16 Thread codesite-noreply
Updates: Status: Accepted Owner: allain.lalonde Comment #2 on issue 98 by heuermh: Refactor edu.umd.cs.piccolo.pswingexamples and ...swtexamples to examples.pswing and examples.swt http://code.google.com/p/piccolo2d/issues/detail?id=98 (No comment was entered for this