Such literals may be confusing, and violate several coding standards.
Example:
double d = .03;
After the quick-fix is applied:
double d = 0.03;
Use the Ignore floating point literals in scientific notation option to ignore floating point numbers in scientific notation.