Technically Feasible

Retrofitting null-safety onto Java at Meta

on engineering.fb.com

Null dereferencing is a common type of programming error in Java. On Android, NullPointerException (NPE) errors are the largest cause of app crashes on Google Play.