Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2015109 | 1.2.0 | Brian Beck | P4 | Resolved | Fixed | 1.2beta3 |
I happened to notice these methods in Locale, which should be removed:
private boolean matches(Locale other)
private int getLCID()
Neither method is referenced anywhere and both are private.
Also, there is another FIXME comment in this file (Locale.java).
jonathan.locke@Eng 1997-05-03
private boolean matches(Locale other)
private int getLCID()
Neither method is referenced anywhere and both are private.
Also, there is another FIXME comment in this file (Locale.java).
jonathan.locke@Eng 1997-05-03
- backported by
-
JDK-2015109 Unreferenced private methods in Locale should be removed
- Resolved