svn commit: r1779123 - /pivot/trunk/

2017-01-16 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jan 17 00:02:46 2017 New Revision: 1779123 URL: http://svn.apache.org/viewvc?rev=1779123&view=rev Log: Update mergeinfo for r1703029 into trunk Modified: pivot/trunk/ (props changed) Propchange: pivot/t

svn commit: r1779224 - in /pivot/trunk: ./ core/src/org/apache/pivot/beans/BXMLSerializer.java

2017-01-17 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jan 17 17:52:38 2017 New Revision: 1779224 URL: http://svn.apache.org/viewvc?rev=1779224&view=rev Log: PIVOT-965: Add "defaultLanguage" attribute to BXMLSerializer so that custom scripting language (for instance, "rhino" for compatibility) can

svn commit: r1780122 - /pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java

2017-01-24 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jan 24 23:24:25 2017 New Revision: 1780122 URL: http://svn.apache.org/viewvc?rev=1780122&view=rev Log: PIVOT-965 (more): Finally have the XMLViewer application running with Java 8 and Nashorn script engine. After extensive debugging and exhaustive rework of the

svn commit: r1783447 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TextPane.java

2017-02-17 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 17 18:34:30 2017 New Revision: 1783447 URL: http://svn.apache.org/viewvc?rev=1783447&view=rev Log: PIVOT-992: Change the "getSelectedText" method of TextPane to just use the equivalent call to "getText(start, finish)" instead of doing a

svn commit: r1783448 - in /pivot/branches/2.0.x: ./ wtk/src/org/apache/pivot/wtk/TextPane.java

2017-02-17 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 17 18:39:51 2017 New Revision: 1783448 URL: http://svn.apache.org/viewvc?rev=1783448&view=rev Log: PIVOT-992: Change the "getSelectedText" method of TextPane to just use the equivalent call to "getText(start, finish)" instead of doing a

svn commit: r1783453 - in /pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk: Span.java TextPane.java text/ComponentNode.java text/Node.java text/TextNode.java

2017-02-17 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 17 19:26:04 2017 New Revision: 1783453 URL: http://svn.apache.org/viewvc?rev=1783453&view=rev Log: PIVOT-992: Merge some ancillary changes (piecemeal) from "trunk" into "branches/2.0.x" that are needed to make the TextPane changes merged

svn commit: r1791190 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeView.java

2017-04-12 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 12 22:19:58 2017 New Revision: 1791190 URL: http://svn.apache.org/viewvc?rev=1791190&view=rev Log: Add a convenience method to TreeView to expand all the parents of a particular path so that the node at the path is fully exposed. I needed this in our applica

svn commit: r1792480 - /pivot/branches/2.0.x/core/src/org/apache/pivot/util/Version.java

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 24 15:04:50 2017 New Revision: 1792480 URL: http://svn.apache.org/viewvc?rev=1792480&view=rev Log: PIVOT-993: Update Version.java to work with Oracle JDK 8u131. Problem related to trying to parse the "131" value into a byte which results in overflo

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

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 24 16:52:38 2017 New Revision: 1792518 URL: http://svn.apache.org/viewvc?rev=1792518&view=rev Log: PIVOT-993: Update Version.java to work with Oracle JDK 8u131. Problem related to trying to parse the "131" value into a byte which results in overflo

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

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 24 18:45:14 2017 New Revision: 1792531 URL: http://svn.apache.org/viewvc?rev=1792531&view=rev Log: PIVOT-993: Update Version.java to correctly calculate the long "getNumber()" value. Update IllegalArgumentException messages to indicate up to 7FFF i

svn commit: r1792532 - in /pivot/branches/2.0.x: ./ core/src/org/apache/pivot/util/Version.java core/test/org/apache/pivot/util/test/VersionTest.java

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 24 18:50:14 2017 New Revision: 1792532 URL: http://svn.apache.org/viewvc?rev=1792532&view=rev Log: PIVOT-993: Update Version.java to correctly calculate the long "getNumber()" value. Update IllegalArgumentException messages to indicate up to 7FFF i

svn commit: r1792534 - /pivot/branches/jenkins/build.xml

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 24 18:59:32 2017 New Revision: 1792534 URL: http://svn.apache.org/viewvc?rev=1792534&view=rev Log: Allow JDK8 to build our Jenkins maintenance builds. Modified: pivot/branches/jenkins/build.xml Modified: pivot/branches/jenkins/build.xml URL:

svn commit: r1792556 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert.java

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 24 22:47:35 2017 New Revision: 1792556 URL: http://svn.apache.org/viewvc?rev=1792556&view=rev Log: Code cleanup: Initialize "message" parameter in Alert's no-arg constructor to an empty string to avoid IllegalArgumentException when Label text w

