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
|
---|---|
Further CheckStyle activity on extras module.
Allain Lalonde
committed
on 15 Oct 2009
|
|
2009-10-14 |
More checkstyle goodness
Allain Lalonde
committed
on 14 Oct 2009
|
Adding P3DRectExample to examples
Allain Lalonde
committed
on 14 Oct 2009
|
|
Attacking CheckStyle warnings in extras package.
Allain Lalonde
committed
on 14 Oct 2009
|
|
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 |
Resolves issue 130, use this.canvas instead of constructor arg canvas (which may be null)
Sam Reid
committed
on 10 Oct 2009
|
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
|
|
Pushing on CheckStyle for extras.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Making checkstyle ignore missing javadocs on private members and types.
Allain Lalonde
committed
on 10 Oct 2009
|
|
More CheckStyle Stuff
Allain Lalonde
committed
on 10 Oct 2009
|
|
More CheckStyle attacking.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Fixing Checkstyle javadoc errors in worst offender.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Fixing FindBugs transient field warnings.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Adding fix for NPE on positions.
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
|
|
Adding findbugs exclude rules to other projects.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Makind FindBugs ignore any Test classes and example classes.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Making checks for examples far less restrictive than the core library. Snippets don't always need to conform to SOLID principles.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Formatting to conform with CheckStyle and some removal of inline conditionals.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Killing more CheckStyle and a Couple PMD complaints.
Allain Lalonde
committed
on 9 Oct 2009
|