-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimistic default for nil receivers of out-of-scope (e.g., generated…
… code) methods (#146) This PR adds optimistic default for nil receivers of out-of-scope (e.g., generated code) methods. Without this support, NilAway was observed to report false positives for nil-safe methods that were outside of NilAway's analysis scope.
- Loading branch information
1 parent
0ef3071
commit 2f6a74d
Showing
2 changed files
with
23 additions
and
6 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
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