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-lang.git


    from 7e0d6dbd2 Improve container detection by mimicing systemd (#1323)
     new f68ca3cad Sort members
     new 63dab1ed3 Use final
     new 5d256cd10 Use final
     new 4721b0f9c Rename internal method to avoid possible confusion with 
System.getenv()
     new 67c90830f Fix bug in test: Mismatched Charsets
     new 39814a601 Reduce use of magic Strings
     new 79d6b1d8c Remove unused import
     new c024925ee Add Checkstyle ArrayTypeStyle
     new 837e1bc17 Add Checkstyle ParenPad and fix

The 9 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:
 .../org/apache/commons/lang3/BooleanUtils.java     | 12 +--
 .../apache/commons/lang3/RuntimeEnvironment.java   | 54 ++++++------
 .../apache/commons/lang3/StringEscapeUtils.java    |  6 +-
 .../java/org/apache/commons/lang3/StringUtils.java |  4 +-
 .../lang3/concurrent/BackgroundInitializer.java    |  2 +-
 .../org/apache/commons/lang3/math/Fraction.java    |  2 +-
 .../text/translate/NumericEntityUnescaper.java     |  4 +-
 .../lang3/text/translate/OctalUnescaper.java       |  4 +-
 .../apache/commons/lang3/time/FastDatePrinter.java |  2 +-
 src/site/resources/checkstyle/checkstyle.xml       |  2 +
 .../java/org/apache/commons/lang3/CharSetTest.java |  2 +-
 .../org/apache/commons/lang3/ObjectUtilsTest.java  |  8 +-
 .../commons/lang3/RuntimeEnvironmentTest.java      | 31 ++++---
 .../lang3/StringUtilsEqualsIndexOfTest.java        | 24 +++---
 .../commons/lang3/StringUtilsSubstringTest.java    |  2 +-
 .../org/apache/commons/lang3/SystemUtilsTest.java  |  2 +-
 .../commons/lang3/math/IEEE754rUtilsTest.java      |  8 +-
 .../commons/lang3/mutable/MutableByteTest.java     | 10 +--
 .../commons/lang3/mutable/MutableDoubleTest.java   |  8 +-
 .../commons/lang3/mutable/MutableFloatTest.java    | 12 +--
 .../commons/lang3/mutable/MutableIntTest.java      |  6 +-
 .../commons/lang3/mutable/MutableLongTest.java     |  8 +-
 .../commons/lang3/mutable/MutableShortTest.java    | 10 +--
 .../commons/lang3/reflect/FieldUtilsTest.java      |  2 +-
 .../lang3/text/StrBuilderAppendInsertTest.java     |  2 +-
 .../apache/commons/lang3/text/StrBuilderTest.java  |  4 +-
 .../apache/commons/lang3/text/WordUtilsTest.java   | 96 +++++++++++-----------
 .../commons/lang3/time/FastDateParserSDFTest.java  | 92 ++++++++++-----------
 .../lang3/time/FastDateParser_MoreOrLessTest.java  |  4 +-
 .../apache/commons/lang3/time/WeekYearTest.java    | 34 ++++----
 30 files changed, 229 insertions(+), 228 deletions(-)

Reply via email to