svn commit: r1792557 - in /pivot/branches/2.0.x: ./ wtk/src/org/apache/pivot/wtk/Alert.java

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 24 22:53:03 2017 New Revision: 1792557 URL: http://svn.apache.org/viewvc?rev=1792557&view=rev Log: Code cleanup: Initialize "message" parameter in Alert's no-arg constructor to an empty string to avoid IllegalArgumentException when Label text w

svn commit: r1792559 - in /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra: TerraAlertSkin.java TerraPromptSkin.java

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 25 00:26:26 2017 New Revision: 1792559 URL: http://svn.apache.org/viewvc?rev=1792559&view=rev Log: PIVOT-995: Need to reload the "typeImageView" after an Alert or Prompt window close event has cleared it, when the window is re-opened. Otherwise th

svn commit: r1792561 - in /pivot/branches/2.0.x: ./ wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraAlertSkin.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraPromptSkin.java

2017-04-24 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 25 00:28:12 2017 New Revision: 1792561 URL: http://svn.apache.org/viewvc?rev=1792561&view=rev Log: PIVOT-995: Need to reload the "typeImageView" after an Alert or Prompt window close event has cleared it, when the window is re-opened. Otherwise th

svn commit: r1792629 - /pivot/trunk/demos/src/org/apache/pivot/demos/xml/XMLViewer.java

2017-04-25 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 25 16:14:22 2017 New Revision: 1792629 URL: http://svn.apache.org/viewvc?rev=1792629&view=rev Log: Code cleanup: Just some tiny changes to the XMLViewer application, suggested as I was getting it to work again with Nashorn scripting engine. Modified: p

svn commit: r1792630 - in /pivot/trunk/core/src/org/apache/pivot: beans/ collections/ collections/adapter/ collections/concurrent/ collections/immutable/ util/ xml/

2017-04-25 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 25 16:15:52 2017 New Revision: 1792630 URL: http://svn.apache.org/viewvc?rev=1792630&view=rev Log: More work on using the Utils.checkNull utility method and his brothers in more key places. Also moved some of the index checking methods into Utils as well, so

svn commit: r1792636 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSuggestionPopupSkin.java wtk/src/org/apache/pivot/wtk/SuggestionPopup.java

2017-04-25 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 25 16:59:16 2017 New Revision: 1792636 URL: http://svn.apache.org/viewvc?rev=1792636&view=rev Log: More work on using the Utils.checkNull utility method and his brothers in other places. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/t

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

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 17:14:16 2017 New Revision: 1792775 URL: http://svn.apache.org/viewvc?rev=1792775&view=rev Log: PIVOT-996: Update the Version.decode() method to deal gracefully with a known fail case from the SAP JVM where the JVM version string doesn't have the &

svn commit: r1792783 - in /pivot/branches/2.0.x: ./ core/src/org/apache/pivot/util/Version.java core/test/org/apache/pivot/util/test/VersionTest.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 17:41:11 2017 New Revision: 1792783 URL: http://svn.apache.org/viewvc?rev=1792783&view=rev Log: PIVOT-996: Update the Version.decode() method to deal gracefully with a known fail case from the SAP JVM where the JVM version string doesn't have the &

svn commit: r1792793 - in /pivot/trunk: core/test/org/apache/pivot/util/test/VersionTest.java wtk/src/org/apache/pivot/wtk/ApplicationContext.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 19:00:11 2017 New Revision: 1792793 URL: http://svn.apache.org/viewvc?rev=1792793&view=rev Log: PIVOT-996: Add new code to ApplicationContext to get the Java Runtime version, which is in addition to the Java JVM version, and to make it available to other

svn commit: r1792794 - in /pivot/branches/2.0.x: ./ core/test/org/apache/pivot/util/test/VersionTest.java wtk/src/org/apache/pivot/wtk/ApplicationContext.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 19:04:32 2017 New Revision: 1792794 URL: http://svn.apache.org/viewvc?rev=1792794&view=rev Log: PIVOT-996: Add new code to ApplicationContext to get the Java Runtime version, which is in addition to the Java JVM version, and to make it available to other

svn commit: r1792807 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationContext.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 20:33:25 2017 New Revision: 1792807 URL: http://svn.apache.org/viewvc?rev=1792807&view=rev Log: PIVOT-996: Yet more safety measures: Parse the version strings inside a new "safelyDecodeVersion()" method that traps all exceptions and provides an &

svn commit: r1792808 - in /pivot/branches/2.0.x: ./ wtk/src/org/apache/pivot/wtk/ApplicationContext.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 20:41:17 2017 New Revision: 1792808 URL: http://svn.apache.org/viewvc?rev=1792808&view=rev Log: PIVOT-996: Yet more safety measures: Parse the version strings inside a new "safelyDecodeVersion()" method that traps all exceptions and provides an &

