Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2124375 | 5.0u4 | Yuka Kamiya | P3 | Closed | Won't Fix |
The following methods has been added in java.text.BreakIterator class since Tiger:
protected static long getLong(byte[] buf, int offset);
protected static int getInt(byte[] buf, int offset);
protected static short getShort(byte[] buf, int offset);
They are just utility methods, and should not have been public.
###@###.### 2005-03-18 17:47:15 GMT
protected static long getLong(byte[] buf, int offset);
protected static int getInt(byte[] buf, int offset);
protected static short getShort(byte[] buf, int offset);
They are just utility methods, and should not have been public.
###@###.### 2005-03-18 17:47:15 GMT
- backported by
-
JDK-2124375 Methods in BreakIterator were mistakenly made public in 1.5
-
- Closed
-