aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/concurrent
AgeCommit message (Expand)Author
2022-10-03Reuse constantGary Gregory
2022-08-21CheckstyleGary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-30Organize importsGary Gregory
2022-04-03No need to use the java.lang package name in Javadoc references.Gary Gregory
2022-04-03Fomrat tweak.Gary Gregory
2022-04-03CheckstyleGary Gregory
2022-04-03Javadoc.Gary Gregory
2022-03-21Add Memoizer(Function) and Memoizer(Function, boolean).Gary Gregory
2022-03-21Refactor to create the mapping function once.Gary Gregory
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2021-09-01Extract a map method.Gary Gregory
2021-09-01Use final, valueOf(), lambdas.Gary Gregory
2021-08-30Refactorings; reuse UncheckedFuture.Gary Gregory
2021-08-29Better internal name.Gary Gregory
2021-08-29Fix internal name.Gary Gregory
2021-08-29Add UncheckedFuture.Gary Gregory
2021-08-13Add and use ThreadUtils.sleepQuietly(long).Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-02-21Add and use Duration in APIs.Gary Gregory
2021-02-02Use the scale in names.Gary Gregory
2021-02-02Use the scale in the var name.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-08-14Simplify lambdas.Gary Gregory
2020-07-23Format JUnit failure message. Tweaks.Gary Gregory
2020-07-23Reduce wait time in test.Gary Gregory
2020-07-23Better names in test. Use final. Sort members.Gary Gregory
2020-07-11Whitespace and lambda clean ups.Gary Gregory
2020-07-11Redo this class after Rob Tompkins found a bug.Gary Gregory
2020-07-09Clean up after merge. Class rename and package rename did not comeGary Gregory
2020-07-09Stamped lock visitor (#559)Gary Gregory
2020-06-26JRE locks live in a ...concurrent.locks package so let's put our lockGary Gregory
2020-06-26Javadocs, imports.Gary Gregory
2020-06-26JRE locks live in a ...concurrent.lock package so let's put our lockGary Gregory
2020-06-26Adding Javadocs for the Locks.Lock class. Improvements in the test suite.Jochen Wiedmann
2020-06-24Use final.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2020-06-19Better method names.Gary Gregory
2020-06-18Tests are public by convention on Commons Lang.Gary Gregory
2020-06-18Remove redundant importaherbert
2020-06-17We have a concurrent package, and JRE locks live in a similar package,Gary Gregory
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-14Use final.Gary Gregory
2019-12-26Use Collection#toArray(new T[0]) instead of a presized array as it is faster ...pascalschumacher
2019-05-01Revert "[LANG-1455] Add a DaemonThreadFactory.</action>"Gary Gregory
2019-05-01[LANG-1455] Add a DaemonThreadFactory.</action>Gary Gregory
2018-10-26Remove unused test codepascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-13Use assertTrue/assertFalse instead of reimplementing themAllon Mureinik