Friday, June 12, 2015

A open source tool to detect bugs in Android and iOS apps before they ship - infer

A open source tool to detect bugs in Android and iOS apps before they ship - infer


What is Infer?

Infer is a static analysis tool - if you give Infer some Objective-C, Java, or C code, it produces a list of potential bugs.
Anyone can use Infer to intercept critical bugs before they have shipped to people's phones, and help prevent crashes or poor performance.

Features

Android and Java

Infer reports null pointer exceptions and resource leaks in Android and Java code.

iOS

In addition to this, it reports memory leak problems in iOS and C code.

Using Infer

Start with the Getting Started guide and our other docs to download and try Infer yourself.

If you are mistakenly took engineering course, then watch and enjoy this shortfilm :) he he he

Loading the player...

Testiku padikalla - Tamil comedy short film by engineering students. - Shortfundly

Swift Operators - Basic Part 3 (Range operators in swift)

Range Operators: Closed Range operators  Half-Open Range Operators One-Sided Ranges Closed Range Operators:  a...b It defines...