Call methods with unsupported 'java.time.temporal.ChronoUnit' and 'java.time.temporal.ChronoField'
Reports java.time
method calls (get()
, getLong()
, with()
, plus()
, minus()
) with unsupported java.time.temporal.ChronoField
or java.time.temporal.ChronoUnit
enum constants as arguments. Such calls will throw a UnsupportedTemporalTypeException
at runtime.
Example:
LocalTime localTime = LocalTime.now();
int year = localTime.get(ChronoField.YEAR);
New in 2023.2
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Java, 233.SNAPSHOT |
Last modified: 13 July 2023