3
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use Optional and get rid of unchecked warnings
sruehl
as Sebastian Rühl
More... over 7 years ago
use a checked List to avoid injection of wrong types.
sruehl
as Sebastian Rühl
More... over 7 years ago
add private constructors to utility classes More... over 7 years ago
add @Overrides More... over 7 years ago
add @Overrides More... over 7 years ago
unneeded import More... over 7 years ago
add @Overrides More... over 7 years ago
use isEmpty() More... over 7 years ago
use isEmpty() More... over 7 years ago
right order More... over 7 years ago
use isEmpty() More... over 7 years ago
unneeded import More... over 7 years ago
see https://www.ibm.com/developerworks/java/library/j-jtp05236/index.html?ca=drs-#2.1 More... over 7 years ago
implement double null check to avoid unnecessary waits
sruehl
as Sebastian Rühl
More... over 7 years ago
added some more top level boundaries und requests and responses
sruehl
as Sebastian Rühl
More... over 7 years ago
disable get response tests for now due to timing issues
sruehl
as Sebastian Rühl
More... over 7 years ago
refactored much common code to a abstract class
sruehl
as Sebastian Rühl
More... over 7 years ago
rename generic from REQUEST_TYPE to REQUEST_ITEM
sruehl
as Sebastian Rühl
More... over 7 years ago
added missing licences header
sruehl
as Sebastian Rühl
More... over 7 years ago
refactored common code of request and responses into abstract classes
sruehl
as Sebastian Rühl
More... over 7 years ago
get response from request as completable future as at access time the response might not be there yet.
sruehl
as Sebastian Rühl
More... over 7 years ago
Merge branch 'master' into assertj_migration
sruehl
as Sebastian Rühl
More... over 7 years ago
small pre-merge fixes.
sruehl
as Sebastian Rühl
More... over 7 years ago
added missing Objects.requireNonNull assertion
sruehl
as Sebastian Rühl
More... over 7 years ago
polished builders and code cleanup
sruehl
as Sebastian Rühl
More... over 7 years ago
implement actual typesafety into TypeSafePlc*
sruehl
as Sebastian Rühl
More... over 7 years ago
get rid of SinglePlc*
sruehl
as Sebastian Rühl
More... over 7 years ago
Deprecated SinglePlc*
sruehl
as Sebastian Rühl
More... over 7 years ago
Rename CheckedPlc* to TypeSafePlc*
sruehl
as Sebastian Rühl
More... over 7 years ago
get rid of BulkPlc*
sruehl
as Sebastian Rühl
More... over 7 years ago