This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git.


    from 4152250  Add isMatch(CharSequence, int)
     new e46cd90  Sort members.
     new 93b8a08  No need to create a new size 0 char[] each time one is needed.
     new 37a7cc2  Tweak toString();

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/commons/text/StrBuilder.java   |    6 +-
 .../org/apache/commons/text/TextStringBuilder.java | 3933 ++++++++++----------
 .../text/matcher/AbstractStringMatcher.java        |   12 +-
 .../apache/commons/text/AlphabetConverterTest.java |    8 +-
 .../org/apache/commons/text/CaseUtilsTest.java     |    4 +-
 .../commons/text/CharacterPredicatesTest.java      |    4 +-
 .../commons/text/StrBuilderAppendInsertTest.java   |    7 +-
 .../org/apache/commons/text/StrBuilderTest.java    |    3 +-
 .../org/apache/commons/text/StrLookupTest.java     |    2 +-
 .../apache/commons/text/StrSubstitutorTest.java    |    2 +-
 .../org/apache/commons/text/StrTokenizerTest.java  |   11 +-
 .../apache/commons/text/StringEscapeUtilsTest.java |    2 +-
 .../apache/commons/text/StringTokenizerTest.java   |   12 +-
 .../text/TextStringBuilderAppendInsertTest.java    |    7 +-
 .../apache/commons/text/TextStringBuilderTest.java |    2 +-
 .../org/apache/commons/text/WordUtilsTest.java     |   23 +-
 .../commons/text/diff/StringsComparatorTest.java   |    4 +-
 .../lookup/ResourceBundleStringLookupTest.java     |    2 +-
 .../text/matcher/StringSubstitutorGetSetTest.java  |    2 +-
 .../text/similarity/CosineSimilarityTest.java      |    9 +-
 .../text/similarity/IntersectionResultTest.java    |    6 +-
 .../similarity/IntersectionSimilarityTest.java     |    4 +-
 .../text/similarity/LevenshteinDistanceTest.java   |    4 +-
 .../text/similarity/LevenshteinResultsTest.java    |    4 +-
 .../LongestCommonSubsequenceDistanceTest.java      |    6 +-
 .../similarity/LongestCommonSubsequenceTest.java   |    6 +-
 .../text/translate/AggregateTranslatorTest.java    |    4 +-
 .../text/translate/CodePointTranslatorTest.java    |    4 +-
 .../commons/text/translate/EntityArraysTest.java   |    4 +-
 .../text/translate/LookupTranslatorTest.java       |    6 +-
 .../text/translate/NumericEntityEscaperTest.java   |    4 +-
 .../text/translate/NumericEntityUnescaperTest.java |    4 +-
 .../commons/text/translate/OctalUnescaperTest.java |    4 +-
 .../text/translate/SinglePassTranslatorTest.java   |    8 +-
 .../commons/text/translate/UnicodeEscaperTest.java |    4 +-
 .../UnicodeUnpairedSurrogateRemoverTest.java       |    4 +-
 36 files changed, 2073 insertions(+), 2058 deletions(-)

Reply via email to