svn commit: r1793399 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert.java

2017-05-01 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 1 19:08:58 2017 New Revision: 1793399 URL: http://svn.apache.org/viewvc?rev=1793399&view=rev Log: Add some new convenience methods for the Alert class -- a new "error" alert that sets MessageType.ERROR, and overrides to set the preferred width of t

svn commit: r1793523 - /pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java

2017-05-02 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 2 15:07:34 2017 New Revision: 1793523 URL: http://svn.apache.org/viewvc?rev=1793523&view=rev Log: Fix use of Java 8 method that is not supported by Java 7 (recent changes to BXMLSerializer.java). Modified: pivot/trunk/core/src/org/apache/pivot/b

svn commit: r1794420 - in /pivot/trunk: script wtk/src/org/apache/pivot/wtk/ScriptApplication.java

2017-05-08 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 8 17:33:41 2017 New Revision: 1794420 URL: http://svn.apache.org/viewvc?rev=1794420&view=rev Log: Add functionality to ScriptApplication such that it will look for the "src=" file as a local file if it can't find it in the classpath as a resou

svn commit: r1794425 - /pivot/trunk/script.bat

2017-05-08 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 8 17:46:01 2017 New Revision: 1794425 URL: http://svn.apache.org/viewvc?rev=1794425&view=rev Log: Add a "script.bat" as a shortcut way of running ScriptApplication conveniently from the command line on Windows. The *nix script has already been

svn commit: r1794769 - /pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java

2017-05-10 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 10 22:38:41 2017 New Revision: 1794769 URL: http://svn.apache.org/viewvc?rev=1794769&view=rev Log: PIVOT-965: Further changes needed to resolve user script functions that used to work with Rhino, but need more processing to work with Nashorn. This time it i

svn commit: r1794915 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java

2017-05-11 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 12 03:45:21 2017 New Revision: 1794915 URL: http://svn.apache.org/viewvc?rev=1794915&view=rev Log: Code cleanup: do some internal refactoring of the keyboard handling in TerraTextInputSkin just for clarity. Modified: pivot/trunk/wtk-terra/src/org/ap

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

2017-05-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 15 01:06:58 2017 New Revision: 1795128 URL: http://svn.apache.org/viewvc?rev=1795128&view=rev Log: Trying to debug why unit tests are failing on Jenkins: * Halt and fail the build if the unit tests fail. * Turn on "verbose" for the tests to see exactl

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

2017-05-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 15 02:02:42 2017 New Revision: 1795130 URL: http://svn.apache.org/viewvc?rev=1795130&view=rev Log: Remove "haltonfailure" for unit tests to allow all tests to complete. Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.

svn commit: r1795135 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java

2017-05-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 15 05:57:23 2017 New Revision: 1795135 URL: http://svn.apache.org/viewvc?rev=1795135&view=rev Log: Tweak some line wrapping and do a static import to reduce line length. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.

svn commit: r1795235 - /pivot/jenkins/ci-builds-on-jenkins/lib/hamcrest-core-1.3.jar

2017-05-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 15 19:41:22 2017 New Revision: 1795235 URL: http://svn.apache.org/viewvc?rev=1795235&view=rev Log: Add "hamcrest-core-1.3.jar" to the Jenkins build to resolve the dependencies in JUnit 4.12. Added: pivot/jenkins/ci-builds-on-jenkins/lib/hamcres

svn commit: r1795236 - /pivot/trunk/build.properties

2017-05-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 15 20:03:20 2017 New Revision: 1795236 URL: http://svn.apache.org/viewvc?rev=1795236&view=rev Log: Reset test verbosity to "false" now that we have identified and resolved the cause of the Jenkins test failures. Modified: pivot/trunk/bu

svn commit: r1795242 - in /pivot/trunk: tests/src/org/apache/pivot/tests/text_input_test.bxml wtk/src/org/apache/pivot/wtk/ScriptApplication.java

2017-05-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 15 21:09:49 2017 New Revision: 1795242 URL: http://svn.apache.org/viewvc?rev=1795242&view=rev Log: Extend the ScriptApplication program to be able to display BXML files that don't have a Window (or a subclass of it) as the outermost component by creating

svn commit: r1795246 - in /pivot/trunk/core/src/org/apache/pivot/util: ListenerList.java Utils.java

2017-05-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 15 22:18:59 2017 New Revision: 1795246 URL: http://svn.apache.org/viewvc?rev=1795246&view=rev Log: Use some Utils methods in ListenerList to simplify / regularize some of the parameter validation checks. Make a new "checkZeroBasedIndex" method in Uti

