Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » Finding references for specific parameter types
Finding references for specific parameter types [message #508059] Fri, 15 January 2010 12:28 Go to previous message
breako  is currently offline breako
Messages: 57
Registered: July 2009
Member
Suppose I have a generic method that accepts as Parameter Type T for example:

public <T extends Animal> void add(T animal) {
...
}

And I have various types of Animal, Cat, Dog etc.

I want to see in Eclipse not just anytime add() is called, but anytime add is called for the type Cat and anytime add is called for the type Dog? Is there any way to do this? Or is there anytype of plugin that will do it?

Thanks.
 
Read Message
Read Message
Previous Topic:Symbian Foundation interest in JSDT proposal
Next Topic:Can multiple contexts be associated with a single Dynamic Web Project?
Goto Forum:
  


Current Time: Fri May 24 19:35:08 EDT 2013

Powered by FUDForum. Page generated in 0.01982 seconds