svn commit: r1354803 - in /commons/proper/functor/trunk/src/test/java/org/apache/commons/functor: ./ core/algorithm/

2012-06-27 Thread kinow
Author: kinow Date: Thu Jun 28 02:59:23 2012 New Revision: 1354803 URL: http://svn.apache.org/viewvc?rev=1354803view=rev Log: Tests for functor core algorithms. Work related to FUNCTOR-12. A few algorithm classes weren't using BaseFunctorTest. It was changed in this commit. Some further work

svn commit: r1363382 - in /commons/proper/functor/trunk/src: main/java/org/apache/commons/functor/core/composite/UnarySequence.java test/java/org/apache/commons/functor/core/composite/TestUnarySequenc

2012-07-19 Thread kinow
Author: kinow Date: Thu Jul 19 15:23:19 2012 New Revision: 1363382 URL: http://svn.apache.org/viewvc?rev=1363382view=rev Log: FIXED FUNCTOR-21: Added an extra verification in the then() method of UnarySequence to avoid the NPE. Tests in place. Modified: commons/proper/functor/trunk/src

svn propchange: r1363382 - svn:log

2012-07-19 Thread kinow
Author: kinow Revision: 1363382 Modified property: svn:log Modified: svn:log at Thu Jul 19 17:43:50 2012 -- --- svn:log (original) +++ svn:log Thu Jul 19 17:43:50 2012 @@ -1 +1 @@ -FIXED FUNCTOR-21: Added an extra

svn commit: r1363443 - /commons/proper/functor/trunk/src/changes/changes.xml

2012-07-19 Thread kinow
Author: kinow Date: Thu Jul 19 17:57:46 2012 New Revision: 1363443 URL: http://svn.apache.org/viewvc?rev=1363443view=rev Log: [FUNCTOR-21] Updated changes.xml including the changes in this issue Modified: commons/proper/functor/trunk/src/changes/changes.xml Modified: commons/proper/functor

svn commit: r1363514 [2/2] - in /commons/proper/functor/trunk/src: changes/ test/java/org/apache/commons/functor/ test/java/org/apache/commons/functor/core/collection/ test/java/org/apache/commons/fun

2012-07-19 Thread kinow
Modified: commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/example/map/FunctoredMap.java URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/example/map/FunctoredMap.java?rev=1363514r1=1363513r2=1363514view=diff

svn commit: r1364676 - in /commons/proper/functor/trunk/src: changes/ main/java/org/apache/commons/functor/core/comparator/ test/java/org/apache/commons/functor/core/comparator/

2012-07-23 Thread kinow
Author: kinow Date: Mon Jul 23 15:21:25 2012 New Revision: 1364676 URL: http://svn.apache.org/viewvc?rev=1364676view=rev Log: [FUNCTOR-22] Added generics to ComparableComparator. Few other classes that used the ComparableComparator were updated too. Tests were also updated accordingly

svn commit: r1364704 - /commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/core/comparator/

2012-07-23 Thread kinow
Author: kinow Date: Mon Jul 23 16:40:49 2012 New Revision: 1364704 URL: http://svn.apache.org/viewvc?rev=1364704view=rev Log: [FUNCTOR-12] Tests for functor core comparators. Modified: commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/core/comparator

svn commit: r1364742 - in /commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/core/collection: TestFilteredIterable.java TestFilteredIterator.java TestTransformedIterator.java

2012-07-23 Thread kinow
Author: kinow Date: Mon Jul 23 18:20:48 2012 New Revision: 1364742 URL: http://svn.apache.org/viewvc?rev=1364742view=rev Log: [FUNCTOR-12] Tests for functor core collections. Modified: commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/core/collection

svn commit: r1365325 - in /commons/proper/functor/trunk/src: main/java/org/apache/commons/functor/aggregator/AbstractListBackedAggregator.java test/java/org/apache/commons/functor/aggregator/AbstractN

