Commit Graph

1320 Commits (17a3bec2caee6c9974d696ee617517993557b66c)

Author SHA1 Message Date
Ezgi Çiçek b57ccc3364 [cost] Remove expensive modeling for Provider.get 4 years ago
Xiaoyu Liu 285ddb4a98 Infer# integration () 4 years ago
Ezgi Çiçek 802dce02d1 [cost] Model Collection's containsAll 4 years ago
Ezgi Çiçek 0a517db238 [cost] Model Collection's contains 4 years ago
Gabriela Cunha Sampaio be39e74bd4 [pulse] Modeling checkState and checkArgument 4 years ago
Gabriela Cunha Sampaio e04f0a0ffa [pulse] Modeling checkNotNull function 4 years ago
Gabriela Cunha Sampaio 549954cb97 [pulse] Suppress Pulse NPE reports on @Nullsafe 4 years ago
Gabriela Cunha Sampaio 27acb0fe4e [pulse] Modeling Java Integer class 4 years ago
Gabriela Cunha Sampaio e6d50837ba Renaming Java tests in Pulse 4 years ago
Gabriela Cunha Sampaio 9362b22317 Copying Java biabduction tests into Pulse 4 years ago
Gabriela Cunha Sampaio caa8bd0e39 Renaming biabduction Java tests 4 years ago
Ezgi Çiçek 34eb8ebafb [cost] Model Map.containsValue 4 years ago
Artem Pianykh 3aaf1de4f7 [java] Support Ultralight synthetic names 4 years ago
Artem Pianykh edc8754727 [nullsafe] Fix behaviour of --no-nullsafe-optimistic-third-party-in-default-mode 4 years ago
Ezgi Çiçek d02f0b322e [cost] Record zero operation cost for procedures that simply throw 4 years ago
Ezgi Çiçek 731b632632 [cost] Procedures with empty body gets 0 cost 4 years ago
Ezgi Çiçek da950064d2 Add ability to skip translation with negation (source doesn't contain) 4 years ago
Radu Grigore f8aa139b88 [topl] Be more precise in extracting summaries. 4 years ago
Radu Grigore 3478a8828f [topl] Added limits, to avoid high runtimes in corner-cases. 4 years ago
Ezgi Çiçek b46433642c [immutability] Add a new experimental immutability analysis 4 years ago
Ezgi Çiçek 11141cb100 [impurity] Collect all accesses 4 years ago
Nikos Gorogiannis 0105f280a3 [racerd] consider ownership of interface calls 4 years ago
Radu Grigore e00dbe46b1 [topl] Got rid of quadratic runtime for long methods. 4 years ago
Radu Grigore d652e22a0a [topl] Don't bubble up errors. 4 years ago
Radu Grigore d3ff423bb1 [topl] Don't put trivial large steps in trace. 4 years ago
Radu Grigore c829db4964 [topl] Fixed an eggregious performance issue (repeated summaries). 4 years ago
Radu Grigore 59daa1f022 [topl] Added the ArrayWrite event type. 4 years ago
Radu Grigore 33071b82b5 [topl] Interprocedural analysis (in Pulse) 4 years ago
Radu Grigore 206686718f [topl] Report error traces 4 years ago
Mitya Lyubarskiy c6a33c88b7 [nullsafe] Prettier error rendering for untrusted values 4 years ago
Mitya Lyubarskiy 79d65a83df [nullsafe] Record correct param index in json 4 years ago
Nikos Gorogiannis e36463959c [starvation] acquisitions mod location 4 years ago
Mitya Lyubarskiy 218bb81885 [nullsafe] Store inconsistent subclass param index in json output 4 years ago
Mitya Lyubarskiy c3f1ff0386 [nullsafe] Store field name in output json 4 years ago
Mitya Lyubarskiy 52ec2e5009 [nullsafe][annotation graph] Add test case for annotation graph 4 years ago
Artem Pianykh 1eb3d688be [java] Support human readable issues types in @SuppressLint 4 years ago
Mitya Lyubarskiy dc16825ba7 [nullsafe][annotation graph] Support `Object.equals()` 4 years ago
Mitya Lyubarskiy 192de51707 [nullsafe][annotation graph] Account for virtual params 4 years ago
Mitya Lyubarskiy dc667bec0f [nullsafe][annotation graph] Snapshot test for annotation graph 4 years ago
Artem Pianykh 816af4a355 [java][reporting] @SuppressLint now blocks _only_ specified issue types 4 years ago
Sungkeun Cho 198c700e87 [cost] Add an option printing/suppressing function pointers in cost 5 years ago
Ezgi Çiçek 2679bb0b61 [inferbo] Add model for `String.valueOf(char[])` 5 years ago
Jules Villard 7fdb33b710 [pulse] report errors only when the PRUNE nodes along the path are true 5 years ago
Ezgi Çiçek 980f110156 [cost] Add naive model for forEach 5 years ago
Mitya Lyubarskiy 506907568b [nullsafe] Store information about nullable method calls as part of issue json 5 years ago
Nikos Gorogiannis 63586d98df [starvation] make analysis work with sil instead of hil 5 years ago
Mitya Lyubarskiy b019143577 [nullsafe] Record relevant third party method in case of bad param passed. 5 years ago
Mitya Lyubarskiy bc4b1882dc [nullsafe] Add a field to jsonbug_t: unvetted third party methods 5 years ago
Mitya Lyubarskiy ee0b62b958 [nullsafe] Always output `nullsafe_extra` to the result json 5 years ago
Ezgi Çiçek 22e25fda76 [inferbo] Ignore symbolic values in ranges when upper bound is constant 5 years ago