bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22796] fix for bug #10908 introduced regression


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22796] fix for bug #10908 introduced regression
Date: 16 Oct 2005 01:27:15 -0000

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.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-11-08 
00:11 -------
patch is available.

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


------- Comment #2 from from-classpath at savannah dot gnu dot org  2004-11-08 
01:19 -------
mauve tests written. closing and going to bed :)


------- Comment #3 from from-classpath at savannah dot gnu dot org  2005-04-15 
12:49 -------
Forgot to mark this as fixed.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22796





reply via email to

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