svn commit: r1795435 - in /pivot/trunk: tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/ wtk/src/org/apache/pivot/wtk/

2017-05-17 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 17 17:29:09 2017 New Revision: 1795435 URL: http://svn.apache.org/viewvc?rev=1795435&view=rev Log: PIVOT-997: Deprecate and remove use of WTKListenerList since it is a now unnecessary and empty class. This is first of a set of changes to the internal WTK

svn commit: r1795437 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputMethodListener.java

2017-05-17 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 17 18:03:41 2017 New Revision: 1795437 URL: http://svn.apache.org/viewvc?rev=1795437&view=rev Log: PIVOT-997: Remove the "TextInputMethodListener.java" mistakenly added in the previous commit. This is part of another change that is not complete

svn commit: r1795441 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/

2017-05-17 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 17 18:17:11 2017 New Revision: 1795441 URL: http://svn.apache.org/viewvc?rev=1795441&view=rev Log: PIVOT-997: Another round of changing WTKListenerList to just ListenerList as part of the effort to deprecate and then remove this now empty class. Modi

svn commit: r1795442 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/

2017-05-17 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 17 18:25:15 2017 New Revision: 1795442 URL: http://svn.apache.org/viewvc?rev=1795442&view=rev Log: PIVOT-997: Another round of changing WTKListenerList to just ListenerList as part of the effort to deprecate and then remove this now empty class. Modi

svn commit: r1795444 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java

2017-05-17 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 17 18:45:30 2017 New Revision: 1795444 URL: http://svn.apache.org/viewvc?rev=1795444&view=rev Log: PIVOT-997: Remove premature references to TextInputMethodListener which were inadvertently added in addition to the changes for WTKListenerList. Modi

svn commit: r1795471 - in /pivot/trunk: core/src/org/apache/pivot/text/ 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/

2017-05-17 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 18 01:50:14 2017 New Revision: 1795471 URL: http://svn.apache.org/viewvc?rev=1795471&view=rev Log: PIVOT-850: First phase of Input Method Editor support for the text controls: 1) Add the infrastructure to pass the message in/out of the text fields from

svn commit: r1796076 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk/content: ListViewIndexBindMapping.java SpinnerIndexBindMapping.java

2017-05-24 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 24 15:58:57 2017 New Revision: 1796076 URL: http://svn.apache.org/viewvc?rev=1796076&view=rev Log: Add two convenience classes for ListView and Spinner that implement the respective ItemBindMapping interfaces in terms of an Integer value that represents just

svn commit: r1796077 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk/content: ListViewIndexBindMapping.java SpinnerIndexBindMapping.java

2017-05-24 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 24 16:13:32 2017 New Revision: 1796077 URL: http://svn.apache.org/viewvc?rev=1796077&view=rev Log: Correct misplaced opening braces, according to the existing Pivot style guidelines. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/con

svn commit: r1796188 - /pivot/trunk/core/src/org/apache/pivot/util/Utils.java

2017-05-25 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 25 20:07:30 2017 New Revision: 1796188 URL: http://svn.apache.org/viewvc?rev=1796188&view=rev Log: Add a new flavor of Utils.checkNull that only requires the one argument, which will throw an IllegalArgumentException with no message. Modified: pivot/trunk/

svn commit: r1796197 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java wtk/src/org/apache/pivot/wtk/Component.java

2017-05-25 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 25 21:10:19 2017 New Revision: 1796197 URL: http://svn.apache.org/viewvc?rev=1796197&view=rev Log: PIVOT-850: Fix the problem of the Kanji input entry window being misplaced because the "getTextLocation" method is supposed to return screen-relati

svn commit: r1796215 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java wtk/src/org/apache/pivot/wtk/Component.java

2017-05-25 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 25 22:13:00 2017 New Revision: 1796215 URL: http://svn.apache.org/viewvc?rev=1796215&view=rev Log: PIVOT-850: Fixed a problem where backspace to completely erase text using the input method editors would cause an exception. The solution is to clear

svn commit: r1796226 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/LabelSkin.java

2017-05-25 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 25 23:22:18 2017 New Revision: 1796226 URL: http://svn.apache.org/viewvc?rev=1796226&view=rev Log: More work on using the Utils.checkNull utility method and his brothers in other places. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/LabelSkin.

svn commit: r1796229 - in /pivot/trunk: charts/src/org/apache/pivot/charts/ChartView.java core/src/org/apache/pivot/collections/HashSet.java core/src/org/apache/pivot/collections/LinkedList.java core/

2017-05-25 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 26 00:26:23 2017 New Revision: 1796229 URL: http://svn.apache.org/viewvc?rev=1796229&view=rev Log: More work on using the Utils.checkNull utility method and his brothers in other places. Modified: pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.

