0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix missing while around wait in Semaphore, with test. More... over 21 years ago
A bit of cleaning. More... over 21 years ago
Make thread groups and names more explicit in tests. More... over 21 years ago
Update discussion of caveats. More... over 21 years ago
Remove old code snippet. More... over 21 years ago
Ant targets for distribution. More... over 21 years ago
Include thread and action name in assertions. More... over 21 years ago
Tests for assertion messages. More... over 21 years ago
Solve unexpected blocking problem by considering a thread to be running if it is blocked but the lock owner is not in this thread group. More... over 21 years ago
Put TestThreads into a ThreadGroup. Digging deeper with ThreadInfo. More... over 21 years ago
Turn initiateAction into a full rendezvous. Doesn't seem to help, but seems reasonable. Probably will disappear since it's probably just unnecessary complexity. More... over 21 years ago
Declare all tests to throw Exception. More... over 21 years ago
Move setup stuff into start. It seems to make more sense here, but doesn't actually improve any behavior. More... over 21 years ago
A heavyweight test uncovering intermittent failures, and priority fiddling to minimize (but not yet eliminate) those failures. More... over 21 years ago
Updating TODOs. More... over 21 years ago
Added section about code review and static analysis. More... over 21 years ago
Eliminated duplication between BrokenBoundedBufferTest and FixedBoundedBufferTest. More... over 21 years ago
Forgot to check this off. More... over 21 years ago
Note BoundedBuffer test and fix on home page. More... over 21 years ago
Introduced FixedBoundedBuffer with the bug tested and fixed. More... over 21 years ago
Convenience methods for use with checkpoint. More... over 21 years ago
Introduced checkpoint for even trickier tests. Finally wrote a test for the BoundedBuffer bug. More... over 21 years ago
Introduced kill method to cleanly stop a TestThread. More... over 21 years ago
Moved examples to subpackage. More... over 21 years ago
Removed unused imports, and renamed a couple of variables. More... over 21 years ago
Get rid of redundant lock object in Semaphore. More... over 21 years ago
Get rid of now-unused time-wait stuff in Semaphore. More... over 21 years ago
Presume ordering is deterministic. More... over 21 years ago
Note caveats and examples on home page. More... over 21 years ago
Test case forcing use of notifyAll in releaseRead. More... over 21 years ago