RFE: Find Usages Alt+F7 should also find bindings

The context menu function "Find Usages" should also return all bindings for a bean property when executed on a getter/setter method.It is difficult to find out where e.g. a session bean property is used.Or is there an easy way to find out?Juergen
[274 byte] By [bookon] at [2007-11-26 9:37:34]
# 1
you can see the beans' properties :1.go to Projects tab2.select XXX Bean3. XXBean14. under Fields, right click the beans node, select Properties
lucylucy at 2007-7-7 0:31:18 > top of Java-index,Development Tools,Java Tools...
# 2

> you can see the beans' properties :

> 1.go to Projects tab

> 2.select XXX Bean

> 3. XXBean1

> 4. under Fields, right click the beans node, select

> Properties

That's not what I meant.

I use SessionBean1 fields(=bean properties) in several pages. Now it would be nice to just to right klick on a field to get a list of pages & components where this field is bound to. At the moment I have to go through all pages manually.

Juergen

bookon at 2007-7-7 0:31:18 > top of Java-index,Development Tools,Java Tools...
# 3
I agree, Juergen. Do you know if this has been made into a feature request?
elkhornbob at 2007-7-7 0:31:18 > top of Java-index,Development Tools,Java Tools...