2012-07-24 Thread kinow
Author: kinow Date: Tue Jul 24 22:14:33 2012 New Revision: 1365325 URL: http://svn.apache.org/viewvc?rev=1365325view=rev Log: [FUNCTOR-12] Added test for AbstractListBackedAggregator no args constructor (created for JavaBean compatibility). Replaced the not-null-verification by Validate.notNull

svn commit: r1365326 - in /commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/core: TestLeftIdentity.java TestRightIdentity.java

2012-07-24 Thread kinow
Author: kinow Date: Tue Jul 24 22:15:31 2012 New Revision: 1365326 URL: http://svn.apache.org/viewvc?rev=1365326view=rev Log: Added tests to LeftIdentity and RightIdentity no args constructors (created for compatibility with tools using JavaBeans). Modified: commons/proper/functor/trunk

svn commit: r1365327 - /commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/core/algorithm/TestFindWithinGenerator.java

2012-07-24 Thread kinow
Author: kinow Date: Tue Jul 24 22:16:56 2012 New Revision: 1365327 URL: http://svn.apache.org/viewvc?rev=1365327view=rev Log: [FUNCTOR-12] Added tests for FindWithinGenerator that cover untested branches. Replaced a try/catch + fail() by @Test(expected=SomeClass.class). Modified: commons

svn commit: r1365329 [2/2] - in /commons/proper/functor/trunk/src: main/java/org/apache/commons/functor/core/composite/ test/java/org/apache/commons/functor/core/composite/

2012-07-24 Thread kinow
Added: commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/core/composite/TestTransformedBinaryFunction.java URL:

svn commit: r1365377 [2/2] - in /commons/proper/functor/trunk/src: main/java/org/apache/commons/functor/adapter/ test/java/org/apache/commons/functor/adapter/

2012-07-24 Thread kinow
Modified: commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/adapter/TestProcedureUnaryProcedure.java URL:

svn commit: r1373984 - in /commons/proper/functor/branches/generators-FUNCTOR-14: ./ src/main/java/org/apache/commons/functor/generator/util/ src/test/java/org/apache/commons/functor/ src/test/java/or

2012-08-16 Thread kinow
Author: kinow Date: Thu Aug 16 19:09:10 2012 New Revision: 1373984 URL: http://svn.apache.org/viewvc?rev=1373984view=rev Log: Creating a branch to work on FUNCTOR-14 issue: Enhancements on the Generator API Added: commons/proper/functor/branches/generators-FUNCTOR-14/ - copied from

svn commit: r1385335 [4/4] - in /commons/proper/functor/branches/generators-FUNCTOR-14: ./ src/changes/ src/main/java/org/apache/commons/functor/generator/range/ src/site/xdoc/ src/test/java/org/apach

2012-09-16 Thread kinow
Modified: commons/proper/functor/branches/generators-FUNCTOR-14/src/test/java/org/apache/commons/functor/generator/range/TestLongRange.java URL:

svn commit: r1424224 - /commons/proper/functor/trunk/src/site/xdoc/aggregator.xml

2012-12-19 Thread kinow
Author: kinow Date: Wed Dec 19 23:38:32 2012 New Revision: 1424224 URL: http://svn.apache.org/viewvc?rev=1424224view=rev Log: FUNCTOR-23 reverting changes from PATCH-23 as the %23 was breaking URL's in chrome and not really fixing the javadoc links Modified: commons/proper/functor/trunk/src

svn commit: r1424226 - /commons/proper/functor/trunk/src/site/xdoc/examples.xml

2012-12-19 Thread kinow
Author: kinow Date: Wed Dec 19 23:39:27 2012 New Revision: 1424226 URL: http://svn.apache.org/viewvc?rev=1424226view=rev Log: Adding link to Aggregators javadoc in the examples page Modified: commons/proper/functor/trunk/src/site/xdoc/examples.xml Modified: commons/proper/functor/trunk/src

svn commit: r1445005 - /commons/proper/functor/trunk/api/pom.xml

