8759 – java.beans.Introspector has no flushCaches() or flushFromCaches() methods (original) (raw)
| Description Gary Benson 2002-11-29 10:36:01 UTC java.beans.Introspector has no flushCaches() or flushFromCaches() methods. Release: gcc-3.2 Environment: Red Hat Linux 8.0 Comment 1 Gary Benson 2002-11-29 10:36:01 UTC Fix: The attached patch fixes. Comment 2 Tom Tromey 2002-11-29 20:34:53 UTC Responsible-Changed-From-To: unassigned->tromey Responsible-Changed-Why: I'm handling this. Comment 3 Tom Tromey 2002-11-29 20:34:53 UTC State-Changed-From-To: open->closed State-Changed-Why: Thanks, I'm checking in your patch. Comment 4 Tom Tromey 2002-11-30 04:41:59 UTC From: tromey@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: libgcj/8759 Date: 30 Nov 2002 04:41:59 -0000 CVSROOT: /cvs/gcc Module name: gcc Changes by: tromey@gcc.gnu.org 2002-11-29 20:41:59 Modified files: libjava : ChangeLog libjava/java/beans: Introspector.java Log message: 2002-11-29 Gary Benson <gbenson@redhat.com> For PR libgcj/8759: * java/beans/Introspector.java (flushCaches): New method. (flushFromCaches): Likewise. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1567&r2=1.1568 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/beans/Introspector.java.diff?cvsroot=gcc&r1=1.3&r2=1.4 | | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |