-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instanceof argument checking methods to KiwiPreconditions (#982)
* Add checkArgumentInstanceOf with three standard variants * Add checkArgumentNotInstanceOf with three standard variants * Suppress several "data flow" issues when IntelliJ can detect that a method "always fails according to its contracts" because that's what we're verifying here * Minor grammar cleanup in javadocs Closes #980
- Loading branch information
1 parent
1d6a832
commit 0dec1b3
Showing
2 changed files
with
278 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.