This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r123873 - in /trunk/libjava/classpath: ChangeLo...


Author: aph
Date: Mon Apr 16 15:50:03 2007
New Revision: 123873

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123873
Log:
2007-04-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>

        * javax/management/ObjectName.java:
        (parse(String)): Catch multiple wildcards,
        initialise with an empty string (so null isn't
        appended), and emit comma even when wildcard
        ends the list.
        (checkComponents()): Catch newlines.
        (quote(String)): Handle newlines and quotes
        correctly.


Modified:
    trunk/libjava/classpath/ChangeLog
    trunk/libjava/classpath/javax/management/ObjectName.java
    trunk/libjava/classpath/lib/javax/management/ObjectName.class


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]