Facebook has a tool that learns to fix bugs automatically?
1–5 of 5 posts
Re: Facebook has a tool that learns to fix bugs automatically?
#2Who fixes Getafix then?
Re: Facebook has a tool that learns to fix bugs automatically?
#3Direct link to official blog post: https://code.fb.com/developer-tools/getafix-how-facebook-too...
Re: Facebook has a tool that learns to fix bugs automatically?
#4If you have alot of copy pasted code this might work great if you fixed a bug in one place but not the 219 other ones.
Re: Facebook has a tool that learns to fix bugs automatically?
#5TL;DR, this is a tool that automatically adds "if (xx == null) return false" before code potentially throwing NullPointerExceptions.