Matthew Jin

Results 5 issues of Matthew Jin

Hello -- it seems that modifications made during April 2022 to PulseTaintOperations seem to be causing the analysis to crash in certain scenarios. Below is the stack trace. I did...

In the following simple piece of code: https://gist.github.com/matjin/0499c1c00c44394a4abbb21d50536aff Infer is unable to find the null dereference warning at line 18; interprocedural analysis is not executed. There is a warning at...

When analyzing certain .NET code, Infer ([version](https://github.com/facebook/infer/commit/baafc0f34a2273d52207ad7c86e5641edd1843a8)) seems to be associating the output of __instanceof with "this", as seen below: ![image](https://user-images.githubusercontent.com/38902361/137021341-47c8214b-d010-4aca-9fcb-3457f61d6a72.png) This can in turn create a false positive null...

For the following code: ``` static void expectNoError() throws IOException { String[] paths = new String[5]; if (paths.length < 5) { Object x = null; x.hashCode(); } } ``` We...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Package ecosystem maven ### Package manager version _No response_ ### Language version _No...

T: bug 🐞
L: java:maven