2013-02-11 Thread kinow
Author: kinow Date: Tue Feb 12 00:47:23 2013 New Revision: 1445005 URL: http://svn.apache.org/r1445005 Log: Remove duplicated groupId Modified: commons/proper/functor/trunk/api/pom.xml Modified: commons/proper/functor/trunk/api/pom.xml URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r1445397 - in /commons/proper/functor/trunk: build-tools/pom.xml pom.xml

2013-02-12 Thread kinow
Author: kinow Date: Tue Feb 12 21:34:47 2013 New Revision: 1445397 URL: http://svn.apache.org/r1445397 Log: Setting groupId org.apache.commons in parent POM, and removing it from modules Modified: commons/proper/functor/trunk/build-tools/pom.xml commons/proper/functor/trunk/pom.xml

svn commit: r1482663 - in /commons/proper/functor/trunk: core/src/main/java/org/apache/commons/functor/core/Limit.java core/src/test/java/org/apache/commons/functor/core/TestLimit.java src/changes/cha

2013-05-14 Thread kinow
Author: kinow Date: Wed May 15 02:34:45 2013 New Revision: 1482663 URL: http://svn.apache.org/r1482663 Log: [FUNCTOR-27] add static method to Limit to create new instances Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/Limit.java commons

svn commit: r1508708 - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator: Generator.java util/CollectionTransformer.java

2013-07-30 Thread kinow
Author: kinow Date: Wed Jul 31 01:52:11 2013 New Revision: 1508708 URL: http://svn.apache.org/r1508708 Log: [FUNCTOR-28] Fix checkstyle errors in the generator package Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/Generator.java commons

svn commit: r1517162 - in /commons/proper/functor/branches/generators-FUNCTOR-14/src/main/java/org/apache/commons/functor/range: CharacterRange.java DoubleRange.java FloatRange.java IntegerRange.java

2013-08-24 Thread kinow
Author: kinow Date: Sat Aug 24 16:33:02 2013 New Revision: 1517162 URL: http://svn.apache.org/r1517162 Log: Move Iterable and Iterator to Range interface Modified: commons/proper/functor/branches/generators-FUNCTOR-14/src/main/java/org/apache/commons/functor/range/CharacterRange.java

svn commit: r1522355 [5/5] - in /commons/proper/functor/trunk: core/src/main/java/org/apache/commons/functor/adapter/ core/src/main/java/org/apache/commons/functor/core/algorithm/ core/src/main/java/o

2013-09-11 Thread kinow
date=2012-??-?? description=First release. + action issue=FUNCTOR-14 dev=kinow +Enhancements on the Generator API + /action action issue=FUNCTOR-28 dev=kinow Fix checkstyle errors in the generator package /action Modified: commons/proper/functor/trunk/src

svn commit: r1532290 - /commons/trunks-proper/CHALLENGE.txt

2013-10-15 Thread kinow
Author: kinow Date: Tue Oct 15 11:20:29 2013 New Revision: 1532290 URL: http://svn.apache.org/r1532290 Log: (empty) Modified: commons/trunks-proper/CHALLENGE.txt Modified: commons/trunks-proper/CHALLENGE.txt URL: http://svn.apache.org/viewvc/commons/trunks-proper/CHALLENGE.txt?rev

svn commit: r1536009 [2/2] - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor: adapter/ core/ core/comparator/ core/composite/

2013-10-26 Thread kinow
Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/BinaryOr.java URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/BinaryOr.java?rev=1536009r1=1536008r2=1536009view=diff

svn commit: r1536047 - /commons/proper/functor/trunk/pom.xml

2013-10-26 Thread kinow
Author: kinow Date: Sun Oct 27 03:26:19 2013 New Revision: 1536047 URL: http://svn.apache.org/r1536047 Log: Update to latest commons-parent and fix maven compiler property name Modified: commons/proper/functor/trunk/pom.xml Modified: commons/proper/functor/trunk/pom.xml URL: http

svn commit: r1537901 - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core: collection/ comparator/