svn commit: r1796337 - in /pivot/trunk: core/test/org/apache/pivot/json/test/ demos/src/org/apache/pivot/demos/rest/ tests/src/org/apache/pivot/tests/

2017-05-26 Thread rwhitcomb
Author: rwhitcomb Date: Fri May 26 20:19:35 2017 New Revision: 1796337 URL: http://svn.apache.org/viewvc?rev=1796337&view=rev Log: In preparation for switching to Java 8 for "trunk" builds, fix a couple of the core tests that were failing in this configuration due to stricter type

svn commit: r1796667 - /pivot/trunk/build.properties

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 17:17:52 2017 New Revision: 1796667 URL: http://svn.apache.org/viewvc?rev=1796667&view=rev Log: PIVOT-998: Update build requirements for "trunk" to Java 8. First step is to change the compiler source and target to 1.8 in the "build.pro

svn commit: r1796670 - in /pivot/trunk: core/src/org/apache/pivot/collections/Dictionary.java wtk/src/org/apache/pivot/wtk/Bounds.java

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 18:41:19 2017 New Revision: 1796670 URL: http://svn.apache.org/viewvc?rev=1796670&view=rev Log: PIVOT-999: First update to take advantage of Java 8 features: * Make a couple "default" methods in the Dictionary interface to get and set Integer va

svn commit: r1796681 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ComponentSkin.java

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 19:32:55 2017 New Revision: 1796681 URL: http://svn.apache.org/viewvc?rev=1796681&view=rev Log: More work on using the Utils.checkNull utility method and his brothers in other places. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/

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

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 19:35:10 2017 New Revision: 1796682 URL: http://svn.apache.org/viewvc?rev=1796682&view=rev Log: Add additional flavor of "decodeColor" method in GraphicsUtilities so that the IllegalArgumentException thrown can identify the argument that is in err

svn commit: r1796686 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: Insets.java Point.java

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 19:49:01 2017 New Revision: 1796686 URL: http://svn.apache.org/viewvc?rev=1796686&view=rev Log: PIVOT-999: Another round of taking advantage of Java 8 features, plus some other changes: * Use the new default "getIntValue" and "setIntValue&

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

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 20:04:10 2017 New Revision: 1796689 URL: http://svn.apache.org/viewvc?rev=1796689&view=rev Log: Check for null font dictionary input to "deriveFont" in Theme.java; Use class name to derive Theme PROVIDER_NAME. Modified: pivot/trunk/wtk/src/or

svn commit: r1796710 - in /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra: TerraExpanderSkin.java TerraMenuButtonSkin.java TerraTabPaneSkin.java TerraTableViewSkin.java TerraTreeViewSkin.ja

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 22:19:29 2017 New Revision: 1796710 URL: http://svn.apache.org/viewvc?rev=1796710&view=rev Log: PIVOT-999 and others: More use of Utils.checkNull to validate input parameters; Using Dictionary.getIntValues for int valued styles in many places. Modi

svn commit: r1796711 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 22:24:30 2017 New Revision: 1796711 URL: http://svn.apache.org/viewvc?rev=1796711&view=rev Log: Using "Utils.checkNull" in Theme. Also make a private "checkColorIndex" method to consolidate common code and give a consistent error messa

svn commit: r1796712 - /pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 22:25:33 2017 New Revision: 1796712 URL: http://svn.apache.org/viewvc?rev=1796712&view=rev Log: More work on using the Utils.checkNull utility method and his brothers in other places. Modified: pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.

svn commit: r1796713 - in /pivot/trunk/tutorials/src/org/apache/pivot/tutorials: bxmlexplorer/tools/ComponentInspectorSkin.java explorer/tools/ComponentInspectorSkin.java

2017-05-29 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 29 22:26:51 2017 New Revision: 1796713 URL: http://svn.apache.org/viewvc?rev=1796713&view=rev Log: PIVOT-999: Use the new default "getIntValue()" and "setIntValue()" methods in the Dictionary interface. Modified: pivot/trunk/tutori

svn commit: r1796874 - in /pivot/trunk: core/src/org/apache/pivot/util/VoteResult.java wtk/src/org/apache/pivot/wtk/Window.java

2017-05-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 30 14:36:51 2017 New Revision: 1796874 URL: http://svn.apache.org/viewvc?rev=1796874&view=rev Log: PIVOT-999: Use the new "forEach" iterator with lambdas to simplify the ListenerList notification code in Window. Also clean up some other code in ther

svn commit: r1796883 - /pivot/trunk/core/src/org/apache/pivot/util/Vote.java

