Gary Gregory
8f92211d35
[LANG-1636] Add missing boolean[] join method #686
2021-01-06 11:09:22 -05:00
Gary Gregory
1d0422c909
Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0 #692
2021-01-06 10:24:39 -05:00
Gary Gregory
7f8897faba
Processor.java: check enum euqality with == instead of .equals() method
...
#690 .
2021-01-03 11:14:28 -05:00
Gary Gregory
876543f6cc
Add JavaVersion.JAVA_17 now that Java 17-ea is out.
2021-01-01 13:44:01 -05:00
Gary Gregory
f5c86f6d4e
Update commons.japicmp.version 0.14.4 -> 0.15.1.
2020-12-31 02:27:57 -05:00
Gary Gregory
9801f93d47
Update commons.japicmp.version 0.14.3 -> 0.14.4.
2020-12-29 18:54:45 -05:00
Gary Gregory
45bec219d2
Add FailableShortSupplier, handy for JDBC APIs.
2020-12-24 10:02:37 -05:00
Gary Gregory
5aab41b365
Update for new class.
2020-12-22 15:20:10 -05:00
Gary Gregory
ad69874a78
[LANG-1544] MethodUtils.invokeMethod NullPointerException in case of
...
null in args list #680 .
2020-12-22 15:16:41 -05:00
Gary Gregory
2d97e0daf8
[LANG-1544] MethodUtils.invokeMethod NullPointerException in case of
...
null in args list #680 .
2020-12-22 15:13:37 -05:00
Gary Gregory
1b96fc1494
Correct markup in Javadoc for unbalanced braces #679 .
2020-12-22 10:28:54 -05:00
Gary Gregory
c9e825e823
Add and use LocaleUtils.toLocale(Locale) to avoid NPEs and use the
...
default locale when an input locale is null.
2020-12-21 12:56:19 -05:00
dependabot[bot]
2f60e45087
Bump jmh.version from 1.21 to 1.27
...
Bumps `jmh.version` from 1.21 to 1.27.
Updates `jmh-core` from 1.21 to 1.27
Updates `jmh-generator-annprocess` from 1.21 to 1.27
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-20 08:58:45 +13:00
Bruno P. Kinoshita
e0de3be47c
[LANG-1628] changelog
2020-12-20 08:42:48 +13:00
Gary Gregory
615eee5d51
[LANG-1626] Correction in Javadoc of some methods. #673 .
2020-12-11 00:05:27 -05:00
Gary Gregory
55e0776408
Bump spotbugs from 4.1.4 to 4.2.0 #671 .
2020-12-10 15:13:00 -05:00
Gary Gregory
041cf552c5
[LANG-1580] Refine StringUtils.deleteWhitespace #569 .
2020-12-05 12:31:42 -05:00
Gary Gregory
0532e10668
[LANG-1584] Refine StringUtils.isNumericSpace #573
2020-12-05 12:28:58 -05:00
Gary Gregory
902a0faab4
[LANG-1620] Refine StringUtils.lastIndexOfIgnoreCase #664 .
...
[LANG-1619] Refine StringUtils.abbreviate #663 .
2020-12-05 12:22:28 -05:00
Gary Gregory
f9f4c09fd7
Document third party bumps.
...
- Bump checkstyle from 8.37 to 8.38 #665 .
- Bump junit-pioneer from 1.0.0 to 1.1.0 #662 .
- Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #660 .
2020-12-05 11:24:31 -05:00
Gary Gregory
605f59d869
[LANG-1622] Corrected reference to right methods. #667 .
2020-12-05 11:20:34 -05:00
Gary Gregory
c008f4d895
[LANG-1622] Corrected reference to right methods. #667 .
2020-12-05 11:18:47 -05:00
Gary Gregory
66b54723f0
[LANG-1622] Javadoc of some methods incorrectly refers to another method
...
#668 .
2020-12-03 10:36:33 -05:00
Gary Gregory
8c66a5fcb7
[LANG-1535] Add StringUtils.containsAnyIgnoreCase(CharSequence,
...
CharSequence...).
2020-11-29 13:11:46 -05:00
Gary Gregory
1bf275cb60
[LANG-1535] Add StringUtils.containsAnyIgnoreCase(CharSequence,
...
CharSequence...).
2020-11-29 13:11:13 -05:00
Gary Gregory
ebed08cb25
[LANG-1618] ypeUtils. containsTypeVariables does not support
...
GenericArrayType #661 .
2020-11-26 09:58:28 -05:00
Gary Gregory
12e4ad1cfa
Fix formatting of isAn.
...
yBlank() and isAnyEmpty(). #513
2020-11-17 15:18:58 -05:00
Gary Gregory
412f1e13c9
[LANG-1610] Fix StringUtils.unwrap throws
...
StringIndexOutOfBoundsException #636
2020-11-17 15:14:28 -05:00
Gary Gregory
bd8dbbe0be
Fix Javadoc for SystemUtils.isJavaVersionAtMost() #638 .
2020-11-17 15:08:19 -05:00
Gary Gregory
61e82e832e
[LANG-1615] ArrayUtils contains() and indexOf() fails to handle
...
Float.NaN.
2020-11-15 17:42:04 -05:00
Gary Gregory
08d1f66236
[LANG-1612] Fix flaky tests in FieldUtilsTest.
2020-11-15 12:24:13 -05:00
Gary Gregory
3bda8be036
Add fluent-style ArrayUtils.sort(Object[], Comparable).
2020-11-15 12:08:32 -05:00
Gary Gregory
35799d0958
[LANG-1420] TypeUtils.isAssignable returns wrong result for
...
GenericArrayType and ParameterizedType.
2020-11-15 11:49:11 -05:00
Gary Gregory
e123bab198
Fix potential NPE in TypeUtils.isAssignable(Type, ParameterizedType,
...
Map, Type>).
2020-11-15 10:55:53 -05:00
Gary Gregory
0e2ebd347c
[LANG-1541] ArrayUtils.contains() and indexOf() fails to handle
...
Double.NaN #647 .
Also remove trailing whitespaces.
2020-11-14 16:33:35 -05:00
Gary Gregory
4cf3dc8c8f
[LANG-1613] - BigDecimal is created when you pass it the minimum values…
...
#642 .
2020-11-14 12:23:33 -05:00
Gary Gregory
09c662429b
Add fluent-style ArrayUtils.sort(Object[]).
2020-11-14 11:41:46 -05:00
Gary Gregory
14b60bbb9f
Update maven-surefire-plugin 2.22.2 -> 3.0.0-M5.
...
Organize changes.xml for 3.12 entries.
2020-11-14 10:00:46 -05:00
Gary Gregory
e832b70e40
[LANG-1359] Add StopWatch.getStopTime().
2020-11-14 09:31:59 -05:00
Gary Gregory
c9722131d5
Add StopWatch.getStopTime().
...
Also:
- Rename private instance variable to reflect scale.
- More precise Javadocs.
- Throw IllegalStateException instead of RuntimeException.
- Refactor common code in test for sleeping the current thread.
2020-11-14 09:27:04 -05:00
Gary Gregory
93d520a3e1
Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...).
2020-11-13 10:30:08 -05:00
Gary Gregory
6b3f258ed7
Bump checkstyle from 8.36.2 to 8.37 #637 .
2020-11-06 09:46:31 -05:00
Gary Gregory
146ddf2363
Bump actions/checkout from v2.3.3 to v2.3.4 #639 .
2020-11-06 09:44:21 -05:00
Gary Gregory
20ae8f6888
More test coverage for CharSequenceUtils. #631 .
2020-10-25 10:53:14 -04:00
Gary Gregory
05cb6139b9
Bump spotbugs-maven-plugin from 4.1.3 to 4.1.4 #632 .
2020-10-25 10:47:11 -04:00
Gary Gregory
75b4058ac4
NumberUtilsTest - incorrect types in min/max tests #634 .
...
- Document change.
- Sort methods.
- Format to max line length 120.
2020-10-25 10:18:00 -04:00
Gary Gregory
e14a2d9226
Update dependencies.
...
- Bump biz.aQute.bndlib from 5.1.2 to 5.2.0 #628 .
- Bump spotbugs from 4.1.3 to 4.1.4 #627 .
- Bump junit-pioneer from 0.9.2 to 1.0.0 #625 .
2020-10-20 10:21:56 -04:00
Alex Herbert
43c80576cf
LANG-1608: Track changes
2020-10-17 14:00:54 +01:00
Gary Gregory
8ff63a0da3
Bump spotbugs-maven-plugin from 4.0.4 to 4.1.3 #623 .
2020-10-03 10:28:45 -04:00
Gary Gregory
a6f97f358f
Bump junit-pioneer from 0.9.0 to 0.9.2 #624 .
2020-10-02 11:15:43 -04:00