Cast to 'float' can be 'float' literal
Reports double
literal expressions that are immediately cast to float
.
Such literal expressions can be replaced with equivalent float
literals.
Example:
float f = (float)1.1;
After the quick-fix is applied:
float f = 1.1f;
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Java, 233.SNAPSHOT |
Last modified: 13 July 2023