[infer][java] do no consider @OnBind as equivalent to @NoAllocation for the reachability checker

Reviewed By: jvillard

Differential Revision: D4415462

fbshipit-source-id: a416372
master
Jeremy Dubreil 8 years ago committed by Facebook Github Bot
parent 153ed5e5d9
commit 619c202bd6

@ -25,7 +25,7 @@ let src_snk_pairs () =
let specs =
[
([Annotations.performance_critical], Annotations.expensive);
([Annotations.no_allocation; Annotations.on_bind], dummy_constructor_annot);
([Annotations.no_allocation], dummy_constructor_annot);
([Annotations.any_thread; Annotations.for_non_ui_thread], Annotations.ui_thread);
([Annotations.ui_thread; Annotations.for_ui_thread], Annotations.for_non_ui_thread);
] in

Loading…
Cancel
Save