-
Bug
-
Resolution: Won't Fix
-
P3
-
7, 8, 11, 14, 15, 16
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