commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #10938] fix for bug #10908 introduced regression


From: Robert Schuster
Subject: [commit-cp] [bugs #10938] fix for bug #10908 introduced regression
Date: Sun, 07 Nov 2004 19:17:35 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.3) Gecko/20040930

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #10938] Latest Modifications:

Changes by: 
                Robert Schuster <address@hidden>
'Date: 
                Mon 11/08/2004 at 00:11 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | In Process


------------------ Additional Follow-up Comments ----------------------------
patch is available.

Letting this 'in process' until mauve test is written.






/**************************************************************************/
[bugs #10938] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10938>
Project: classpath
Submitted by: Robert Schuster
On: Mon 11/08/2004 at 00:09

Category:  classpath
Severity:  5 - Average
Resolution:  None
Privacy:  Public
Assigned to:  rschuster
Status:  In Process
Platform Version:  None


Summary:  fix for bug #10908 introduced regression

Original Submission:  the fix for bug #10908 discards static methods in a way 
that they do not appear as MethodDescriptor in BeanInfo instances any more.

example:
BeanInfo bi = Introspector.getBeanInfo(Beans.class);
MethodDescriptor[] mds = bi.getMethodDescriptors();

mds should contain methods like Beans.isGuiAvailable() but does not.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 11/08/2004 at 00:11       By: Robert Schuster <rschuster>
patch is available.

Letting this 'in process' until mauve test is written.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10938>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]