Community
Participate
Working Groups
Build Identifier: I20100429-1549 DocumentCharacterIterator implements the CharSequence interface. CharSequence#toString()'s javadoc requires that it "Returns a string with the same characters in the same order as in this sequence". DocumentCharacterIterator does not implement toString() and instead inherits the one from Object, which returns something like "DocumentCharacterIterator@12341234". Reproducible: Always Steps to Reproduce: aDocumentChararterIterator.toString() should return a string with a portion of the document's content. It doesn't.
Will be fixed together with bug 334805.
Fixed in HEAD and cdt_7_0.