This website works better with JavaScript.
Explore
Help
Sign In
pghs975uc
/
infer_clone
Watch
1
Star
0
Fork
You've already forked infer_clone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aa2f420ac8
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'aa2f420ac8'
${ noResults }
infer_clone
/
infer
/
tests
/
codetoanalyze
/
java
/
nullsafe
/
third-party-signatures
/
java.sig
3 lines
83 B
Raw
Normal View
History
Unescape
Escape
[nullsafe] Add a FP test for null-checking assignment result Summary: Nullability of the assignment result is not refined in code snippets like: ``` while ((a = foo.getA()) != null) { nonNullableVal = a; } ``` Let's add a test for this. Reviewed By: jvillard Differential Revision: D22136218 fbshipit-source-id: 206c368d6
5 years ago
java.
lang.
String
#concat
(
java.
lang.
String
)
java.
lang.
Throwable
#getCause
(
)
@
Nullable