2013-11-01 Thread kinow
Author: kinow Date: Fri Nov 1 11:30:19 2013 New Revision: 1537901 URL: http://svn.apache.org/r1537901 Log: FUNCTOR-29 removing serializable from the collection and comparator packages Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/collection

svn commit: r1537906 [2/2] - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor: adapter/ core/ core/algorithm/

2013-11-01 Thread kinow
Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/algorithm/DoUntil.java URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/algorithm/DoUntil.java?rev=1537906r1=1537905r2=1537906view=diff

svn commit: r1537907 - in /commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/core: algorithm/ composite/

2013-11-01 Thread kinow
Author: kinow Date: Fri Nov 1 12:01:22 2013 New Revision: 1537907 URL: http://svn.apache.org/r1537907 Log: FUNCTOR-29 removing Serializable from test classes Modified: commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/core/algorithm/TestDoUntil.java commons

svn commit: r1537909 - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core: collection/IsElementOf.java composite/BaseBinaryPredicateList.java composite/CompositeBinary

2013-11-01 Thread kinow
Author: kinow Date: Fri Nov 1 12:24:41 2013 New Revision: 1537909 URL: http://svn.apache.org/r1537909 Log: FUNCTOR-29 fix checkstyle errors (tabs) Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/collection/IsElementOf.java commons/proper

svn commit: r1537908 - /commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/BaseFunctorTest.java

2013-11-01 Thread kinow
Author: kinow Date: Fri Nov 1 12:24:04 2013 New Revision: 1537908 URL: http://svn.apache.org/r1537908 Log: FUNCTOR-29 Remove serializable test from base test class Modified: commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/BaseFunctorTest.java Modified: commons

svn commit: r1537917 - /commons/proper/functor/trunk/src/changes/changes.xml

2013-11-01 Thread kinow
Author: kinow Date: Fri Nov 1 12:51:10 2013 New Revision: 1537917 URL: http://svn.apache.org/r1537917 Log: Updated changes.xml Modified: commons/proper/functor/trunk/src/changes/changes.xml Modified: commons/proper/functor/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc

svn commit: r1538565 - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/collection: FilteredIterable.java IsEmpty.java

2013-11-04 Thread kinow
Author: kinow Date: Mon Nov 4 11:39:54 2013 New Revision: 1538565 URL: http://svn.apache.org/r1538565 Log: Add Javadocs Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/collection/FilteredIterable.java commons/proper/functor/trunk/core/src/main

svn commit: r1541567 - /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/range/AbstractRange.java

2013-11-13 Thread kinow
Author: kinow Date: Wed Nov 13 15:50:33 2013 New Revision: 1541567 URL: http://svn.apache.org/r1541567 Log: Add missing license header Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/range/AbstractRange.java Modified: commons/proper/functor/trunk/core

svn commit: r1541597 - in /commons/proper/functor/trunk: build-tools/src/main/resources/org/apache/commons/functor/ core/src/main/java/org/apache/commons/functor/range/

2013-11-13 Thread kinow
Author: kinow Date: Wed Nov 13 16:38:00 2013 New Revision: 1541597 URL: http://svn.apache.org/r1541597 Log: Fix checkstyle errors for JavaDocs and Visibility Modifier (fixed using commons-lang as ref) Modified: commons/proper/functor/trunk/build-tools/src/main/resources/org/apache/commons

svn commit: r1541614 - /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/util/CollectionTransformer.java

2013-11-13 Thread kinow
Author: kinow Date: Wed Nov 13 17:06:01 2013 New Revision: 1541614 URL: http://svn.apache.org/r1541614 Log: Update Javadoc for CollectionTransformer Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/util/CollectionTransformer.java Modified

svn commit: r1541662 - /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/range/LongRange.java

2013-11-13 Thread kinow
Author: kinow Date: Wed Nov 13 19:09:03 2013 New Revision: 1541662 URL: http://svn.apache.org/r1541662 Log: Back off from Java 7 methods in LongRange Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/range/LongRange.java Modified: commons/proper/functor

