svn commit: r1830366 - /pivot/trunk/pivot_checks.xml

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 17:13:55 2018 New Revision: 1830366 URL: http://svn.apache.org/viewvc?rev=1830366&view=rev Log: PIVOT-1032: Update the style checks to allow max method length of 200 lines (up from the default of 150) because we have a fair number of long methods that we would b

svn commit: r1830370 - /pivot/trunk/StyleErrors.java

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 17:16:50 2018 New Revision: 1830370 URL: http://svn.apache.org/viewvc?rev=1830370&view=rev Log: PIVOT-1032: Add a program to summarize the results of the "check style" task. Note: not updating the "build.xml" yet because it would require the check-style plugin t

svn commit: r1830372 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 17:22:48 2018 New Revision: 1830372 URL: http://svn.apache.org/viewvc?rev=1830372&view=rev Log: PIVOT-1032: Tweak a Javadoc changed wrongly with the last submissions. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.jav

svn commit: r1830377 - in /pivot/trunk: core/src/org/apache/pivot/json/ core/src/org/apache/pivot/util/ wtk/src/org/apache/pivot/wtk/

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 17:30:42 2018 New Revision: 1830377 URL: http://svn.apache.org/viewvc?rev=1830377&view=rev Log: Tweak some Javadoc (mostly cleanup of lists). Modified: pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java pivot/trunk/core/src/org/apache/pivot/

svn commit: r1830383 [3/3] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serialization/ core/src/org/apache/pivot/xml/ tutorials/s

2018-04-27 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneListener.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneListener.java?rev=1830383&r1=1830382&r2=1830383&view=diff == --- piv

svn commit: r1830383 [2/3] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serialization/ core/src/org/apache/pivot/xml/ tutorials/s

2018-04-27 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/ExpanderListener.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/ExpanderListener.java?rev=1830383&r1=1830382&r2=1830383&view=diff == --- p

svn commit: r1830383 [1/3] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serialization/ core/src/org/apache/pivot/xml/ tutorials/s

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 18:09:02 2018 New Revision: 1830383 URL: http://svn.apache.org/viewvc?rev=1830383&view=rev Log: PIVOT-1032: Change all "default public" in all the listener interfaces to just "default". This reduces our "check style" error count by around 1000, because there we

svn commit: r1830384 - in /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra: TerraFileBrowserSkin.java TerraVFSBrowserSkin.java

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 18:22:33 2018 New Revision: 1830384 URL: http://svn.apache.org/viewvc?rev=1830384&view=rev Log: PIVOT-1032: Fix the last [ModifierOrder] errors. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java pivot/trunk

svn commit: r1830386 - /pivot/trunk/build.xml

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 18:37:48 2018 New Revision: 1830386 URL: http://svn.apache.org/viewvc?rev=1830386&view=rev Log: PIVOT-1032: Update the "build.xml" to include the "check-style" target. NOTE: this won't work without the "checkstyle...-all.jar" file in the ANT_HOME/lib directory.

svn commit: r1830387 - /pivot/trunk/build.xml

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 19:18:05 2018 New Revision: 1830387 URL: http://svn.apache.org/viewvc?rev=1830387&view=rev Log: PIVOT-1032: Update the list of files to check for "check-style" to eliminate extraneous ones that may be in the build area. Modified: pivot/trunk/build.xml Modi

svn commit: r1830388 - /pivot/trunk/pivot_checks.xml

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 19:22:50 2018 New Revision: 1830388 URL: http://svn.apache.org/viewvc?rev=1830388&view=rev Log: PIVOT-1032: Configure the "NewlineAtEndOfFile" to accept any combination of line endings, not just the "system" one. This helps with cross-platform compatibility. M