2017-05-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 30 15:32:52 2017 New Revision: 1796883 URL: http://svn.apache.org/viewvc?rev=1796883&view=rev Log: Add Javadoc to the Vote.tally() method to explain the algorithm. Use Utils.checkNull() in there also. Modified: pivot/trunk/core/src/org/apache/pivot/

svn commit: r1796903 - /pivot/trunk/core/src/org/apache/pivot/util/ImmutableIterator.java

2017-05-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 30 17:42:02 2017 New Revision: 1796903 URL: http://svn.apache.org/viewvc?rev=1796903&view=rev Log: PIVOT-999: Take advantage of default interface methods in Java 8: Remove the "remove()" method in ImmutableIterator because it is already implemented

svn commit: r1796910 - in /pivot/trunk/core: src/org/apache/pivot/util/EmptyIterator.java test/org/apache/pivot/util/test/EmptyIteratorTest.java

2017-05-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 30 18:16:41 2017 New Revision: 1796910 URL: http://svn.apache.org/viewvc?rev=1796910&view=rev Log: PIVOT-999: Take advantage of default interface methods in Java 8: Remove the "remove()" method in EmptyIterator because it is already implemented

svn commit: r1796915 - /pivot/trunk/core/test/org/apache/pivot/util/test/ImmutableIteratorTest.java

2017-05-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 30 19:04:05 2017 New Revision: 1796915 URL: http://svn.apache.org/viewvc?rev=1796915&view=rev Log: PIVOT-999: Add a test class for ImmutableIterator to make sure the changes made for Java 8 didn't break anything. Added: pivot/trunk/core/test/org/apa

svn commit: r1796922 - in /pivot/trunk: core/src/org/apache/pivot/util/BooleanResult.java core/test/org/apache/pivot/util/test/BooleanResultTest.java core/test/org/apache/pivot/util/test/VoteResultTes

2017-05-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 30 19:55:47 2017 New Revision: 1796922 URL: http://svn.apache.org/viewvc?rev=1796922&view=rev Log: PIVOT-999: Update all the listener list notification methods in Component so that they use the new Java 8 "forEach" iteration method. This also involv

svn commit: r1796934 - /pivot/trunk/core/test/org/apache/pivot/collections/test/DictionaryTest.java

2017-05-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 30 20:27:16 2017 New Revision: 1796934 URL: http://svn.apache.org/viewvc?rev=1796934&view=rev Log: PIVOT-999: Add a DictionaryTest to test the new default "getIntValue" and "setIntValue" methods in the Dictionary interface. Added: p

svn commit: r1797271 - in /pivot/trunk: script.bat setenv.bat unsetenv.bat wtk/src/org/apache/pivot/wtk/ScriptApplication.java

2017-06-01 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jun 1 21:34:44 2017 New Revision: 1797271 URL: http://svn.apache.org/viewvc?rev=1797271&view=rev Log: Code cleanup: Request focus on the window content in ScriptApplication to eliminate the need to click on the window to begin interacting with it. Add batch file

svn commit: r1797311 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java wtk/src/org/apache/pivot/wtk/TextInput.java

2017-06-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jun 2 03:35:23 2017 New Revision: 1797311 URL: http://svn.apache.org/viewvc?rev=1797311&view=rev Log: PIVOT-850: Solve cursor positioning problems (with the possible exception of when the caret is at the end of the text) with composed and committed text intermin

svn commit: r1797402 - in /pivot/trunk: tests/src/org/apache/pivot/tests/text_input_test.bxml wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java

2017-06-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jun 2 15:21:11 2017 New Revision: 1797402 URL: http://svn.apache.org/viewvc?rev=1797402&view=rev Log: PIVOT-850: Update the text width calculations to use an average of the TextLayout "bounds" and the "pixel bounds" which can differ by 4 pixels

svn commit: r1797410 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TextArea.java TextPane.java

2017-06-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jun 2 16:46:08 2017 New Revision: 1797410 URL: http://svn.apache.org/viewvc?rev=1797410&view=rev Log: PIVOT-999: Use the "forEach" method for all the ListenerList notifications in TextArea and TextPane. Modified: pivot/trunk/wtk/src/org/ap

svn commit: r1797428 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java

2017-06-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jun 2 20:28:13 2017 New Revision: 1797428 URL: http://svn.apache.org/viewvc?rev=1797428&view=rev Log: PIVOT-850: Fix several problems with TextInput and InputMethodEditors: * Properly do scrolling during text composition (before commit). * When accepting text cha

svn commit: r1797962 - in /pivot/trunk: core/src/org/apache/pivot/collections/Dictionary.java wtk/src/org/apache/pivot/wtk/content/TableViewTextAreaCellRenderer.java

2017-06-07 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 7 15:59:22 2017 New Revision: 1797962 URL: http://svn.apache.org/viewvc?rev=1797962&view=rev Log: PIVOT-999: Add a default "getColorValue" method to Dictionary as this is also a fairly common operation in the skin classes. Use it in one place (man