svn commit: r1541690 - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor: generator/loop/IteratorToGeneratorAdapter.java range/AbstractRange.java range/IntegerRange.java r

2013-11-13 Thread kinow
Author: kinow Date: Wed Nov 13 20:14:17 2013 New Revision: 1541690 URL: http://svn.apache.org/r1541690 Log: Fix checkstyle issues Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/loop/IteratorToGeneratorAdapter.java commons/proper/functor

svn commit: r1569028 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/builder/ test/java/org/apache/commons/lang3/builder/

2014-02-17 Thread kinow
Author: kinow Date: Mon Feb 17 15:45:17 2014 New Revision: 1569028 URL: http://svn.apache.org/r1569028 Log: LANG-621: ReflectionToStringBuilder.toString does not debug 3rd party object fields within 3rd party object. Suggested by Philip Hodges. Final patch from Thomas Neidhart. Added

svn commit: r898710 - in /websites/production/commons/content/proper/commons-email: ./ apidocs/ apidocs/org/apache/commons/mail/ apidocs/org/apache/commons/mail/class-use/ apidocs/org/apache/commons/m

2014-02-20 Thread kinow
Author: kinow Date: Fri Feb 21 00:30:44 2014 New Revision: 898710 Log: Site checkin for project Apache Commons Email [This commit notification would consist of 55 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r898711 - in /websites/production/commons/content/proper/commons-email: pmd.xml rat-report.html surefire-report.html

2014-02-20 Thread kinow
Author: kinow Date: Fri Feb 21 00:33:54 2014 New Revision: 898711 Log: Site checkin for project Apache Commons Email Modified: websites/production/commons/content/proper/commons-email/pmd.xml websites/production/commons/content/proper/commons-email/rat-report.html websites

svn commit: r898712 - in /websites/production/commons/content/proper/commons-email: pmd.xml rat-report.html surefire-report.html

2014-02-20 Thread kinow
Author: kinow Date: Fri Feb 21 00:36:10 2014 New Revision: 898712 Log: Site checkin for project Apache Commons Email Modified: websites/production/commons/content/proper/commons-email/pmd.xml websites/production/commons/content/proper/commons-email/rat-report.html websites

svn commit: r1645101 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java

2014-12-12 Thread kinow
Author: kinow Date: Sat Dec 13 02:00:18 2014 New Revision: 1645101 URL: http://svn.apache.org/r1645101 Log: LANG-1077 StringUtils.ordinalIndexOf(aa, aa, 2) != 3 in StringUtils Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/trunk/src/main/java/org

[text] SANDBOX-485 Add Hamming distance

2014-12-12 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 413aeeb1a - 87b789fbe SANDBOX-485 Add Hamming distance Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/87b789fb Tree:

[text] SANDBOX-483 Add changes and fix old Javadocs from [lang] that remained after the code porting

2014-12-12 Thread kinow
/changes.xml @@ -23,6 +23,7 @@ release version=1.0 date=tba description=tba action issue=SANDBOX-485 type=add dev=kinowAdd Hamming distance/action +action issue=SANDBOX-483 type=add dev=kinow due-to=britterIncorporate String algorithms from Commons Lang/action /release /body http

[text] Update .gitignore, using [lang]'s as basis

2014-12-12 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 7570eb016 - 182154e5b Update .gitignore, using [lang]'s as basis Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/182154e5 Tree:

svn commit: r1645483 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/ArrayUtils.java

2014-12-14 Thread kinow
Author: kinow Date: Sun Dec 14 18:22:06 2014 New Revision: 1645483 URL: http://svn.apache.org/r1645483 Log: LANG-1073 Read wrong component type of array in add in ArrayUtils Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/trunk/src/main/java/org/apache

[text] Document .gitignore strategy

2014-12-15 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 9b1b436b2 - 1a236bada Document .gitignore strategy Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1a236bad Tree:

[2/2] [text] Finish adapting code to commons-text, adding missing header and fixing Javadocs

2015-02-04 Thread kinow
Finish adapting code to commons-text, adding missing header and fixing Javadocs Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a7e88eef Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/a7e88eef

[1/2] [text] Migrating Myers algorithm from [collections]

2015-02-04 Thread kinow
Repository: commons-text Updated Branches: refs/heads/myers-algo [created] a7e88eef1 Migrating Myers algorithm from [collections] Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/cca1f199 Tree:

[text] Fix Javadocs and include initial tests

2015-02-05 Thread kinow
Repository: commons-text Updated Branches: refs/heads/myers-algo a7e88eef1 - 38f79f914 Fix Javadocs and include initial tests Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/38f79f91 Tree:

[text] Tests for ReplacementFinder

2015-02-09 Thread kinow
Repository: commons-text Updated Branches: refs/heads/myers-algo 38f79f914 - f3cff64cc Tests for ReplacementFinder Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f3cff64c Tree:

[text] SANDBOX-488 remove distances from StringMetric javadocs for consistency

2015-02-14 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 93fb453cc - 9dd58bce9 SANDBOX-488 remove distances from StringMetric javadocs for consistency Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] SANDBOX-488 rename FuzzyDistance to FuzzyScore

