svn commit: r1830844 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Easing.java

2018-05-03 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 3 17:06:05 2018 New Revision: 1830844 URL: http://svn.apache.org/viewvc?rev=1830844&view=rev Log: Add Javadoc to the Easing interface to explain the methods and parameters. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Easing.

svn commit: r1832639 - in /pivot/trunk: core/src/org/apache/pivot/json/JSON.java wtk/src/org/apache/pivot/wtk/skin/FillPaneSkin.java wtk/src/org/apache/pivot/wtk/skin/GridPaneSkin.java wtk/src/org/apa

2018-05-31 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 31 18:25:47 2018 New Revision: 1832639 URL: http://svn.apache.org/viewvc?rev=1832639&view=rev Log: PIVOT-1032: Fix more "check-style" issues. Modified: pivot/trunk/core/src/org/apache/pivot/json/JSON.java pivot/trunk/wtk/src/org/apache/

svn commit: r1832859 - in /pivot/trunk: core/src/org/apache/pivot/util/Console.java tests/src/org/apache/pivot/tests/TextAreaConsoleTest.java tests/src/org/apache/pivot/tests/console_test.bxml wtk/src

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 4 15:41:02 2018 New Revision: 1832859 URL: http://svn.apache.org/viewvc?rev=1832859&view=rev Log: Improvements to "Console" debugging package: * Allow override of output streams (defaults to System.out and .err). * Make Console into a non-static cla

svn commit: r1832861 - in /pivot/trunk: ./ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/adapter/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/util/ wtk/src/org/a

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 4 15:45:49 2018 New Revision: 1832861 URL: http://svn.apache.org/viewvc?rev=1832861&view=rev Log: PIVOT-1032: Working on the style errors. Modified: pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java pivot/trunk/core/src/org/apache/p

svn commit: r1832862 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 4 15:54:53 2018 New Revision: 1832862 URL: http://svn.apache.org/viewvc?rev=1832862&view=rev Log: Fix the one usage of Console in the existing code to use the new conventions. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java Modi

svn commit: r1832864 - /pivot/trunk/demos/src/org/apache/pivot/demos/text/TextPaneDemo.java

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 4 16:07:48 2018 New Revision: 1832864 URL: http://svn.apache.org/viewvc?rev=1832864&view=rev Log: PIVOT-1032: Working on the style errors. Modified: pivot/trunk/demos/src/org/apache/pivot/demos/text/TextPaneDemo.java Modified: pivot/trunk/demos/src

