Open-sourcing Facebook Infer: Identify bugs before you ship
code.facebook.com
Open-sourcing Facebook Infer: Identify bugs before you ship
1–10 of 121 posts
Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#2Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#3The kinds of bugs it finds are listed at: http://fbinfer.com/docs/infer-bug-types.html
It's interesting to see how building tools with languages like OCaml can reduce bugs for teams, without them having to change the language itself. I do wonder what things would be like if such languages we're used directly more widely.
Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#4Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#5Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#6Seems like mentioning the sorts of bugs this can detect should be the most important thing on the landing page.
Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#7Seems like mentioning the sorts of bugs this can detect should be the most important thing on the landing page.
Did you mean you were looking for something more specific?
Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#8Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#9Seems like mentioning the sorts of bugs this can detect should be the most important thing on the landing page.
For Java, it's Resource leaks and Null dereferences
For C and Objective C, the list is Resource leak Memory leak Null dereference Parameter not null checked Ivar not null checked Premature nil termination argument
Re: Open-sourcing Facebook Infer: Identify bugs before you ship
#10I assume it can also be used for java server side code?