2015-02-14 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 9dd58bce9 - 1e7d2aa50 SANDBOX-488 rename FuzzyDistance to FuzzyScore Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1e7d2aa5 Tree:

[2/2] [text] Jaccard index and distance

2015-02-14 Thread kinow
Jaccard index and distance Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e099c56e Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/e099c56e Diff:

[1/2] [text] Coside similarity and distance

2015-02-14 Thread kinow
Repository: commons-text Updated Branches: refs/heads/NEW-METRICS [created] e099c56ea Coside similarity and distance Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/886bff09 Tree:

[text] Migrating Myers algorithm from [collections]

2015-02-10 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 1a236bada - 93fb453cc Migrating Myers algorithm from [collections] Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/93fb453c Tree:

[text] Add tests for longest common subsequence

2015-02-10 Thread kinow
Repository: commons-text Updated Branches: refs/heads/myers-algo f3cff64cc - 300b82630 Add tests for longest common subsequence Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/300b8263 Tree:

[text] SANDBOX-491: Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance. This fixes #1 from github. Thanks to Jonathan Baker.

2015-03-19 Thread kinow
@@ -22,6 +22,7 @@ body release version=1.0 date=tba description=tba +action issue=SANDBOX-491 type=fix dev=kinow due-to=Jonathan BakerAllow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance./action action issue=SANDBOX-486

[text] Fix Java 8 javadocs

2015-03-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 75cdc00af - 2f0052334 Fix Java 8 javadocs Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2f005233 Tree:

[text] SANDBOX-493: Change (R) StringMetric.compare(CS left, CS right) to apply so that it is consistent with BiFunction.This fixes #2 from github. Thanks to Jonathan Baker.

2015-03-19 Thread kinow
+action issue=SANDBOX-493 type=fix dev=kinow due-to=Jonathan BakerChange (R) StringMetric.compare(CS left, CS right) to apply so that it is consistent with BiFunction./action action issue=SANDBOX-491 type=fix dev=kinow due-to=Jonathan BakerAllow extra information (e.g. Levenshtein threshold

[text] Tracking changes for SANDBOX-486

2015-03-14 Thread kinow
type=add dev=kinow due-to=britterIncorporate String algorithms from Commons Lang/action /release

Git Push Summary

2015-03-14 Thread kinow
Repository: commons-text Updated Branches: refs/heads/myers-algo [deleted] 300b82630

[text] Use tokenizers in internal package, and add more tests

2015-03-27 Thread kinow
Repository: commons-text Updated Branches: refs/heads/NEW-METRICS ff1959c84 - 81f679dea Use tokenizers in internal package, and add more tests Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/81f679de Tree:

[text] Remove redundant groupId (already defined by parent)

2015-03-02 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master bea47ca76 - 2592024dd Remove redundant groupId (already defined by parent) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2592024d Tree:

[text] Fix package in Javadoc

2015-02-21 Thread kinow
Repository: commons-text Updated Branches: refs/heads/NEW-METRICS e099c56ea - 0404dbf4b Fix package in Javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0404dbf4 Tree:

[text] Initial implementation of the cosine distance for strings (not sequences)

2015-02-21 Thread kinow
Repository: commons-text Updated Branches: refs/heads/NEW-METRICS 0404dbf4b - ff1959c84 Initial implementation of the cosine distance for strings (not sequences) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] SANDBOX-497 IP clearance for the names package

