-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P3
-
Affects Version/s: 7, 8, 11, 14, 15, 16
-
Component/s: client-libs
javax.swing.JPasswordField.getText() has been deprecated since JDK 1.2.
No applications should be using it. Returning a password in String format is bad coding.
javax.swing.JPasswordField.getText(int offs, int len) also needs to be removed.
No applications should be using it. Returning a password in String format is bad coding.
javax.swing.JPasswordField.getText(int offs, int len) also needs to be removed.
- links to