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: 11 September 2024
Reports redundant local variable types.
Reports local variables of the var type that can be replaced with an explicit type.