-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
25
The JdkConsoleProvider interface defines the console method that accepts two Charset arguments, but all current usages invoke it with the same values. Each implementation redundantly reads the same Charset values from the arguments. These parameters are unnecessary and can be removed to simplify the interface and implementations.