classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] Introspector.getBeanInfo(class, int)


From: Aaron Luchko
Subject: Re: [cp-patches] Introspector.getBeanInfo(class, int)
Date: Wed, 10 Aug 2005 14:08:49 -0400

On Wed, 2005-08-10 at 10:49 -0600, Tom Tromey wrote:
> >>>>> "Aaron" == Aaron Luchko <address@hidden> writes:
> 
> Aaron> My understanding from that is USE_ALL_BEANINFO is equivalent to just
> Aaron> getBeanInfo(class). IGNORE_IMMEDIATE_BEANINFO would I guess be BeanInfo
> Aaron> on all the superclasses but not the class itself. 
> IGNORE_ALL_BEANINFO...
> Aaron> BeanInfo with nothing???
> 
> Yeah, I don't know about IGNORE_ALL_BEANINFO.
> 
> Aaron> Either way whatever combination of beans and flags I try I'm getting
> Aaron> exactly the same results and I can't tell what, if anything, these 
> flags
> Aaron> are doing.
> 
> One approach might be to see if you can find code out there that uses
> these flags, and work backward from there.

I've searched google high and low and the only code I could find is the
eclipse class which uses it and is the reason I'm trying to implement it
in the first place (btw this link is to EPL'd code) .
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java?cvsroot=Tools_Project

I'm not sure what they're doing with it there and still can't uncover
any differences.

Aaron





reply via email to

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