Java 10
- Local variable type can be omitted
Reports redundant local variable types.
- Variable type can be explicit
Reports local variables of the var type that can be replaced with an explicit type.
Last modified: 01 April 2025
Reports redundant local variable types.
Reports local variables of the var type that can be replaced with an explicit type.