2015-04-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/SANDBOX-497 [created] be2bcda21 SANDBOX-497 IP clearance for the names package Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/be2bcda2 Tree:

[12/13] [text] Add SANDBOX-498 to the list of fixed issues

2015-04-19 Thread kinow
Add SANDBOX-498 to the list of fixed issues Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c1372c1f Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c1372c1f Diff:

[11/13] [text] Better JavaDoc for HumanNameParser

2015-04-19 Thread kinow
Better JavaDoc for HumanNameParser Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6d047a46 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/6d047a46 Diff:

[06/13] [text] Use a shared parser instance for tests

2015-04-19 Thread kinow
Use a shared parser instance for tests Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bbba0a32 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bbba0a32 Diff:

[09/13] [text] Drop unused code from NameString and clean up NameStringTest

2015-04-19 Thread kinow
Drop unused code from NameString and clean up NameStringTest Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ed985cd5 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/ed985cd5 Diff:

[05/13] [text] Remove state from HumanNameParser, making it immutable

2015-04-19 Thread kinow
Remove state from HumanNameParser, making it immutable Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1f6c5dae Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1f6c5dae Diff:

[07/13] [text] Fix typo

2015-04-19 Thread kinow
Fix typo Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a942b4c0 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/a942b4c0 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/a942b4c0

[13/13] [text] Merge remote-tracking branch 'remotes/origin/SANDBOX-498' for issue SANDBOX-498

2015-04-19 Thread kinow
Merge remote-tracking branch 'remotes/origin/SANDBOX-498' for issue SANDBOX-498 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bf8bfb0a Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bf8bfb0a

[04/13] [text] Make HumanNameParser return a name object. Introduce a new wrapper object for strings to be parsed called NameString.

2015-04-19 Thread kinow
Make HumanNameParser return a name object. Introduce a new wrapper object for strings to be parsed called NameString. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/685f9a86 Tree:

[02/13] [text] Pass the name to parse as parameter to the parse method

2015-04-19 Thread kinow
Pass the name to parse as parameter to the parse method Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/df7e7a7b Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/df7e7a7b Diff:

[03/13] [text] Check for null inputs

2015-04-19 Thread kinow
Check for null inputs Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/9a0cc85a Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/9a0cc85a Diff:

[01/13] [text] Make parse method public

2015-04-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master e8e85d9de - bf8bfb0a4 Make parse method public Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/aa293500 Tree:

[10/13] [text] Condition will always be true

2015-04-19 Thread kinow
Condition will always be true Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/b1c7e564 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/b1c7e564 Diff:

[08/13] [text] Make classes in the name package final.

2015-04-19 Thread kinow
Make classes in the name package final. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/9e340643 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/9e340643 Diff:

[text] Renaming variables to simpler names

2015-04-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/SANDBOX-498-KINOW [created] c5785647e Renaming variables to simpler names Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c5785647 Tree: http://git-wip

Git Push Summary

2015-04-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/SANDBOX-498-KINOW [deleted] c5785647e

[text] SANDBOX-498 Add parser options and initialise regular expressions once

2015-04-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/SANDBOX-498-OPTIONS [created] 331f80bfc SANDBOX-498 Add parser options and initialise regular expressions once Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] Fix Java8 javadoc warnings

2015-04-22 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master bf8bfb0a4 - 0e7aad06a Fix Java8 javadoc warnings Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0e7aad06 Tree:

