- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    7
- 
        b01
- 
        generic
- 
        generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-2211561 | 7u4 | Yuka Kamiya | P4 | Closed | Fixed | b02 | 
                    The text part of java.text.Bidi.toString() output is wrong. The first char and its level are displayed twice.
Other things to be changed:
- StringBuilder should be used instead of StringBuffer.
- avoid string concatenation in append(), such as buf.append("[dir: " + direction).
            
Other things to be changed:
- StringBuilder should be used instead of StringBuffer.
- avoid string concatenation in append(), such as buf.append("[dir: " + direction).
- backported by
- 
                    JDK-2211561 java.text.Bidi.toString() output is wrong -           
- Closed
 
-