projects
/
commons-collections.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Bump Jacoco from 0.8.7 to 0.8.8
2022-04-21
Gary Gregory
Bump Jacoco from 0.8.7 to 0.8.8
commit
|
commitdiff
|
tree
2022-04-21
Gary Gregory
[COLLECTIONS-807] Upgraded org.junit.Test to
commit
|
commitdiff
|
tree
2022-04-15
Gary Gregory
Bump actions/setup-java from 2 to 3
commit
|
commitdiff
|
tree
2022-04-12
Gary Gregory
Bump actions/cache from 3 to 3.0.2
commit
|
commitdiff
|
tree
2022-03-06
Gary Gregory
[COLLECTIONS-777] Fully migrate to JUnit 5.
commit
|
commitdiff
|
tree
2022-03-06
Gary Gregory
Add missing Javadeoc tags.
commit
|
commitdiff
|
tree
2022-03-06
Gary Gregory
Remove extra whitespace.
commit
|
commitdiff
|
tree
2022-03-04
Gary Gregory
[COLLECTIONS-788] Use Java 8 and method reference....
commit
|
commitdiff
|
tree
2022-03-04
Gary Gregory
Use Java 8 and method reference. #274
commit
|
commitdiff
|
tree
2022-03-04
Gary Gregory
Simple syntax for array creation.
commit
|
commitdiff
|
tree
2022-03-04
Gary Gregory
Clean up tests.
commit
|
commitdiff
|
tree
2022-03-04
Gary Gregory
Use final.
commit
|
commitdiff
|
tree
2022-03-04
Gary Gregory
Merge branch 'master' of https://ggregory@gitbox.apache...
commit
|
commitdiff
|
tree
2022-03-04
Gary Gregory
Bump actions/checkout from 2 to 3 #285
commit
|
commitdiff
|
tree
2022-03-04
Gary Gregory
Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #286
commit
|
commitdiff
|
tree
2022-02-13
Gary Gregory
Remove unused import.
commit
|
commitdiff
|
tree
2022-02-13
Gary Gregory
Inline Collections.sort().
commit
|
commitdiff
|
tree
2022-02-13
Gary Gregory
Merge branch 'master' of https://gitbox.apache.org...
commit
|
commitdiff
|
tree
2022-02-13
Gary Gregory
Add singleton ObjectToStringComparator.INSTANCE.
commit
|
commitdiff
|
tree
2022-02-04
Gary Gregory
Bump checkstyle from 9.2.1 to 9.3 #277
commit
|
commitdiff
|
tree
2022-02-04
Gary Gregory
Update NOTICE file for 2022.
commit
|
commitdiff
|
tree
2022-02-03
Gary Gregory
Add CodeQL GitHub workflow.
commit
|
commitdiff
|
tree
2021-12-29
Gary Gregory
Run dependabot once a week.
commit
|
commitdiff
|
tree
2021-12-27
Gary Gregory
Bump checkstyle from 9.2 to 9.2.1 #271.
commit
|
commitdiff
|
tree
2021-12-23
Gary Gregory
Drop obsolete Travis build.
commit
|
commitdiff
|
tree
2021-09-28
Gary Gregory
Better unit test assertion.
commit
|
commitdiff
|
tree
2021-09-28
Gary Gregory
Update GitHub build from Java 16 to 17.
commit
|
commitdiff
|
tree
2021-09-28
Gary Gregory
Reimplement SortedProperties#keys() a la Java 8.
commit
|
commitdiff
|
tree
2021-09-28
Gary Gregory
Reimplement SortedProperties#keys() a la Java 8.
commit
|
commitdiff
|
tree
2021-09-28
Gary Gregory
Sort test members.
commit
|
commitdiff
|
tree
2021-09-28
Gary Gregory
Use final.
commit
|
commitdiff
|
tree
2021-09-28
Gary Gregory
Remove unused import.
commit
|
commitdiff
|
tree
2021-09-28
Gary Gregory
SortedProperties should sort entrySet() as well as...
commit
|
commitdiff
|
tree
2021-08-29
Gary Gregory
AdoptOpenJDK is moving to the Eclipse Foundation and...
commit
|
commitdiff
|
tree
2021-08-02
Gary Gregory
Bump commons.jacoco.version from 0.8.6 to 0.8.7.
commit
|
commitdiff
|
tree
2021-08-02
Gary Gregory
Set commons.release.version to current version.
commit
|
commitdiff
|
tree
2021-08-02
Gary Gregory
Merge branch 'master' of https://gitbox.apache.org...
commit
|
commitdiff
|
tree
2021-08-02
Gary Gregory
Bump checkstyle from 8.44 to 8.45 #245.
commit
|
commitdiff
|
tree
2021-08-02
Gary Gregory
Javadoc tweaks.
commit
|
commitdiff
|
tree
2021-08-02
Gary Gregory
Add ListUtils.getFirst() and getLast().
commit
|
commitdiff
|
tree
2021-08-02
Gary Gregory
Sort by type.
commit
|
commitdiff
|
tree
2021-08-02
Gary Gregory
Sort members.
commit
|
commitdiff
|
tree
2021-07-13
Gary Gregory
Update tests from commons-io:commons-io 2.10.0 to 2...
commit
|
commitdiff
|
tree
2021-07-10
Gary Gregory
Remove dead in-line comments.
commit
|
commitdiff
|
tree
2021-07-10
Gary Gregory
Use final.
commit
|
commitdiff
|
tree
2021-07-01
Gary Gregory
Update my developer entry.
commit
|
commitdiff
|
tree
2021-06-13
Gary Gregory
Update Apache Commons IO from 2.9.0 to 2.10.0.
commit
|
commitdiff
|
tree
2021-05-26
Gary Gregory
Update commons-io 2.8.0 -> 2.9.0.
commit
|
commitdiff
|
tree
2021-05-16
Gary Gregory
Add GitHub code of conduct page that points to the...
commit
|
commitdiff
|
tree
2021-03-17
Gary Gregory
Replace GitHub build for Java 15 with Java 16 and drop...
commit
|
commitdiff
|
tree
2021-03-05
Gary Gregory
No need to nest in else.
commit
|
commitdiff
|
tree
2021-02-28
Gary Gregory
Use varargs.
commit
|
commitdiff
|
tree
2021-02-28
Gary Gregory
Raise embedded if into parent if.
commit
|
commitdiff
|
tree
2021-02-28
Gary Gregory
Remove use of redundant String.substring() parameter.
commit
|
commitdiff
|
tree
2021-02-15
Gary Gregory
Remove trailing whitespace.
commit
|
commitdiff
|
tree
2021-02-15
Gary Gregory
Add INDEX_NOT_FOUND constant #210.
commit
|
commitdiff
|
tree
2021-02-03
Gary Gregory
[COLLECTIONS-779] Migrate assert to Assertions #209.
commit
|
commitdiff
|
tree
2021-02-02
Gary Gregory
Use the scale in the var name.
commit
|
commitdiff
|
tree
2021-01-29
Gary Gregory
Remove '_' from private names.
commit
|
commitdiff
|
tree
2021-01-17
Gary Gregory
Use isEmpty().
commit
|
commitdiff
|
tree
2021-01-17
Gary Gregory
Use isEmpty().
commit
|
commitdiff
|
tree
2021-01-17
Gary Gregory
Use isEmpty().
commit
|
commitdiff
|
tree
2021-01-17
Gary Gregory
Sort methods.
commit
|
commitdiff
|
tree
2021-01-16
Gary Gregory
Define and reuse constants.
commit
|
commitdiff
|
tree
2021-01-16
Gary Gregory
Minor Improvements #208.
commit
|
commitdiff
|
tree
2021-01-16
Gary Gregory
Bump checkstyle from 8.38 to 8.39 #204.
commit
|
commitdiff
|
tree
2021-01-11
Gary Gregory
Fix Checkstyle suppressions DTD link.
commit
|
commitdiff
|
tree
2021-01-11
Gary Gregory
Fix Checkstyle suppressions DTD link.
commit
|
commitdiff
|
tree
2021-01-11
Gary Gregory
Fix Checkstyle configuration DTD link.
commit
|
commitdiff
|
tree
2021-01-08
Gary Gregory
Collapse multiple identical catch clauses into one.
commit
|
commitdiff
|
tree
2020-12-31
Gary Gregory
Use caches.
commit
|
commitdiff
|
tree
2020-12-31
Gary Gregory
Use Character cache.
commit
|
commitdiff
|
tree
2020-12-30
Gary Gregory
Add Java 17-EA to the GitHub build.
commit
|
commitdiff
|
tree
2020-12-28
Gary Gregory
Fix typo erroring -> erring #202.
commit
|
commitdiff
|
tree
2020-12-28
Gary Gregory
Minor Improvements #203.
commit
|
commitdiff
|
tree
2020-12-05
Gary Gregory
Fix Checkstyle.
commit
|
commitdiff
|
tree
2020-12-05
Gary Gregory
[COLLECTIONS-775] CollectionUtilsTest.getFromMap()...
commit
|
commitdiff
|
tree
2020-12-05
Gary Gregory
Sort members.
commit
|
commitdiff
|
tree
2020-12-05
Gary Gregory
Break up test getFromMap() by map type.
commit
|
commitdiff
|
tree
2020-11-27
Gary Gregory
[COLLECTIONS-772] - Add private constructor to ArrayUtils...
commit
|
commitdiff
|
tree
2020-11-27
Gary Gregory
[COLLECTIONS-773] Add an assertion to validate ensureCapacit...
commit
|
commitdiff
|
tree
2020-11-27
Gary Gregory
xref with Jira.
commit
|
commitdiff
|
tree
2020-11-27
Gary Gregory
Merge branch 'master' of https://ggregory@gitbox.apache...
commit
|
commitdiff
|
tree
2020-11-27
Gary Gregory
Bump maven-antrun-plugin from 1.8 to 3.0.0 #170.
commit
|
commitdiff
|
tree
2020-11-26
Gary Gregory
Sort members.
commit
|
commitdiff
|
tree
2020-11-26
Gary Gregory
Remove dead comments.
commit
|
commitdiff
|
tree
2020-11-26
Gary Gregory
Remove dead comments.
commit
|
commitdiff
|
tree
2020-11-26
Gary Gregory
Sort members.
commit
|
commitdiff
|
tree
2020-11-21
Gary Gregory
Use a String instead of building one.
commit
|
commitdiff
|
tree
2020-11-21
Gary Gregory
Better number-string conversion.
commit
|
commitdiff
|
tree
2020-11-21
Gary Gregory
Redundant return.
commit
|
commitdiff
|
tree
2020-11-21
Gary Gregory
Use final.
commit
|
commitdiff
|
tree
2020-11-21
Gary Gregory
Use for-each.
commit
|
commitdiff
|
tree
2020-11-21
Gary Gregory
Use try-with-resource.
commit
|
commitdiff
|
tree
2020-11-21
Gary Gregory
Use final.
commit
|
commitdiff
|
tree
2020-11-21
Gary Gregory
Remove unused import.
commit
|
commitdiff
|
tree
2020-11-20
Gary Gregory
No need to initialize to default.
commit
|
commitdiff
|
tree
2020-11-20
Gary Gregory
Remove redundant calls to super().
commit
|
commitdiff
|
tree
2020-11-20
Gary Gregory
Remove useless null-check.
commit
|
commitdiff
|
tree
2020-11-20
Gary Gregory
Normalize spelling of 'Initialize'.
commit
|
commitdiff
|
tree
next