Searched refs:LANG (Results 1 – 25 of 309) sorted by relevance
12345678910>>...13
/external/apache-commons-lang/src/site/resources/release-notes/ |
D | RELEASE-NOTES-3.0.txt | 39 [LANG-276] MutableBigDecimal and MutableBigInteger. 40 [LANG-285] Wish : method unaccent. 41 [LANG-358] ObjectUtils.coalesce. 42 [LANG-386] LeftOf/RightOfNumber in Range convenience methods necessary. 43 [LANG-435] Add ClassUtils.isAssignable() variants with autoboxing. 44 [LANG-444] StringUtils.emptyToNull. 45 [LANG-482] Enhance StrSubstitutor to support nested ${var-${subvr}} expansion 46 [LANG-482] StrSubstitutor now supports substitution in variable names. 47 [LANG-496] A generic implementation of the Lazy initialization pattern. 48 [LANG-497] Addition of ContextedException and ContextedRuntimeException. [all …]
|
D | RELEASE-NOTES-3.2.1.txt | 37 o LANG-937: Fix missing Hamcrest dependency in Ant Build 38 o LANG-941: Test failure in LocaleUtilsTest when building with JDK 8 39 o LANG-942: Test failure in FastDateParserTest and FastDateFormat_ParserTest 42 o LANG-938: Build fails with test failures when building with JDK 8 57 These changes were the result of [LANG-462]. It is assumed that this change 68 For more information see https://issues.apache.org/jira/browse/LANG-462. 73 o LANG-934: Add removeFinalModifier to FieldUtils 74 o LANG-863: Method returns number of inheritance hops between parent and 76 o LANG-774: Added isStarted, isSuspended and isStopped to StopWatch. 78 o LANG-848: Added StringUtils.isBlank/isEmpty CharSequence... methods. [all …]
|
D | RELEASE-NOTES-3.2.txt | 45 These changes were the result of [LANG-462]. It is assumed that this change 56 For more information see https://issues.apache.org/jira/browse/LANG-462. 61 o LANG-934: Add removeFinalModifier to FieldUtils 62 o LANG-863: Method returns number of inheritance hops between parent and 64 o LANG-774: Added isStarted, isSuspended and isStopped to StopWatch. 66 o LANG-848: Added StringUtils.isBlank/isEmpty CharSequence... methods. 68 o LANG-926: Added ArrayUtils.reverse(array, from, to) methods. 69 o LANG-795: StringUtils.toString(byte[], String) deprecated in favour of a new 71 o LANG-893: StrSubstitutor now supports default values for variables. 73 o LANG-913: Adding .gitignore to commons-lang. Thanks to Allon Mureinik. [all …]
|
D | RELEASE-NOTES-3.3.2.txt | 38 o LANG-989: Add org.apache.commons.lang3.SystemUtils.IS_JAVA_1_8 43 o LANG-992: NumberUtils#isNumber() returns false for "0.0", "0.4790", et al 50 o LANG-987: DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong 52 o LANG-983: DurationFormatUtils does not describe format string fully 53 o LANG-981: DurationFormatUtils#lexx does not detect unmatched quote char 54 o LANG-984: DurationFormatUtils does not handle large durations correctly 55 o LANG-982: DurationFormatUtils.formatDuration(61999, "s.SSSS") - ms field 57 o LANG-978: Failing tests with Java 8 b128 64 o LANG-955: Add methods for removing all invalid characters according to 67 o LANG-970: Add APIs MutableBoolean setTrue() and setFalse() [all …]
|
D | RELEASE-NOTES-3.3.1.txt | 37 o LANG-987: DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong 39 o LANG-983: DurationFormatUtils does not describe format string fully 40 o LANG-981: DurationFormatUtils#lexx does not detect unmatched quote char 41 o LANG-984: DurationFormatUtils does not handle large durations correctly 42 o LANG-982: DurationFormatUtils.formatDuration(61999, "s.SSSS") - ms field 44 o LANG-978: Failing tests with Java 8 b128 51 o LANG-955: Add methods for removing all invalid characters according to 54 o LANG-970: Add APIs MutableBoolean setTrue() and setFalse() 55 o LANG-962: Add SerializationUtils.roundtrip(T extends Serializable) to 57 o LANG-637: There should be a DifferenceBuilder with a [all …]
|
D | RELEASE-NOTES-3.3.txt | 37 o LANG-955: Add methods for removing all invalid characters according to 40 o LANG-970: Add APIs MutableBoolean setTrue() and setFalse() 41 o LANG-962: Add SerializationUtils.roundtrip(T extends Serializable) to 43 o LANG-637: There should be a DifferenceBuilder with a 45 o LANG-944: Add the Jaro-Winkler string distance algorithm to StringUtils. 47 o LANG-417: New class ClassPathUtils with methods for turning FQN into 49 o LANG-834: Validate: add inclusiveBetween and exclusiveBetween overloads 51 o LANG-900: New RandomUtils class. Thanks to Duncan Jones. 52 o LANG-966: Add IBM OS/400 detection 57 o LANG-621: ReflectionToStringBuilder.toString does not debug 3rd party object [all …]
|
D | RELEASE-NOTES-3.4.txt | 46 For more information see https://issues.apache.org/jira/browse/LANG-1000. 51 o LANG-821: Support OS X versions in SystemUtils. Thanks to Timo Kockert. 52 o LANG-1103: Add SystemUtils.IS_JAVA_1_9 53 o LANG-1093: Add ClassUtils.getAbbreviatedName(). Thanks to Fabian Lange. 54 o LANG-1082: Add option to disable the "objectsTriviallyEqual" test in 56 o LANG-1015: Add JsonToStringStyle implementation to ToStringStyle. Thanks to 58 o LANG-1080: Add NoClassNameToStringStyle implementation of ToStringStyle. 60 o LANG-883: Add StringUtils.containsAny(CharSequence, CharSequence...) method. 62 o LANG-1052: Multiline recursive to string style. Thanks to Jan Matèrne. 63 o LANG-536: Add isSorted() to ArrayUtils. Thanks to James Sawle. [all …]
|
D | RELEASE-NOTES-3.5.txt | 80 For more information see LANG-1197 81 (https://issues.apache.org/jira/browse/LANG-1197). All other APIs are expected 98 https://issues.apache.org/jira/browse/LANG-1265 104 o LANG-1275: Added a tryAcquire() method to TimedSemaphore. 105 o LANG-1255: Add DateUtils.toCalendar(Date, TimeZone). Thanks to Kaiyuan Wang. 106 o LANG-1023: Add WordUtils.wrap overload with customizable breakable character. 108 o LANG-787: Add method removeIgnoreCase(String, String) to StringUtils. Thanks 110 o LANG-1224: Extend RandomStringUtils with methods that generate strings 112 o LANG-1257: Add APIs StringUtils.wrapIfMissing(String, char|String). Thanks to 114 o LANG-1253: Add RandomUtils#nextBoolean() method. Thanks to adilek. [all …]
|
D | RELEASE-NOTES-3.6.txt | 96 https://issues.apache.org/jira/browse/LANG-1338 102 https://issues.apache.org/jira/browse/LANG 107 o LANG-1336: Add NUL Byte To CharUtils. Thanks to Beluga Behr. 108 o LANG-1304: Add method in StringUtils to determine if string contains both 110 o LANG-1325: Increase test coverage of ToStringBuilder class to 100%. 112 o LANG-1307: Add a method in StringUtils to extract only digits out of input 114 o LANG-1256: Add JMH maven dependencies. Thanks to C0rWin. 115 o LANG-1167: Add null filter to ReflectionToStringBuilder. 117 o LANG-1299: Add method for converting string to an array of code points. 118 o LANG-660: Add methods to insert arrays into arrays at an index. [all …]
|
D | RELEASE-NOTES-3.9.txt | 27 o LANG-1442: Javadoc pointing to Commons RNG. 29 o LANG-1411: Add isEmpty method to ObjectUtils Thanks to Alexander Tsvetkov. 30 o LANG-1422: Add null-safe StringUtils.valueOf(char[]) to delegate to String.valueOf(char[]) 31 o LANG-1427: Add API org.apache.commons.lang3.SystemUtils.isJavaVersionAtMost(JavaVersion) 35 o LANG-1416: Add more SystemUtils.IS_JAVA_XX variants. 36 o LANG-1416: Update to JUnit 5 37 o LANG-1417: Add @FunctionalInterface to ThreadPredicate and ThreadGroupPredicate 38 o LANG-1415: Update Java Language requirement to 1.8 39 o LANG-1436: Consolidate the StringUtils equals and equalsIgnoreCase Javadoc and implementation 79 o LANG-1419: Restore BundleSymbolicName for OSGi [all …]
|
D | RELEASE-NOTES-3.7.txt | 45 o LANG-1355: TimeZone.getTimeZone() in FastDateParser causes resource contention (PR #296.) Thanks … 46 o LANG-1360: Add methods to ObjectUtils to get various forms of class names in a null-safe manner T… 49 o LANG-1362: Fix tests DateUtilsTest for Java 9 with en_GB locale Thanks to Stephen Colebourne. 50 o LANG-1365: Fix NullPointerException in isJavaVersionAtLeast on Java 10, add SystemUtils.IS_JAVA_1… 51 o LANG-1348: StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueO… 52 o LANG-1350: ConstructorUtils.invokeConstructor(Class, Object...) regression Thanks to Brett Kail. 53 o LANG-1349: EqualsBuilder#isRegistered: swappedPair construction bug Thanks to Naman Nigam. 54 o LANG-1357: org.apache.commons.lang3.time.FastDateParser should use toUpperCase(Locale) Thanks to … 57 o LANG-1358: Improve StringUtils#replace throughput Thanks to Stephane Landelle. 58 o LANG-1346: Remove deprecation from RandomStringUtils [all …]
|
D | RELEASE-NOTES-3.8.1.txt | 46 o LANG-1419: Restore BundleSymbolicName for OSGi 86 o LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added Thanks to Ruslan S… 87 o LANG-1372: Add ToStringSummary annotation Thanks to S�rgio Ozaki. 88 o LANG-1356: Add bypass option for classes to recursive and reflective EqualsBuilder Thanks to Yath… 89 o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro Matulli, Oleg Chubary… 90 o LANG-1393: Add API SystemUtils.String getEnvironmentVariable(final String name, final String defa… 91 o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to System.err. Thanks to Sebb, G… 92 o LANG-1238: Add RegexUtils class instead of overloading methods in StringUtils that take a regex t… 93 o LANG-1390: StringUtils.join() with support for List<?> with configurable start/end indices. Thank… 94 o LANG-1392: Methods for getting first non empty or non blank value Thanks to Jeff Nelson. [all …]
|
D | RELEASE-NOTES-3.8.txt | 45 o LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added Thanks to Ruslan S… 46 o LANG-1372: Add ToStringSummary annotation Thanks to S�rgio Ozaki. 47 o LANG-1356: Add bypass option for classes to recursive and reflective EqualsBuilder Thanks to Yath… 48 o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro Matulli, Oleg Chubary… 49 o LANG-1393: Add API SystemUtils.String getEnvironmentVariable(final String name, final String defa… 50 o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to System.err. Thanks to Sebb, G… 51 o LANG-1238: Add RegexUtils class instead of overloading methods in StringUtils that take a regex t… 52 o LANG-1390: StringUtils.join() with support for List<?> with configurable start/end indices. Thank… 53 o LANG-1392: Methods for getting first non empty or non blank value Thanks to Jeff Nelson. 54 o LANG-1408: Rounding utilities for converting to BigDecimal [all …]
|
D | RELEASE-NOTES-2.5.txt | 39 * [LANG-583] - ArrayUtils - add isNotEmpty() methods 40 * [LANG-534] - ArrayUtils - add nullToEmpty() methods 41 * [LANG-454] - CharRange - provide an iterator that lets you walk the chars in the range 42 * [LANG-514] - CharRange - add more readable static builder methods 44 * [LANG-535] - ClassUtils - add support to getShortClassName and getPackageName for arrays 45 * [LANG-434] - DateUtils - add ceiling() method 46 * [LANG-486] - DateUtils - add parseDateStrictly() method 47 * [LANG-466] - EqualsBuilder - add reset() method 48 * [LANG-461] - NumberUtils - add toByte() and toShort() methods 49 * [LANG-522] - Mutable numbers - add string constructors [all …]
|
D | RELEASE-NOTES-2.2.txt | 69 LANG-2 javadoc example for StringUtils.splitByWholeSeparator incorrect 70 LANG-3 PADDING array in StringUtils overflows on '\uffff' 71 LANG-10 [patch] ClassUtils.primitiveToWrapper and Void 72 LANG-21 escapeXML() -> Not escaping low characters 73 LANG-25 DurationFormatUtils.formatDurationISO() javadoc is missing T in duration string between d… 74 LANG-37 unit test for org.apache.commons.lang.text.StrBuilder 75 LANG-42 EqualsBuilder.append(Object[], Object[]) crashes with a NullPointerException if an elemen… 76 LANG-45 StrBuilderTest#testReplaceStringString fails. 77 LANG-50 Replace Clover with Cobertura 78 LANG-59 DateUtils.truncate method is buggy when dealing with DST switching hours [all …]
|
D | RELEASE-NOTES-2.4.txt | 89 * [LANG-76 ] - EnumUtils.getEnum() doesn't work well in 1.5 90 * [LANG-328] - LocaleUtils.toLocale() rejects strings with only language+variant 91 * [LANG-334] - Enum is not thread-safe 92 * [LANG-346] - Dates.round() behaves incorrectly for minutes and seconds 93 * [LANG-349] - Deadlock using ReflectionToStringBuilder 94 * [LANG-353] - Javadoc Example for EqualsBuilder is questionable 95 * [LANG-360] - Why does appendIdentityToString return null? 96 * [LANG-361] - BooleanUtils toBooleanObject javadoc does not match implementation 97 …* [LANG-363] - StringEscapeUtils..escapeJavaScript() method did not escape '/' into '\/', it will … 98 * [LANG-364] - Documentation bug for ignoreEmptyTokens accessors in StrTokenizer [all …]
|
D | RELEASE-NOTES-2.6.txt | 39 …* [LANG-633] - BooleanUtils: use same optimization in toBooleanObject(String) as in toBoolean(Stri… 40 * [LANG-599] - ClassUtils: allow Dots as Inner Class Separators in getClass() 41 * [LANG-594] - DateUtils: equal and compare functions up to most significant field 42 * [LANG-632] - DateUtils: provide a Date to Calendar convenience method 43 * [LANG-576] - ObjectUtils: add clone methods to ObjectUtils 44 * [LANG-667] - ObjectUtils: add a Null-safe compare() method 45 * [LANG-670] - ObjectUtils: add notEqual() method 46 * [LANG-302] - StrBuilder: implement clone() method 47 * [LANG-640] - StringUtils: add a normalizeSpace() method 48 * [LANG-614] - StringUtils: add endsWithAny() method [all …]
|
D | RELEASE-NOTES-3.10.txt | 44 o LANG-1457: Add ExceptionUtils.throwableOfType(Throwable, Class) and friends. 45 o LANG-1458: Add EMPTY_ARRAY constants to classes in org.apache.commons.lang3.tuple. 46 o LANG-1461: Add null-safe StringUtils APIs to wrap String#getBytes([Charset|String]). 47 o LANG-1467: Add zero arg constructor for org.apache.commons.lang3.NotImplementedException. 48 o LANG-1470: Add ArrayUtils.addFirst() methods. 49 o LANG-1479: Add Range.fit(T) to fit a value into a range. 50 o LANG-1477: Added Functions.as*, and tests thereof, as suggested by Peter Verhas 51 o LANG-1485: Add getters for lhs and rhs objects in DiffResult #451. Thanks to nicolasbd. 52 o LANG-1486: Generify builder classes Diffable, DiffBuilder, and DiffResult #452. Thanks to Gary Gr… 53 o LANG-1487: Add ClassLoaderUtils with toString() implementations #453. Thanks to Gary Gregory. [all …]
|
D | RELEASE-NOTES-2.3.txt | 75 * [LANG-69 ] - ToStringBuilder throws StackOverflowError when an Object cycle exists 76 * [LANG-102] - Refactor Entities methods 77 * [LANG-153] - Can't XMLDecode an Enum 78 …* [LANG-262] - Use of enum prevents a classloader from being garbage collected resulting in out of… 79 …* [LANG-279] - HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle. 80 * [LANG-281] - DurationFormatUtils returns wrong result 81 * [LANG-286] - Serialization - not backwards compatible 82 * [LANG-292] - unescapeXml("&12345678;") should be "&12345678;" 83 …* [LANG-294] - StrBuilder.replaceAll and StrBuilder.deleteAll can throw ArrayIndexOutOfBoundsExcep… 84 * [LANG-295] - StrBuilder contains usages of thisBuf.length when they should use size [all …]
|
D | RELEASE-NOTES-3.0.1.txt | 39 [LANG-686] Improve exception message when StringUtils.replaceEachRepeatedly detects recursion 40 [LANG-717] Specify source encoding for Ant build 41 [LANG-721] Complement ArrayUtils.addAll() variants with by-index and by-value removal methods 42 [LANG-726] Add Range<T> Range<T>.intersectionWith(Range<T>) 43 [LANG-723] Add mode and median Comparable... methods to ObjectUtils 44 [LANG-722] Add BooleanUtils.and + or varargs methods 45 [LANG-730] EnumSet -> bit vector 46 …[LANG-735] Deprecate CharUtils.toCharacterObject(char) in favor of java.lang.Character.valueOf(cha… 47 [LANG-737] Missing method getRawMessage for ContextedException and ContextedRuntimeException 52 …[LANG-626] SerializationUtils.clone: Fallback to context classloader if class not found in current… [all …]
|
D | RELEASE-NOTES-3.1.txt | 39 [LANG-760] Add API StringUtils.toString(byte[] input, String charsetName) 40 [LANG-756] Add APIs ClassUtils.isPrimitiveWrapper(Class<?>) and isPrimitiveOrWrapper(Class<?>) 41 [LANG-758] Add an example with whitespace in StringUtils.defaultIfEmpty 42 [LANG-752] Fix createLong() so it behaves like createInteger() 43 …[LANG-751] Include the actual type in the Validate.isInstance and isAssignableFrom exception messa… 44 [LANG-748] Deprecating chomp(String, String) 45 [LANG-736] CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY 46 [LANG-695] SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system 51 [LANG-749] Incorrect Bundle-SymbolicName in Manifest 52 [LANG-746] NumberUtils does not handle upper-case hex: 0X and -0X [all …]
|
/external/apache-commons-lang/ |
D | RELEASE-NOTES.txt | 28 o LANG-1535: Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...). Thanks to Gary G… 29 o LANG-1359: Add StopWatch.getStopTime(). Thanks to Gary Gregory, Keegan Witt. 35 o LANG-1636: Add missing boolean[] join method #686. Thanks to . 44 o LANG-1592: Correct implementation of RandomUtils.nextLong(long, long) Thanks to Huang Pingcai, Al… 45 o LANG-1600: Restore handling of collections for non-JSON ToStringStyle #610. Thanks to Michael F. 47 o LANG-1608: Resolve JUnit pioneer transitive dependencies using JUnit BOM. Thanks to Edgar Asatrya… 49 o LANG-1579: Improve StringUtils.stripAccents conversion of remaining accents. Thanks to XenoAmess. 50 o LANG-1606: StringUtils.countMatches - clarify Javadoc. Thanks to Rustem Galiev. 51 o LANG-1591: Remove redundant argument from substring call. Thanks to bhawna94. 52 o LANG-1613: BigDecimal is created when you pass it the min and max values, #642. Thanks to Arturo … [all …]
|
/external/cronet/third_party/protobuf/ |
D | post_process_dist.sh | 45 for LANG in $LANGUAGES; do 47 ./configure DIST_LANG=$LANG 49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz 56 for LANG in $LANGUAGES; do 58 ./configure DIST_LANG=$LANG 60 mv $BASENAME.zip ../protobuf-$LANG-$VERSION.zip
|
/external/protobuf/ |
D | post_process_dist.sh | 45 for LANG in $LANGUAGES; do 47 ./configure DIST_LANG=$LANG 49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz 56 for LANG in $LANGUAGES; do 58 ./configure DIST_LANG=$LANG 60 mv $BASENAME.zip ../protobuf-$LANG-$VERSION.zip
|
/external/catch2/CMake/ |
D | FindGcov.cmake | 21 foreach (LANG ${ENABLED_LANGUAGES}) 25 if (NOT GCOV_${CMAKE_${LANG}_COMPILER_ID}_BIN) 26 get_filename_component(COMPILER_PATH "${CMAKE_${LANG}_COMPILER}" PATH) 28 if ("${CMAKE_${LANG}_COMPILER_ID}" STREQUAL "GNU") 33 "${CMAKE_${LANG}_COMPILER_VERSION}") 38 elseif ("${CMAKE_${LANG}_COMPILER_ID}" STREQUAL "Clang") 43 "${CMAKE_${LANG}_COMPILER_VERSION}") 60 set(GCOV_${CMAKE_${LANG}_COMPILER_ID}_ENV 63 mark_as_advanced(GCOV_${CMAKE_${LANG}_COMPILER_ID}_ENV) 78 set(GCOV_${CMAKE_${LANG}_COMPILER_ID}_BIN "${GCOV_BIN}" CACHE STRING [all …]
|
12345678910>>...13