svn commit: r1832904 [3/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/util/ tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/

2018-06-04 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java?rev=1832904&r1=1832903&r2=1832904&view=diff == --- pivot/tru

svn commit: r1832904 [2/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/util/ tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/

2018-06-04 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java?rev=1832904&r1=1832903&r2=1832904&view=diff == --- pivot/trunk/wtk

svn commit: r1832904 [1/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/util/ tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 5 00:14:11 2018 New Revision: 1832904 URL: http://svn.apache.org/viewvc?rev=1832904&view=rev Log: PIVOT-1032: Working on the style errors. Modified: pivot/trunk/core/src/org/apache/pivot/beans/BeanMonitor.java pivot/trunk/core/src/org/apache/pivot/

svn commit: r1833140 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java wtk/src/org/apache/pivot/wtk/Theme.java wtk/src/org/apache/pivot/wtk/ThemeNotFoundException.java

2018-06-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jun 7 19:08:55 2018 New Revision: 1833140 URL: http://svn.apache.org/viewvc?rev=1833140&view=rev Log: PIVOT-1034: Several things related to theme initialization: * Allow ThemeNotFoundException to have a custom message. * Change several other exceptions in Theme

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

2018-06-18 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 18 14:46:53 2018 New Revision: 1833728 URL: http://svn.apache.org/viewvc?rev=1833728&view=rev Log: PIVOT-1035: Implement an internal build number mechanism using Ant's "" task. Modified: pivot/trunk/build.xml Modified: pivot/trunk/b

svn commit: r1833730 [2/2] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/serialization/ core/test/org/apache/pivot/collections/test/ wtk-terra/src/org/apache/pivo

2018-06-18 Thread rwhitcomb
Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java?rev=1833730&r1=1833729&r2=1833730&view=diff =

svn commit: r1833730 [1/2] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/serialization/ core/test/org/apache/pivot/collections/test/ wtk-terra/src/org/apache/pivo

2018-06-18 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 18 14:51:41 2018 New Revision: 1833730 URL: http://svn.apache.org/viewvc?rev=1833730&view=rev Log: PIVOT-1032: Working on the style errors. Modified: pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java pivot/trunk/core/src/org/apache/p

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

2018-06-18 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 18 16:42:27 2018 New Revision: 1833735 URL: http://svn.apache.org/viewvc?rev=1833735&view=rev Log: PIVOT-1036: Add an Ant target to zip up the resource files required for a Japanese translation. First step in getting them translated. Modified: pivot/t

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

2018-06-20 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 20 17:43:28 2018 New Revision: 1833931 URL: http://svn.apache.org/viewvc?rev=1833931&view=rev Log: PIVOT_1035: Change the build number to a date stamp of the form: DDDHHmm which is "20181711037" right now. Modified: pivot/trunk/build.xml M

svn commit: r1833933 - /pivot/trunk/core/src/org/apache/pivot/util/Version.java

2018-06-20 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 20 18:44:26 2018 New Revision: 1833933 URL: http://svn.apache.org/viewvc?rev=1833933&view=rev Log: PIVOT-1035: For the new "DDDHHmm" build number, the Version class has to be updated to allow a long value for the "updateRevision". M

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

2018-06-20 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 20 19:46:15 2018 New Revision: 1833942 URL: http://svn.apache.org/viewvc?rev=1833942&view=rev Log: PIVOT-1035: Add three of the "Specification" fields in the .jar file manifests: * Specification-Title * Specification-Version * Specification-Vend

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

2018-06-20 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 20 20:43:15 2018 New Revision: 1833950 URL: http://svn.apache.org/viewvc?rev=1833950&view=rev Log: PIVOT-1037: Add checks for this specific condition, namely that the count of nodes to be removed (from the visible nodes list) is out of range of what is curre

svn commit: r1834042 - in /pivot/trunk: tutorials/src/org/apache/pivot/tutorials/localization/ tutorials/src/org/apache/pivot/tutorials/stocktracker/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk

2018-06-21 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jun 21 18:42:08 2018 New Revision: 1834042 URL: http://svn.apache.org/viewvc?rev=1834042&view=rev Log: PIVOT-1036: Add the Japanese resource files. Added: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ja.json pivot/t

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

2018-08-02 Thread rwhitcomb
Author: rwhitcomb Date: Thu Aug 2 17:13:57 2018 New Revision: 1837329 URL: http://svn.apache.org/viewvc?rev=1837329&view=rev Log: Properly check for JDK 9 or (now) JDK 10 for use in building Pivot. Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.xml URL: http://svn.apache

svn commit: r1837541 - in /pivot/trunk/core: src/org/apache/pivot/util/Version.java test/org/apache/pivot/util/test/VersionTest.java

2018-08-06 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 6 16:30:29 2018 New Revision: 1837541 URL: http://svn.apache.org/viewvc?rev=1837541&view=rev Log: PIVOT-1039: Address test failure with Java 10: * Update Version to have a new "simpleToString" method that formats just the "major.minor.maint

svn commit: r1837548 - in /pivot/trunk: build.xml core/test/org/apache/pivot/util/test/VersionTest.java web/src/org/apache/pivot/web/package.html wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.

2018-08-06 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 6 18:57:14 2018 New Revision: 1837548 URL: http://svn.apache.org/viewvc?rev=1837548&view=rev Log: PIVOT-1039: * Correct style errors from the previous change to VersionTest.java * Fix (some) errors in the Javadoc process with Java 10 * Fix some of the error

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

2018-08-09 Thread rwhitcomb
Author: rwhitcomb Date: Thu Aug 9 13:49:40 2018 New Revision: 1837729 URL: http://svn.apache.org/viewvc?rev=1837729&view=rev Log: PIVOT-1035: Change build number to the "Last Changed Rev" reported by SVN so that: * The contents of the build is traceable to SVN revisions. * The bui

svn commit: r1837911 - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/text/ core/src/org/apache/pivot/util/ core/test/org/apache/piv

2018-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 13 01:52:33 2018 New Revision: 1837911 URL: http://svn.apache.org/viewvc?rev=1837911&view=rev Log: PIVOT-1032: Fix the remaining "Whitespace" errors in all the source. Plus fix some other style errors in several of the smaller files in this s

svn commit: r1837912 - in /pivot/trunk: tests/src/org/apache/pivot/tests/ tests/src/org/apache/pivot/tests/issues/ tests/src/org/apache/pivot/tests/issues/pivot859/ tests/src/org/apache/pivot/tests/is

2018-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 13 01:55:03 2018 New Revision: 1837912 URL: http://svn.apache.org/viewvc?rev=1837912&view=rev Log: PIVOT-1032: Fix the remaining "Whitespace" errors in all the source. Plus fix some other style errors in several of the smaller files in this s

svn commit: r1837913 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: ./ content/ skin/ text/

2018-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 13 01:57:16 2018 New Revision: 1837913 URL: http://svn.apache.org/viewvc?rev=1837913&view=rev Log: PIVOT-1032: Fix the remaining "Whitespace" errors in all the source. Plus fix some other style errors in several of the smaller files in this s

svn commit: r1837914 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/

2018-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 13 02:00:26 2018 New Revision: 1837914 URL: http://svn.apache.org/viewvc?rev=1837914&view=rev Log: PIVOT-1032: Fix the remaining "Whitespace" errors in all the source. Plus fix some other style errors in several of the smaller files in this s

svn commit: r1837916 - in /pivot/trunk: core/src/org/apache/pivot/util/ core/src/org/apache/pivot/xml/ wtk/src/org/apache/pivot/wtk/

2018-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 13 03:57:32 2018 New Revision: 1837916 URL: http://svn.apache.org/viewvc?rev=1837916&view=rev Log: PIVOT-1032: Fix the "HideUtilityClassConstructor" as much as useful, and fix other style errors in these files also. Modified: pivot/trunk/core/

svn commit: r1838293 [1/3] - in /pivot/trunk: charts/src/org/apache/pivot/charts/ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/adapter/

2018-08-17 Thread rwhitcomb
Author: rwhitcomb Date: Fri Aug 17 22:27:05 2018 New Revision: 1838293 URL: http://svn.apache.org/viewvc?rev=1838293&view=rev Log: PIVOT-1032: Fix the remaining LineLength errors, some AvoidNestedBlocks errors and many others in many of the smaller files touched here. Modified: pivot/t

svn commit: r1838293 [3/3] - in /pivot/trunk: charts/src/org/apache/pivot/charts/ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/adapter/

2018-08-17 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ListButtonSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ListButtonSkin.java?rev=1838293&r1=1838292&r2=1838293&view=diff ==

svn commit: r1838293 [2/3] - in /pivot/trunk: charts/src/org/apache/pivot/charts/ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/adapter/

2018-08-17 Thread rwhitcomb
Modified: pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot765.java URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot765.java?rev=1838293&r1=1838292&r2=1838293&view=diff ==

svn commit: r1838738 [1/3] - in /pivot/trunk: core/src/org/apache/pivot/xml/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/effects/ wtk/src/

2018-08-23 Thread rwhitcomb
Author: rwhitcomb Date: Thu Aug 23 16:12:55 2018 New Revision: 1838738 URL: http://svn.apache.org/viewvc?rev=1838738&view=rev Log: PIVOT-1032: Fix the "AvoidNestedBlocks" style errors, as well as many other errors in those files (mostly FinalParameters). Modified: pivot/trun

svn commit: r1838738 [2/3] - in /pivot/trunk: core/src/org/apache/pivot/xml/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/effects/ wtk/src/

2018-08-23 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java?rev=1838738&r1=1838737&r2=1838738&view=diff == ---

svn commit: r1838738 [3/3] - in /pivot/trunk: core/src/org/apache/pivot/xml/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/effects/ wtk/src/

2018-08-23 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CardPaneSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CardPaneSkin.java?rev=1838738&r1=1838737&r2=1838738&view=diff == ---

svn commit: r1838770 - in /pivot/trunk: core/src/org/apache/pivot/io/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serialization/ core/src/org/apache/pivot/util/ core/src/org/apache/pivot

2018-08-23 Thread rwhitcomb
Author: rwhitcomb Date: Thu Aug 23 23:50:59 2018 New Revision: 1838770 URL: http://svn.apache.org/viewvc?rev=1838770&view=rev Log: PIVOT-1041: Add a "Constants" class and put a few common values into it. I have looked for other things, but nothing else stands out as being a &qu

svn commit: r1838997 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk/text: ComponentNode.java Document.java

2018-08-24 Thread rwhitcomb
Author: rwhitcomb Date: Sat Aug 25 00:26:02 2018 New Revision: 1838997 URL: http://svn.apache.org/viewvc?rev=1838997&view=rev Log: Change ComponentNode back to a subclass of Node (instead of Block), but then allow Document to accept ComponentNode as a child, in addition to a Block. The re

svn commit: r1839358 - in /pivot/trunk: core/src/org/apache/pivot/util/CharUtils.java core/src/org/apache/pivot/util/ClassUtils.java wtk/src/org/apache/pivot/wtk/text/Document.java wtk/src/org/apache/

2018-08-27 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 27 17:43:38 2018 New Revision: 1839358 URL: http://svn.apache.org/viewvc?rev=1839358&view=rev Log: Several fixes to TextPane: * Fix previous changes that made ImageNode (and ComponentNode) into subclasses of Block so that they could be inserted directly in

svn commit: r1839362 - in /pivot/trunk: core/src/org/apache/pivot/util/ClassUtils.java wtk/src/org/apache/pivot/wtk/text/ImageNode.java

2018-08-27 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 27 18:50:09 2018 New Revision: 1839362 URL: http://svn.apache.org/viewvc?rev=1839362&view=rev Log: PIVOT-1032: Fix style errors in ImageNode and ClassUtils (from last change to these classes to fix bugs in TextPane). Modified: pivot/trunk/core/src/org/ap

svn commit: r1840311 - in /pivot/trunk: core/src/org/apache/pivot/util/ core/test/org/apache/pivot/functional/monad/test/ tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terr

2018-09-07 Thread rwhitcomb
Author: rwhitcomb Date: Fri Sep 7 16:48:56 2018 New Revision: 1840311 URL: http://svn.apache.org/viewvc?rev=1840311&view=rev Log: PIVOT-1039: Fix the deprecation warnings from "new Float", "new Long" and so forth. Modified: pivot/trunk/core/src/org/apache/pivot/uti

svn commit: r1840587 - in /pivot/trunk: charts/src/org/apache/pivot/charts/ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/immutable/ cor

2018-09-11 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 11 16:26:37 2018 New Revision: 1840587 URL: http://svn.apache.org/viewvc?rev=1840587&view=rev Log: PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in various packages that throw this exception. Clean up some error messages from

svn commit: r1840589 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/media/Image.java

2018-09-11 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 11 16:31:17 2018 New Revision: 1840589 URL: http://svn.apache.org/viewvc?rev=1840589&view=rev Log: Add/update Javadoc in the Image class (to better explain the methods available). Address some style errors also. Modified: pivot/trunk/wtk/src/org/apache/p

svn commit: r1840590 - /pivot/trunk/core/src/org/apache/pivot/util/ListenerList.java

2018-09-11 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 11 16:31:48 2018 New Revision: 1840590 URL: http://svn.apache.org/viewvc?rev=1840590&view=rev Log: PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in various packages that throw this exception. Clean up some error messages from

svn commit: r1840591 - in /pivot/trunk: tests/src/org/apache/pivot/tests/VerticalButtonTest.java wtk/src/org/apache/pivot/wtk/content/VerticalButtonDataRenderer.java

2018-09-11 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 11 16:34:37 2018 New Revision: 1840591 URL: http://svn.apache.org/viewvc?rev=1840591&view=rev Log: PIVOT-1040: Add the (simple) renderer that allows these vertical buttons. Add a test program to illustrate/test the renderer. Added: pivot/trunk/tests/src

svn commit: r1840595 - in /pivot/trunk: charts/src/org/apache/pivot/charts/ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serialization/ core/src/org/apach

2018-09-11 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 11 17:42:52 2018 New Revision: 1840595 URL: http://svn.apache.org/viewvc?rev=1840595&view=rev Log: PIVOT-1039: Address the remaining deprecation warnings (about Class.newInstance) in all the source. The remaining warnings are about the deprecation of JAp

svn commit: r1850678 - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/xml/ tutorials/src/org/apache/pivot/tutorials/explorer/tools/ tutorials/src/org/apache/pivot/tu

2019-01-07 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jan 7 19:59:33 2019 New Revision: 1850678 URL: http://svn.apache.org/viewvc?rev=1850678&view=rev Log: PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in various packages that throw this exception. Clean up some error messages from

svn commit: r1850679 - /pivot/trunk/tutorials/src/org/apache/pivot/tutorials/stocktracker/ChangeMapping.java

2019-01-07 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jan 7 20:02:36 2019 New Revision: 1850679 URL: http://svn.apache.org/viewvc?rev=1850679&view=rev Log: PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in various packages that throw this exception. Clean up some error messages from

svn commit: r1855341 - in /pivot/trunk: core/src/org/apache/pivot/util/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/content/ wtk/src/org/a

2019-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 12 19:16:00 2019 New Revision: 1855341 URL: http://svn.apache.org/viewvc?rev=1855341&view=rev Log: PIVOT-1027: Finish adding the annotation to the rest of the places where it applies. Modified: pivot/trunk/core/src/org/apache/pivot/util/Resources.

svn commit: r1859103 - /pivot/trunk/core/src/org/apache/pivot/collections/EnumList.java

2019-05-10 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 10 21:05:12 2019 New Revision: 1859103 URL: http://svn.apache.org/viewvc?rev=1859103&view=rev Log: Add some explanatory Javadoc to the EnumList class to explain how to use it. Modified: pivot/trunk/core/src/org/apache/pivot/collections/EnumList.java Modi

svn commit: r1860673 - in /pivot/trunk: core/src/org/apache/pivot/io/FileSerializer.java web-server/src/org/apache/pivot/web/server/QueryServlet.java

2019-06-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 5 17:56:38 2019 New Revision: 1860673 URL: http://svn.apache.org/viewvc?rev=1860673&view=rev Log: PIVOT-1044: Fix the remaining places in the "core" (that is, not demos or tutorials) that still were using FileInputStream or FileOutputStream. Modif

svn commit: r1860674 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: DesktopApplicationContext.java GraphicsUtilities.java ListView.java

2019-06-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 5 18:00:47 2019 New Revision: 1860674 URL: http://svn.apache.org/viewvc?rev=1860674&view=rev Log: PIVOT-1032: Fix the EmptyBlock and NestedBlock style errors in "core" (that is, non-demo or tutorial) classes. Modified: pivot/trunk/wtk/src/org/ap

svn commit: r1860685 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java

2019-06-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 5 20:22:17 2019 New Revision: 1860685 URL: http://svn.apache.org/viewvc?rev=1860685&view=rev Log: PIVOT-1032: Concerted effort to completely eliminate style errors (not quite there though) in one core class. Mostly missing Javadoc and MagicNumber er

svn commit: r1861148 - in /pivot/trunk/tests/src/org/apache/pivot/tests: BXMLDictionaryTest.java EnumBeanTest.java JSONBeanTest.java MessageBusTest.java ResultListTest.java issues/Pivot751WithoutGUI.j

2019-06-12 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 12 16:33:39 2019 New Revision: 1861148 URL: http://svn.apache.org/viewvc?rev=1861148&view=rev Log: PIVOT-1032: Get rid of HideUtilityClassConstructor errors everywhere (all were test programs at this point). Modified: pivot/trunk/tests/src/org/apache/p

svn commit: r1861202 - in /pivot/trunk: demos/src/org/apache/pivot/demos/dnd/FileDropTargetDemo.java demos/src/org/apache/pivot/demos/xml/XMLViewer.java wtk/src/org/apache/pivot/wtk/media/BufferedImag

2019-06-12 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 12 22:55:03 2019 New Revision: 1861202 URL: http://svn.apache.org/viewvc?rev=1861202&view=rev Log: PIVOT-1032: Misc. small style changes. Modified: pivot/trunk/demos/src/org/apache/pivot/demos/dnd/FileDropTargetDemo.java pivot/trunk/demos/src/org/ap

svn commit: r1861203 - /pivot/trunk/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/BXMLExplorerDocument.java

2019-06-12 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 12 22:56:39 2019 New Revision: 1861203 URL: http://svn.apache.org/viewvc?rev=1861203&view=rev Log: PIVOT-1044: Fix BXMLExplorerDocument to use the new Files methods to avoid instantiating a FileInputStream. Modified: pivot/trunk/tutorials/src/org/apache/p

svn commit: r1864990 - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/immutable/ core/test/org/apache/pivot/collections/test/ wtk/src/org/apache/pivot/wt

2019-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 12 22:09:58 2019 New Revision: 1864990 URL: http://svn.apache.org/viewvc?rev=1864990&view=rev Log: PIVOT-1045: Start refactoring the read-only collections to use a common base class: * Implement ReadOnlySequence which just throws the exception for the applic

svn commit: r1864994 - in /pivot/trunk: tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/ tutorials/src/org/apache/pivot/tutorials/databinding/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/

2019-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 12 22:51:07 2019 New Revision: 1864994 URL: http://svn.apache.org/viewvc?rev=1864994&view=rev Log: PIVOT-1046: Implement the new ColorUtilities methods, deprecate the old one and refactor all callers to use the new methods. Modified: pivot/trunk/tutorials

svn commit: r1865079 - in /pivot/trunk/core: src/org/apache/pivot/beans/BeanAdapter.java test/org/apache/pivot/beans/test/BeanAdapterTest.java

2019-08-13 Thread rwhitcomb
Author: rwhitcomb Date: Tue Aug 13 23:06:28 2019 New Revision: 1865079 URL: http://svn.apache.org/viewvc?rev=1865079&view=rev Log: PIVOT-999: Replace "putAll" method in BeanAdapter with generic one from Dictionary. Add test of this in BeanAdapterTest. Modified: pivot/trun

svn commit: r1865080 - /pivot/trunk/demos-server/src/org/apache/pivot/demos/rest/server/RESTDemoServlet.java

2019-08-13 Thread rwhitcomb
Author: rwhitcomb Date: Tue Aug 13 23:09:45 2019 New Revision: 1865080 URL: http://svn.apache.org/viewvc?rev=1865080&view=rev Log: PIVOT-999: Consolidate "catch" clauses in a demo program. Modified: pivot/trunk/demos-server/src/org/apache/pivot/demos/rest/server/RESTDe

svn commit: r1865083 - /pivot/trunk/core/test/org/apache/pivot/beans/test/BeanAdapterTest.java

2019-08-13 Thread rwhitcomb
Author: rwhitcomb Date: Wed Aug 14 04:00:20 2019 New Revision: 1865083 URL: http://svn.apache.org/viewvc?rev=1865083&view=rev Log: PIVOT-999: Fix BeanAdapterTest to compile under Java 8 (worked with Java 10...) Modified: pivot/trunk/core/test/org/apache/pivot/beans/test/BeanAdapterTest.

svn commit: r1870920 - in /pivot/trunk: demos/src/org/apache/pivot/demos/json/JSONViewer.java wtk/src/org/apache/pivot/wtk/Style.java

2019-12-06 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 6 16:59:51 2019 New Revision: 1870920 URL: http://svn.apache.org/viewvc?rev=1870920&view=rev Log: Update JSONViewer demo application to: 1) Fix "check-style" errors. 2) Use some Java 8+ features (i.e., lambdas) 3) Tweak the tree display to make thi

svn commit: r1870930 - in /pivot/trunk: core/src/org/apache/pivot/util/CalendarDate.java core/test/org/apache/pivot/util/test/CalendarDateTest.java wtk/src/org/apache/pivot/wtk/content/CalendarDateSpi

2019-12-06 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 6 20:16:31 2019 New Revision: 1870930 URL: http://svn.apache.org/viewvc?rev=1870930&view=rev Log: Cleanup of some calendar-related classes: 1) Adjust time zone usage in CalendarDate to move to the constructor(s) and use constructed time zone

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

2019-12-06 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 6 23:00:02 2019 New Revision: 1870935 URL: http://svn.apache.org/viewvc?rev=1870935&view=rev Log: Update Ant version requirement to 1.10.2 so that we can use the "" check to allow Java versions greater or equal to 9 also (builds are failing on Open

svn commit: r1870942 - /pivot/jenkins/build.xml

2019-12-06 Thread rwhitcomb
Author: rwhitcomb Date: Sat Dec 7 00:16:35 2019 New Revision: 1870942 URL: http://svn.apache.org/viewvc?rev=1870942&view=rev Log: Update Ant version requirement to 1.10.2 so that we can use the "" check to allow Java versions greater or equal to 9 also (builds are failing on Open

svn commit: r1875319 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: CSSColor.java util/ColorUtilities.java

2020-03-17 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 17 19:20:42 2020 New Revision: 1875319 URL: http://svn.apache.org/viewvc?rev=1875319&view=rev Log: Change / simplify the way we initialize the CSSColor values by using a private static class for the lookup maps, and using an alternate constructor that creates

svn commit: r1875320 - /pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CSSColorTest.java

2020-03-17 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 17 19:48:50 2020 New Revision: 1875320 URL: http://svn.apache.org/viewvc?rev=1875320&view=rev Log: Add a CSSColorTest to thoroughly test all the round-trip paths. Added: pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CSSColorTest.java Added: pivot/trunk

svn commit: r1875321 - /pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CSSColorTest.java

2020-03-17 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 17 20:03:55 2020 New Revision: 1875321 URL: http://svn.apache.org/viewvc?rev=1875321&view=rev Log: Refine the testing in CSSColorTest because of avoidable failures. Modified: pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CSSColorTest.java Modified: p

svn commit: r1875334 - in /pivot/trunk/wtk: src/org/apache/pivot/wtk/CSSColor.java src/org/apache/pivot/wtk/GraphicsUtilities.java test/org/apache/pivot/wtk/test/CSSColorTest.java test/org/apache/pivo

2020-03-17 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 17 23:24:16 2020 New Revision: 1875334 URL: http://svn.apache.org/viewvc?rev=1875334&view=rev Log: Major rework of the CSSColor scheme: * Some of the Java standard colors don't have the same RGB values as their similarly named CSS colors (common things l

svn commit: r1875336 - in /pivot/trunk/wtk: src/org/apache/pivot/wtk/CSSColor.java test/org/apache/pivot/wtk/test/CSSColorTest.java

2020-03-17 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 17 23:53:57 2020 New Revision: 1875336 URL: http://svn.apache.org/viewvc?rev=1875336&view=rev Log: Add a new method to CSSColor to return a set of all the values matching the given RGB value. Add tests to CSSColorTest for this new method. Modified: p

svn commit: r1875337 - in /pivot/trunk: build.xml wtk/lib/javax.activation-1.2.0.jar

2020-03-17 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 18 00:41:23 2020 New Revision: 1875337 URL: http://svn.apache.org/viewvc?rev=1875337&view=rev Log: Build changes to add the javax.activation module for Java 11, and the implementing .jar file. Added: pivot/trunk/wtk/lib/javax.activation-1.2.0.jar (

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

2020-03-17 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 18 01:07:43 2020 New Revision: 1875338 URL: http://svn.apache.org/viewvc?rev=1875338&view=rev Log: Show the "java_modules" flag in the environment info for a build. Helps to debug current problems with java.activation missing for javadoc. Modif

svn commit: r1875826 - in /pivot/trunk/wtk: src/org/apache/pivot/wtk/CSSColor.java test/org/apache/pivot/wtk/test/CSSColorTest.java

2020-03-28 Thread rwhitcomb
Author: rwhitcomb Date: Sat Mar 28 22:14:38 2020 New Revision: 1875826 URL: http://svn.apache.org/viewvc?rev=1875826&view=rev Log: PIVOT-1032: Finally figure out how to get rid of MethodParamPad check-style errors in CSSColor. Get rid of some others in both CSSColor and CSSColorTest. Modi

svn commit: r1875827 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: DialogCloseListener.java validation/Validator.java

2020-03-28 Thread rwhitcomb
Author: rwhitcomb Date: Sat Mar 28 22:18:42 2020 New Revision: 1875827 URL: http://svn.apache.org/viewvc?rev=1875827&view=rev Log: PIVOT-1047: Make DialogCloseListener back into a pure interface so it can be implemented by a lambda in Java 8+. Mark both it and Validator as @FunctionalInter

svn commit: r1875828 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java

2020-03-28 Thread rwhitcomb
Author: rwhitcomb Date: Sat Mar 28 23:08:49 2020 New Revision: 1875828 URL: http://svn.apache.org/viewvc?rev=1875828&view=rev Log: PIVOT-1032: Fix some checkstyle errors in Action.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java Modified: pivot/trunk/wtk/src/org/ap

svn commit: r1875830 - in /pivot/trunk: build.properties build.xml

2020-03-28 Thread rwhitcomb
Author: rwhitcomb Date: Sun Mar 29 00:11:17 2020 New Revision: 1875830 URL: http://svn.apache.org/viewvc?rev=1875830&view=rev Log: Rearranged the build.xml file and cleaned up the "environment-info" messages with the build number and newly-introduced build date/time. Added "c

svn commit: r1875831 - in /pivot/trunk: setenv unsetenv

2020-03-28 Thread rwhitcomb
Author: rwhitcomb Date: Sun Mar 29 01:39:50 2020 New Revision: 1875831 URL: http://svn.apache.org/viewvc?rev=1875831&view=rev Log: Add "setenv" and "unsetenv" bash scripts for *nix/OSX to match the Windows versions to enable easy running of demos and tutorials. Added

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

2020-03-28 Thread rwhitcomb
Author: rwhitcomb Date: Sun Mar 29 05:01:17 2020 New Revision: 1875833 URL: http://svn.apache.org/viewvc?rev=1875833&view=rev Log: Using "--release 8" to build with Java 11 seems to not find JSObject anymore, so go back to using "-source" and "-target". And, t

svn commit: r1875834 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/DialogStateListener.java

2020-03-28 Thread rwhitcomb
Author: rwhitcomb Date: Sun Mar 29 05:13:40 2020 New Revision: 1875834 URL: http://svn.apache.org/viewvc?rev=1875834&view=rev Log: PIVOT-1047: Now that DialogCloseListener does not have a default implementation of "dialogClosed", we need to add it to DialogStateListener so existin

svn commit: r1875864 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Style.java

2020-03-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon Mar 30 03:01:46 2020 New Revision: 1875864 URL: http://svn.apache.org/viewvc?rev=1875864&view=rev Log: PIVOT-1020: Add some more predefined styles to the Style enum; things that are used by third-party applications, and so could be useful. Modified: pivot/t

svn commit: r1875896 - in /pivot/trunk: demos/src/org/apache/pivot/demos/million/LargeData.java wtk/src/org/apache/pivot/wtk/Container.java

2020-03-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 31 00:37:59 2020 New Revision: 1875896 URL: http://svn.apache.org/viewvc?rev=1875896&view=rev Log: PIVOT-1032, PIVOT-999: Use lambdas for callbacks. Fix two small check-style errors. Modified: pivot/trunk/demos/src/org/apache/pivot/demos/mil

svn commit: r1875897 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java

2020-03-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 31 00:38:50 2020 New Revision: 1875897 URL: http://svn.apache.org/viewvc?rev=1875897&view=rev Log: Correct a wrong @throws value. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java

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

2020-03-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 31 00:42:50 2020 New Revision: 1875898 URL: http://svn.apache.org/viewvc?rev=1875898&view=rev Log: PIVOT-1032: One more line of information for style summary report. Modified: pivot/trunk/StyleErrors.java Modified: pivot/trunk/StyleErrors.java URL:

svn commit: r1875900 - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/util/ core/test/org/apache/pivot/util/test/ tests/src/org/apac

2020-03-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 31 00:46:16 2020 New Revision: 1875900 URL: http://svn.apache.org/viewvc?rev=1875900&view=rev Log: PIVOT-1032: Mostly check-style updates: some Javadoc tweaks and additions. Add one more Utils method. Update some tests. Modified: pivot/trunk/core/src

svn commit: r1876576 - in /pivot/trunk/core: src/org/apache/pivot/util/ListenerList.java test/org/apache/pivot/util/test/ListenerListTest.java

2020-04-15 Thread rwhitcomb
Author: rwhitcomb Date: Thu Apr 16 03:56:08 2020 New Revision: 1876576 URL: http://svn.apache.org/viewvc?rev=1876576&view=rev Log: Add new "add(index, listener)" method to ListenerList just in case just adding a listener at the end of the list doesn't quite work. Add Listen

svn commit: r1876577 - /pivot/trunk/core/src/org/apache/pivot/util/Service.java

2020-04-15 Thread rwhitcomb
Author: rwhitcomb Date: Thu Apr 16 03:57:11 2020 New Revision: 1876577 URL: http://svn.apache.org/viewvc?rev=1876577&view=rev Log: Refactor code in Service to use "try-with-resources". Modified: pivot/trunk/core/src/org/apache/pivot/util/Service.java Modified: pivot/trun

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

2020-04-28 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 28 16:44:02 2020 New Revision: 1877132 URL: http://svn.apache.org/viewvc?rev=1877132&view=rev Log: Add a "normal" build task to simplify my daily / hourly build / test procedure. Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.

svn commit: r1877133 - in /pivot/trunk/core: src/org/apache/pivot/util/ListenerList.java test/org/apache/pivot/util/test/ListenerListTest.java

2020-04-28 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 28 16:45:58 2020 New Revision: 1877133 URL: http://svn.apache.org/viewvc?rev=1877133&view=rev Log: Cleanup some style errors introduced with recent changes. Modified: pivot/trunk/core/src/org/apache/pivot/util/ListenerList.java pivot/trunk/core/test

svn commit: r1877269 - /pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java

2020-05-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 1 20:44:03 2020 New Revision: 1877269 URL: http://svn.apache.org/viewvc?rev=1877269&view=rev Log: Cleanup some style errors introduced with recent changes. Modified: pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java Modified: p

svn commit: r1877270 - in /pivot/trunk/wtk: src/org/apache/pivot/wtk/RangeSelection.java test/org/apache/pivot/wtk/test/RangeSelectionTest.java

2020-05-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 1 20:47:49 2020 New Revision: 1877270 URL: http://svn.apache.org/viewvc?rev=1877270&view=rev Log: Make some style-related changes to RangeSelection, as well as adding some (presumably) useful methods. Add a RangeSelectionTest class to do some unit tes

svn commit: r1877271 - in /pivot/trunk: tutorials/src/org/apache/pivot/tutorials/explorer/ tutorials/src/org/apache/pivot/tutorials/explorer/tools/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/piv

2020-05-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 1 22:15:49 2020 New Revision: 1877271 URL: http://svn.apache.org/viewvc?rev=1877271&view=rev Log: PIVOT-871: Final touches on the NumberRuler: add a style to show (or not) the number at the zero position. Enable this style on the ComponentExplorer source wi

svn commit: r1877272 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: SheetCloseListener.java SheetStateListener.java

2020-05-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 1 22:28:09 2020 New Revision: 1877272 URL: http://svn.apache.org/viewvc?rev=1877272&view=rev Log: PIVOT-1047: Tweak the Sheet*Listener classes to make them more usable as lambdas (similar to earlier changes with Dialog listeners). Modified: pivot/trunk

svn commit: r1877273 - /pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java

2020-05-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 1 22:34:17 2020 New Revision: 1877273 URL: http://svn.apache.org/viewvc?rev=1877273&view=rev Log: Trim whitespace. Modified: pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java Modified: pivot/trunk/core/test/org/apache/pivot/util/

svn commit: r1877274 - in /pivot/trunk: demos/src/org/apache/pivot/demos/text/ tests/src/org/apache/pivot/tests/ tutorials/src/org/apache/pivot/tutorials/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apa

2020-05-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 1 22:54:08 2020 New Revision: 1877274 URL: http://svn.apache.org/viewvc?rev=1877274&view=rev Log: The "Style" enum was introduced to make setting component styles more foolproof by defining the style names in terms of an enum that can be checked a

svn commit: r1877275 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/SheetCloseListener.java

2020-05-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 1 22:55:35 2020 New Revision: 1877275 URL: http://svn.apache.org/viewvc?rev=1877275&view=rev Log: PIVOT-1047: Add @FunctionalInterface to SheetCloseListener. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/SheetCloseListener.java Modified: pivot/t

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

2020-05-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 7 15:54:35 2020 New Revision: 1877476 URL: http://svn.apache.org/viewvc?rev=1877476&view=rev Log: PIVOT-1032: Update the style summary program to generate a cleaner, nicer report with number of files information as well. Modified: pivot/t

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

2020-05-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 7 16:13:41 2020 New Revision: 1877480 URL: http://svn.apache.org/viewvc?rev=1877480&view=rev Log: PIVOT-1032: Echo the style summary report from the build. Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.xml URL: http://svn.apache.org/vi

svn commit: r1877481 - in /pivot/trunk: StyleErrors.java build.xml

2020-05-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 7 17:48:07 2020 New Revision: 1877481 URL: http://svn.apache.org/viewvc?rev=1877481&view=rev Log: PIVOT-1032: Several enhancements to the style summary: * Produce another report of the files with the most and the least number of errors. * Check for style er

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

2020-05-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 7 18:42:13 2020 New Revision: 1877483 URL: http://svn.apache.org/viewvc?rev=1877483&view=rev Log: PIVOT-1032: Add a "--verbose" option to the StyleErrors program. Modified: pivot/trunk/StyleErrors.java Modified: pivot/trunk/StyleErrors.j

svn commit: r1877484 - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/immutable/ wtk/src/org/apache/pivot/wtk/content/

2020-05-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 7 20:03:24 2020 New Revision: 1877484 URL: http://svn.apache.org/viewvc?rev=1877484&view=rev Log: PIVOT-1032: Several enhancements to ReadOnlySequence triggered by a style error. * Make a "defaultException" method that does some fancy stuff to pinpoi

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

2020-05-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 7 20:44:06 2020 New Revision: 1877486 URL: http://svn.apache.org/viewvc?rev=1877486&view=rev Log: PIVOT-1032: Tweak the file count report from StyleErrors a little bit. Modified: pivot/trunk/StyleErrors.java Modified: pivot/trunk/StyleErrors.java URL:

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

2020-05-08 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 8 17:58:04 2020 New Revision: 1877515 URL: http://svn.apache.org/viewvc?rev=1877515&view=rev Log: PIVOT-1032: Tweak the checkstyle configuration: * Don't flag inline conditionals as errors; personally I don't see an issue, the notes say they

<    3   4   5   6   7   8   9   10   >