Bug 22796 - fix for bug #10908 introduced regression
Summary: fix for bug #10908 introduced regression
Status: RESOLVED FIXED
Alias: None
Product: classpath
Classification: Unclassified
Component: classpath (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 00:09 UTC by from-classpath
Modified: 2005-07-23 22:54 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description from-classpath 2004-11-08 00:09:52 UTC
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-classpath 2004-11-08 00:11:42 UTC
patch is available.

Letting this 'in process' until mauve test is written.
Comment 2 from-classpath 2004-11-08 01:19:12 UTC
mauve tests written. closing and going to bed :)
Comment 3 from-classpath 2005-04-15 12:49:28 UTC
Forgot to mark this as fixed.