java.lang.Math
java.lang.StrictMath
Example:
double v = Math.sin(0.0);
After the quick-fix is applied:
double v = 0.0;