Java 10
- Local variable type can be omitted
Reports local variable types that can be inferred from context and replaced with var.
- Variable type can be explicit
Reports local variables of the var type that can be replaced with an explicit type.
Last modified: 30 June 2026