Gary Gregory
|
25d89e78f0
|
No need to nest in else clause.
|
2019-09-03 16:17:30 -04:00 |
Gary Gregory
|
8757d91bc3
|
Sort members.
|
2019-09-03 14:08:00 -04:00 |
Bruno P. Kinoshita
|
26bc45fdee
|
Fix checkstyle violations (tabs, missing spaces after commas, missing javadocs)
|
2019-08-25 13:09:20 +12:00 |
Stzx
|
672025e0bf
|
Supplement changes.xml
|
2019-08-25 12:13:51 +12:00 |
Stzx
|
06aea7e74c
|
LANG-1475 Fix unwrap StringIndexOutOfBoundsException
When the string length is shorter than two, it should be returned directly without operation.
|
2019-08-25 12:12:06 +12:00 |
Bruno P. Kinoshita
|
e610367507
|
Merge pull request #439 from Stzx/master
Improvement JavaVersion get method
|
2019-08-25 10:54:10 +12:00 |
Bruno P. Kinoshita
|
094ee7ecbd
|
Merge pull request #425 from shenqioa/master
RandomUtils : comment error
|
2019-08-25 10:51:39 +12:00 |
Gary Gregory
|
5f2bf30ede
|
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
|
2019-08-22 22:49:53 -04:00 |
Gary Gregory
|
ea123dd82e
|
Use a stream instead of a loop.
|
2019-08-22 22:49:41 -04:00 |
Jochen Wiedmann
|
bc16e0109a
|
PR: LANG-1447
Added Functions.as* methods.
|
2019-08-22 22:09:11 +02:00 |
Gary Gregory
|
9c4d162fdc
|
Formatting.
|
2019-08-22 10:39:00 -04:00 |
Gary Gregory
|
b00777094f
|
Note build updates.
|
2019-08-22 10:35:08 -04:00 |
Gary Gregory
|
dbd4766cfd
|
Fix typo.
|
2019-08-22 10:33:29 -04:00 |
Gary Gregory
|
b1d01fecee
|
[LANG-1479] Add Range.fit(T) to fit a value into a range.
|
2019-08-22 10:33:05 -04:00 |
Gary Gregory
|
2f38c4b5a8
|
Sort members.
|
2019-08-21 22:47:13 -04:00 |
Gary Gregory
|
f67852e811
|
Sort members.
|
2019-08-21 22:45:05 -04:00 |
Bruno P. Kinoshita
|
2402e66a8c
|
[LANG-1476] Add changes.xml entry
|
2019-08-20 22:04:11 +12:00 |
emopers
|
d20e4f53af
|
[LANG-1476] Added sync for iterating over synced set
|
2019-08-20 22:04:11 +12:00 |
Bruno P. Kinoshita
|
3803405af7
|
[LANG-1460] Add changes.xml entry
|
2019-08-20 21:55:03 +12:00 |
Larry West
|
51b32122f9
|
[LANG-1460] release-history.xml: correct release year for v3.9
For v3.9, it had 2018-04-09, which should be 2019-04-09.
|
2019-08-20 21:54:56 +12:00 |
pascalschumacher
|
b27f6d5c1c
|
Range: Remove trailing spaces.
|
2019-08-20 07:44:24 +02:00 |
Gary Gregory
|
0bb850ca77
|
Javadoc.
|
2019-08-19 16:07:41 -07:00 |
Gary Gregory
|
dac41b96d9
|
[LANG-1437] Remove redundant if statements in join methods #411.
|
2019-08-19 12:32:22 -07:00 |
Andrei Troie
|
eafdd08e20
|
LANG-1437: Remove redundant if statements in join methods (#411)
|
2019-08-19 12:30:22 -07:00 |
Stzx
|
c2b082b54a
|
Improvement JavaVersion get method
When nom is null, return directly without unnecessary judgment.
|
2019-08-17 13:28:01 +08:00 |
Sebb
|
add397b177
|
LANG-1472: Javadoc clearly needs clarification
|
2019-08-13 14:19:40 +01:00 |
Gary Gregory
|
765c56344e
|
Fix the site's source repository link.
|
2019-07-21 16:53:48 -04:00 |
Gary Gregory
|
f989297b5b
|
Fix the site's source repository link.
|
2019-07-20 20:45:58 -04:00 |
Gary Gregory
|
67d4f42b11
|
Fix documentation of Java version from "8.0" to "8".
|
2019-07-18 10:09:55 -04:00 |
Gary Gregory
|
7eda9463c1
|
[LANG-170] Add ArrayUtils.addFirst() methods.
|
2019-07-17 12:35:06 -04:00 |
Gary Gregory
|
a929004b21
|
Fix typo.
|
2019-07-17 08:53:52 -04:00 |
Gary Gregory
|
715051e086
|
Replace Apache HTTP URL with HTTPS version.
|
2019-07-07 10:33:13 -04:00 |
Gary Gregory
|
9d80ec0340
|
Use HTTPS to access Apache resources.
|
2019-07-06 21:01:52 -04:00 |
Gary Gregory
|
2288b0ff2c
|
Use HTTPS to access Apache resources.
|
2019-07-06 20:47:34 -04:00 |
Gary Gregory
|
d21a59baa5
|
Use HTTPS links to commons.apache.org.
|
2019-07-04 10:46:19 -04:00 |
Gary Gregory
|
5b67c26649
|
[LANG-1467] Add zero arg constructor for
org.apache.commons.lang3.NotImplementedException.</action>
|
2019-06-24 11:19:49 -04:00 |
Gary Gregory
|
dc2953e5e4
|
Name "Apache Commons" in page title.
|
2019-06-06 10:10:59 -04:00 |
Gary Gregory
|
5c98ab1f94
|
Remove unused import (checkstyle).
|
2019-06-04 10:47:56 -04:00 |
Gary Gregory
|
5509c425b4
|
Remove trailing white spaces on all lines.
|
2019-06-04 08:26:47 -04:00 |
Gary Gregory
|
465e6becd8
|
[LANG-1461] Add null-safe StringUtils APIs to wrap
String#getBytes([Charset|String]).</action>
Also fix Javadoc on Java 13 EA 23.
|
2019-06-03 12:20:56 -04:00 |
Gary Gregory
|
e5e1339e44
|
[LANG-1461] Add null-safe StringUtils APIs to wrap
String#getBytes([Charset|String]).</action>
|
2019-06-03 12:00:13 -04:00 |
Gary Gregory
|
1dd511132f
|
Sort members and clean up comments.
|
2019-06-03 11:12:41 -04:00 |
Gary Gregory
|
10b13b76ed
|
Sort members.
|
2019-06-03 10:47:45 -04:00 |
Gary Gregory
|
b20442f4db
|
Sort members.
|
2019-06-03 10:19:34 -04:00 |
Gary Gregory
|
7ddbace445
|
Format tweaks.
|
2019-05-28 07:39:24 -04:00 |
zgpworking
|
48b6d5e624
|
end parameter should be exclusive
|
2019-05-26 19:06:49 +08:00 |
zgpworking
|
0abcf0d32b
|
Modify the error comment
|
2019-05-26 18:58:56 +08:00 |
Gary Gregory
|
c0f5853081
|
- Add testToSplitString()
- Use topWatch.createStarted();
|
2019-05-21 08:41:36 -04:00 |
Gary Gregory
|
969cd66e3f
|
Sort methods.
|
2019-05-21 08:37:13 -04:00 |
Gary Gregory
|
3a6f20615b
|
Document empty block.
|
2019-05-21 08:36:44 -04:00 |