Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LANG-1593] Common behavior for StringUtils join APIs when called with char or String delimiter #784

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8e687c3
Failing test cases
HubertWo Jul 22, 2021
79b47b8
Fix for: long[]
HubertWo Jul 22, 2021
43a603e
Join: byte[] and boolean[]
HubertWo Jul 23, 2021
5ecaa66
Join: char[]
HubertWo Aug 4, 2021
4162096
Join: double[]
HubertWo Aug 4, 2021
05a4a17
Join: short[] and float[]
HubertWo Aug 4, 2021
e83115d
Code cleanup
HubertWo Aug 4, 2021
1719242
Removed disabled test
HubertWo Aug 4, 2021
8fc19c9
Code cleanup - method order
HubertWo Aug 4, 2021
b0f5bd3
Removed import of Streams.* and added missing join method for long[]
HubertWo Aug 4, 2021
d106a3f
Removed generic from method signatures
HubertWo Aug 4, 2021
aa208fd
Code cleanup
HubertWo Aug 4, 2021
b7a7d51
Removed toStringOrEmpty
HubertWo Aug 4, 2021
ae3325d
Test cases for null separator
HubertWo Aug 4, 2021
d235935
Test case for join char[] with null separator
HubertWo Aug 4, 2021
7d53cfa
JavaDoc
HubertWo Aug 4, 2021
feee787
JavaDoc
HubertWo Aug 4, 2021
ed64d9c
Fix: removed unused import
HubertWo Aug 4, 2021
b7693a3
Code review fix - remove useless parentheses
HubertWo Aug 5, 2021
ffe3177
Code review fix - brought back helper method
HubertWo Aug 5, 2021
170c7cb
Code review fix - Javadocs
HubertWo Aug 5, 2021
9c29274
Code review fix - added missing Javadocs
HubertWo Aug 5, 2021
3dc68c2
Merge branch 'apache:master' into fix/LANG-1593-join-string-delimiter
HubertWo Aug 17, 2021
f18c98e
Merge branch 'master' of github.com:HubertWo/commons-lang into fix/LA…
HubertWo Aug 19, 2021
5b1a23e
Fix: Javadoc - removed paragraph tag from first line
HubertWo Aug 22, 2021
bc156ae
Merge branch 'master' of github.com:HubertWo/commons-lang into fix/LA…
HubertWo Sep 3, 2021
26f3b05
Tests for StringUtils.join - null array, String separator
HubertWo Sep 3, 2021
554f8c7
Merge branch 'apache:master' into fix/LANG-1593-join-string-delimiter
HubertWo Oct 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading