[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/27595] PlainDocument.replace() does not invoke insertString
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug swing/27595] PlainDocument.replace() does not invoke insertString |
Date: |
13 May 2006 23:13:54 -0000 |
------- Comment #1 from cvs-commit at developer dot classpath dot org
2006-05-13 23:13 -------
Subject: Bug 27595
CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Robert Schuster <address@hidden> 06/05/13
23:11:13
Modified files:
javax/swing/text: AbstractDocument.java
. : ChangeLog
Log message:
Fixes PR #27595.
2006-05-14 Robert Schuster <address@hidden>
* javax/swing/text/AbstractDocument.java:
(insertString): Flipped if-expression and its blocks.
(remove): Dito.
(replace): Flipped if-expression and its blocks, added note, invoke
insertString and remove instead of insertStringImpl and removeImpl.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/text/AbstractDocument.java.diff?tr1=1.56&tr2=1.57&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7394&tr2=1.7395&r1=text&r2=text
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27595