svn commit: r1798071 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java

2017-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jun 8 14:46:19 2017 New Revision: 1798071 URL: http://svn.apache.org/viewvc?rev=1798071&view=rev Log: PIVOT-850: Move calculations of caret rectangle from TerraTextInputSkin to GraphicsUtilities so it can be reused by the multi-line controls. Modified: p

svn commit: r1798073 - /pivot/trunk/tests/src/org/apache/pivot/tests/text_area_test.bxml

2017-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jun 8 14:48:18 2017 New Revision: 1798073 URL: http://svn.apache.org/viewvc?rev=1798073&view=rev Log: PIVOT-850: Rearrange the "text_area_test.bxml" so that the length and selection values are displayed in Labels underneath. Rearrange the text ini

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

2017-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jun 8 15:40:48 2017 New Revision: 1798082 URL: http://svn.apache.org/viewvc?rev=1798082&view=rev Log: PIVOT-850: Add a missing @return from the previous change to GraphicsUtilities. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/GraphicsUtilities.

svn commit: r1798122 - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/test/org/apache/pivot/collections/test/ tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/tools/ tutorials/src/o

2017-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jun 8 20:40:00 2017 New Revision: 1798122 URL: http://svn.apache.org/viewvc?rev=1798122&view=rev Log: PIVOT-999: Rename the "getIntValue" and etc. new methods in Dictionary to just "getInt()", "getColor()" and etc. for code bre

svn commit: r1798170 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java

2017-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jun 9 03:30:28 2017 New Revision: 1798170 URL: http://svn.apache.org/viewvc?rev=1798170&view=rev Log: PIVOT-850: Move the new composed text methods and add Javadoc as explanation to them in TextInput.java. Modified: pivot/trunk/wtk/src/org/apache/pivot

svn commit: r1798413 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java

2017-06-11 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 12 05:24:29 2017 New Revision: 1798413 URL: http://svn.apache.org/viewvc?rev=1798413&view=rev Log: PIVOT-850: Adjust the text width calculations to just use the TextLayout.advance value (adjusted to (int)Math.ceil(...) of course). This is completely accurate

svn commit: r1798415 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: Dimensions.java Point.java

2017-06-11 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 12 05:40:09 2017 New Revision: 1798415 URL: http://svn.apache.org/viewvc?rev=1798415&view=rev Log: Code cleanup: Make debugging simpler (less verbose) by using the simple class name for Dimensions.toString() resulting in just "Dimensions[WxH]".

svn commit: r1798416 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Span.java

2017-06-11 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 12 06:33:40 2017 New Revision: 1798416 URL: http://svn.apache.org/viewvc?rev=1798416&view=rev Log: PIVOT-999: Several cleanups to Span: * One more place to check parameter for null using "Utils.checkNull". * Change the "toString" method to a

svn commit: r1798555 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java

2017-06-12 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 13 00:28:01 2017 New Revision: 1798555 URL: http://svn.apache.org/viewvc?rev=1798555&view=rev Log: PIVOT-850: Fix a caret positioning problem in TextInput. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java Modi

svn commit: r1798611 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/text/PlainTextSerializer.java

2017-06-13 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 13 16:04:20 2017 New Revision: 1798611 URL: http://svn.apache.org/viewvc?rev=1798611&view=rev Log: Code cleanup: Update PlainTextSerializer (used by TextPane) to have a larger interal buffer for reading and writing, and make the size configurable. Make use of

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

2017-06-13 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 13 19:17:30 2017 New Revision: 1798631 URL: http://svn.apache.org/viewvc?rev=1798631&view=rev Log: Code enhancement: Use the new ApplicationContext.runAndScheduleRecurringCallback() in several places where it is applicable: spinner, scrolling, etc. This

svn commit: r1798635 - in /pivot/trunk: core/src/org/apache/pivot/text/ demos/src/org/apache/pivot/demos/text/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/skin/ wtk/src/org/apache/pivot

2017-06-13 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 13 20:09:05 2017 New Revision: 1798635 URL: http://svn.apache.org/viewvc?rev=1798635&view=rev Log: PIVOT-850: First round of changes to allow Input Method Editors to work with TextPane. This involves several things: 1. Change AttributedStringCharacterIterato

svn commit: r1798697 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java

2017-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 14 14:57:08 2017 New Revision: 1798697 URL: http://svn.apache.org/viewvc?rev=1798697&view=rev Log: Code cleanup: Use "switch" on string arguments to make the startup code cleaner in DesktopApplicationContext for getting the startup properties. Modif

