summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Gilbert <david.gilbert@object-refinery.com>2005-10-24 10:04:21 +0000
committerDavid Gilbert <david.gilbert@object-refinery.com>2005-10-24 10:04:21 +0000
commit48748d5783dc0a108fa6579c18570b88efe8fdeb (patch)
treeb0522285d13edd9fa52af5ad0f9c9f84dba8c608 /ChangeLog
parent8b26fe5f6944282b0d73bbaf41c087632d756d03 (diff)
downloadclasspath-48748d5783dc0a108fa6579c18570b88efe8fdeb.tar.gz
2005-10-24 David Gilbert <david.gilbert@object-refinery.com>
* java/text/AttributedString.java (AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[])): renamed arguments, and updated IllegalArgumentException check, (addAttribute(AttrubytedCharacterIterator.Attribute, Object, int, int)): likewise, (addAttributes(Map, int, int)): changed IllegalArgumentException to NullPointerException, and modified check for illegal range, * java/text/AttributedStringIterator.java (getRunLimit(Set)): reimplemented, (getRunStart): added API docs, (getRunStart(AttributedCharacterIterator.Attribute)): handle null argument as a special case, (getRunStart(Set)): reimplemented, (getAttribute(AttributedCharacterIterator.Attribute, int)): new private method, (getAttribute(AttributedCharacterIterator.Attribute)): reimplemented using new private method. * java/text/CharacterIterator.java: minor API doc fix. ----------------------------------------------------------------------
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fbeaddd9..75e1527a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2005-10-24 David Gilbert <david.gilbert@object-refinery.com>
+
+ * java/text/AttributedString.java
+ (AttributedString(AttributedCharacterIterator, int, int,
+ AttributedCharacterIterator.Attribute[])): renamed arguments, and
+ updated IllegalArgumentException check,
+ (addAttribute(AttrubytedCharacterIterator.Attribute, Object, int,
+ int)): likewise,
+ (addAttributes(Map, int, int)): changed IllegalArgumentException to
+ NullPointerException, and modified check for illegal range,
+ * java/text/AttributedStringIterator.java
+ (getRunLimit(Set)): reimplemented,
+ (getRunStart): added API docs,
+ (getRunStart(AttributedCharacterIterator.Attribute)): handle null
+ argument as a special case,
+ (getRunStart(Set)): reimplemented,
+ (getAttribute(AttributedCharacterIterator.Attribute, int)): new
+ private method,
+ (getAttribute(AttributedCharacterIterator.Attribute)): reimplemented
+ using new private method.
+ * java/text/CharacterIterator.java: minor API doc fix.
+
2005-10-24 Roman Kennke <kennke@aicas.com>
Fixes Bug #24359