Bug 8759 - java.beans.Introspector has no flushCaches() or flushFromCaches() methods
Summary: java.beans.Introspector has no flushCaches() or flushFromCaches() methods
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 3.2
: P3 normal
Target Milestone: ---
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-29 10:36 UTC by Gary Benson
Modified: 2003-07-25 17:33 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
gcc32-beans.Introspector.patch (437 bytes, application/octet-stream)
2003-05-21 15:17 UTC, Gary Benson
Details

Note You need to log in before you can comment on or make changes to this bug.
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