[text] SANDBOX-499 Create Commons Text logo

2015-04-22 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 0e7aad06a - 69f252391 SANDBOX-499 Create Commons Text logo Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/69f25239 Tree:

[text] TEXT-16: Make ParserOptions immutable

2015-05-02 Thread kinow
Repository: commons-text Updated Branches: refs/heads/SANDBOX-498-OPTIONS 331f80bfc - 4310744eb TEXT-16: Make ParserOptions immutable Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4310744e Tree:

[text] Add changes for SANDBOX-488

2015-04-16 Thread kinow
action issue=SANDBOX-492 type=fix dev=kinow due-to=Jonathan bakerCreate StringDistanceFrom class that contains a StringMetric and the left side string. This would have a method that accepts the right side string to test./action action issue=SANDBOX-490 type=add dev=kinowAdd Cosine

[text] Typo in main page

2015-04-16 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master e9ce5a7ef - 441159fb2 Typo in main page Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/441159fb Tree:

[text] SANDBOX-488 Use an interface for EditDistance, and leave separate classes as utility objects

2015-04-16 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 67ab6de8a - b0b9d358c SANDBOX-488 Use an interface for EditDistance, and leave separate classes as utility objects Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] SANDBOX-496 Write user guide

2015-04-17 Thread kinow
dev=kinowWrite user guide/action action issue=SANDBOX-488 type=fix dev=kinowWork on the string metric, distance, and similarity definitions for the project/action action issue=SANDBOX-487 type=add dev=kinowHuman name parser/action action issue=SANDBOX-492 type=fix dev=kinow due

[text] Fix TODO tags in test

2015-04-17 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 441159fb2 - f2f24aa6f Fix TODO tags in test Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f2f24aa6 Tree:

[2/2] [text] Add changes to SANDBOX-490

2015-04-12 Thread kinow
=tba +action issue=SANDBOX-490 type=add dev=kinowAdd Cosine Similarity and Cosine Distance/action action issue=SANDBOX-493 type=fix dev=kinow due-to=Jonathan BakerChange (R) StringMetric.compare(CS left, CS right) to apply so that it is consistent with BiFunction./action action issue

[text] [SANDBOX-492] Create StringDistanceFrom class that contains a StringMetric and the left side string. This would have a method that accepts the right side string to test.

2015-04-12 Thread kinow
-- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4ac588a..45ac073 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ body release version=1.0 date=tba description=tba +action issue=SANDBOX-492 type=fix dev=kinow due-to=Jonathan

[text] [SANDBOX-490] Add cosine similarity and cosine distance. Strings are converted into vectors using a simple regex tokenizer. Vectors are used to get the cosine similarity and, finally, the dista

2015-04-12 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 980791b69 - 3ccdabb1e [SANDBOX-490] Add cosine similarity and cosine distance. Strings are converted into vectors using a simple regex tokenizer. Vectors are used to get the cosine similarity and, finally, the distance is equal to

[1/2] [text] Code style, formatting and removing unused classes

2015-04-12 Thread kinow
Repository: commons-text Updated Branches: refs/heads/NEW-METRICS 81f679dea - e99b839ad Code style, formatting and removing unused classes Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e00d85b3 Tree:

[2/2] [text] Formatting, code style and comments

2015-04-12 Thread kinow
Formatting, code style and comments Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e99b839a Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/e99b839a Diff:

[1/2] [text] Remove unused and empty Jaccard files and update distance method name

2015-04-12 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 3ccdabb1e - 376c7c4d8 Remove unused and empty Jaccard files and update distance method name Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] Fix checkstyle errors

2015-04-12 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 376c7c4d8 - a5ac07106 Fix checkstyle errors Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a5ac0710 Tree:

Git Push Summary

2015-04-12 Thread kinow
Repository: commons-text Updated Branches: refs/heads/NEW-METRICS [deleted] e99b839ad

  1   2   3   4   5   6   7   8   9   10   >