2009-10-21 |
style and javadoc fixes
Michael L Heuer
committed
on 21 Oct 2009
|
---|---|
2009-10-20 |
Adding clone tests to allow for later refactoring.
Allain Lalonde
committed
on 20 Oct 2009
|
minor javadoc fixes . . . I really should stop now. :)
Michael L Heuer
committed
on 20 Oct 2009
|
|
minor javadoc fixes
Michael L Heuer
committed
on 20 Oct 2009
|
|
more style and javadoc fixes
Michael L Heuer
committed
on 20 Oct 2009
|
|
more style and javadoc fixes
Michael L Heuer
committed
on 20 Oct 2009
|
|
style and javadoc fixes
Michael L Heuer
committed
on 20 Oct 2009
|
|
Fixing core CheckStyle warnings. All magic number warnings were on constant definitions. Cleaning them up would not have increased code clarity greatly enough to warrant it.
Allain Lalonde
committed
on 20 Oct 2009
|
|
Fixing some checkstyle bugs and fixing an infinite recursion bug introduced by r727 by me :(
Allain Lalonde
committed
on 20 Oct 2009
|
|
2009-10-17 |
Added rules to cobertura reports so that Tests and Mocks are ignored.
Allain Lalonde
committed
on 17 Oct 2009
|
2009-10-15 |
Fixing Issue #137, replaced getWidth() and getHeight() with getFullBounds().getWidth() and getFullBounds().getHeight() in PNode.toImage. Thank you Sam for pointing this out.
Allain Lalonde
committed
on 15 Oct 2009
|
2009-10-14 |
More CheckStyle blitzing on core. Javadocs are all there now. To drop the number much further I'll need to expand expressions for defining Property change codes, or break binary compatability by making constants final. I'm 100% for doing that, but I understand some people have reservations.
Allain Lalonde
committed
on 14 Oct 2009
|
2009-10-13 |
Tedious CheckStyle blitz on core.
Allain Lalonde
committed
on 13 Oct 2009
|
2009-10-10 |
Fixing bug with setTransparency not sending new or old value when property change was fired. Also, some formatting
Allain Lalonde
committed
on 10 Oct 2009
|
More CheckStyle Stuff
Allain Lalonde
committed
on 10 Oct 2009
|
|
Fixing PMD Bug in setText of PText
Allain Lalonde
committed
on 10 Oct 2009
|
|
Hunting FindBugs in Core.
Allain Lalonde
committed
on 10 Oct 2009
|
|
2009-10-09 |
Removing FindBugs Excludes, since all they did was remove tests from the examples modules. Instead I removed the unnecessary reporting from examples.
...
Allain Lalonde
committed
on 9 Oct 2009
|
Removing accidental System.out.printlns woops.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Added messages for IOException throws in javadocs on PObjectOutputStream
Allain Lalonde
committed
on 9 Oct 2009
|
|
Removing lots of javadoc findbugs in the core
Allain Lalonde
committed
on 9 Oct 2009
|
|
formatting changes only, replacing tab characters with spaces
Michael L Heuer
committed
on 9 Oct 2009
|
|
Issue 128 ; applying patch from akurtakov, adding maven-bundle-plugin configuration and changing packaging from jar to bundle
Michael L Heuer
committed
on 9 Oct 2009
|
|
Trying again with ignores rules.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Makind FindBugs ignore any Test classes and example classes.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Stabbing at some more CheckStyle complaints and making FileLength max=4000. We have PNode to thank for that.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Attacking some checkstyle complaints.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Removed unnecessary imports.
Allain Lalonde
committed
on 9 Oct 2009
|
|
2009-09-26 |
Issue 127 ; tolerances for unit test assertions were too strict for OpenJDK IcedTea6 1.4.1 implementation on linux
Michael L Heuer
committed
on 26 Sep 2009
|
2009-08-21 |
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer
committed
on 21 Aug 2009
|