svn commit: r1798734 - in /pivot/trunk/wtk: src/org/apache/pivot/wtk/Span.java test/org/ test/org/apache/ test/org/apache/pivot/ test/org/apache/pivot/wtk/ test/org/apache/pivot/wtk/test/ test/org/apa

2017-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 14 18:43:31 2017 New Revision: 1798734 URL: http://svn.apache.org/viewvc?rev=1798734&view=rev Log: Code enhancement: Add some methods to Span: * normalStart() -> returns the lesser of start,end * normalEnd() -> returns greater of start,end * normalEquals

svn commit: r1798735 - /pivot/trunk/core/src/org/apache/pivot/util/Utils.java

2017-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 14 18:46:08 2017 New Revision: 1798735 URL: http://svn.apache.org/viewvc?rev=1798735&view=rev Log: Code enhancement: Add two new methods to Utils: * defaultToString() -> returns string description of object just as Object.toString() would. * simpleDefaultT

svn commit: r1798736 - /pivot/trunk/core/src/org/apache/pivot/util/StringUtils.java

2017-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 14 18:48:05 2017 New Revision: 1798736 URL: http://svn.apache.org/viewvc?rev=1798736&view=rev Log: Code enhancement: Add a "toHexString()" method to StringUtils for debugging purposes: formats the characters of a string as hex values. Modified:

svn commit: r1798737 - in /pivot/trunk/core/src/org/apache/pivot/util: ClassUtils.java Console.java

2017-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 14 18:54:31 2017 New Revision: 1798737 URL: http://svn.apache.org/viewvc?rev=1798737&view=rev Log: Code enhancement: Add and new "ClassUtils" class and two new methods to Console (for debugging purposes): ClassUtils is meant to hold static metho

svn commit: r1798783 - in /pivot/trunk: demos/src/org/apache/pivot/demos/text/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/skin/ wtk/src/org/apache/pivot/wtk/text/

2017-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 14 21:58:23 2017 New Revision: 1798783 URL: http://svn.apache.org/viewvc?rev=1798783&view=rev Log: PIVOT-850: Fix a raft of bugs in TextPane related to display of composed text and caret positioning, mostly when at the end of a line/paragraph. And most of

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

2017-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 14 22:15:31 2017 New Revision: 1798784 URL: http://svn.apache.org/viewvc?rev=1798784&view=rev Log: PIVOT-850: Resolve one last exception found on OSX when the selected text is empty (null) in TextPane. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/

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

2017-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 14 23:00:35 2017 New Revision: 1798786 URL: http://svn.apache.org/viewvc?rev=1798786&view=rev Log: PIVOT-850: Still have a problem in the end-of-paragraph caret calculations that may be timing-related: sometimes the character bounds comes back null. So, pu

svn commit: r1799725 - in /pivot/trunk/wtk: src/org/apache/pivot/wtk/Bounds.java test/org/apache/pivot/wtk/test/BoundsTest.java

2017-06-23 Thread rwhitcomb
Author: rwhitcomb Date: Sat Jun 24 00:58:09 2017 New Revision: 1799725 URL: http://svn.apache.org/viewvc?rev=1799725&view=rev Log: Code cleanup: Rename "xxxArgument" to "xxxValue" in parameter names. Add an "expand()" method to Bounds. Add BoundsTest that

svn commit: r1799726 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Point.java

2017-06-23 Thread rwhitcomb
Author: rwhitcomb Date: Sat Jun 24 01:08:38 2017 New Revision: 1799726 URL: http://svn.apache.org/viewvc?rev=1799726&view=rev Log: Code enhancement: Add JSON parsing for a point to include a list format: [ x, y ] Add Javadoc to Point.decode() to explain it all. Modified: pivot/trunk

svn commit: r1801111 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java

2017-07-06 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jul 6 22:08:51 2017 New Revision: 180 URL: http://svn.apache.org/viewvc?rev=180&view=rev Log: PIVOT-1001: Fix problem where a TextInput without text and with an empty prompt (not null, but empty) can cause an IllegalArgumentException from an empty

svn commit: r1801182 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinTextNodeView.java

2017-07-07 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 7 15:30:44 2017 New Revision: 1801182 URL: http://svn.apache.org/viewvc?rev=1801182&view=rev Log: Remove incorrect comment in TextPaneSkinTextNodeView. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinTextNodeView.java Modified: p

svn commit: r1801184 - in /pivot/trunk: BUILD build.xml

2017-07-07 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 7 15:35:03 2017 New Revision: 1801184 URL: http://svn.apache.org/viewvc?rev=1801184&view=rev Log: Update the BUILD file to say we now require JUnit 4.11 or greater (with separate "hamcrest-core"), and check for the "assertNotEquals" me

<    1   2   3   4   5   6   7   8   9   10   >