Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » trying to refactor access to an overloaded method
trying to refactor access to an overloaded method [message #110802] Mon, 27 October 2003 11:17 Go to next message
Eclipse UserFriend
Originally posted by: xxx.esg-gmbh.de

Hi all,

I've an extended JButton with an overloaded setPreferredSize method.
I would like to change this method and its clients.

Using the search facility will give me all clients accessing the base
class
method in JComponent as well.

Is there a way to see only the access to the overloaded method (I'm using
V2.1
for now)?

Thanks in advance
Wolfgang R.
Antwort: trying to refactor access to an overloaded method [message #110961 is a reply to message #110802] Mon, 27 October 2003 16:21 Go to previous message
Eclipse UserFriend
Originally posted by: xxx.esg-gmbh.de

Ok, I've just found a simple way.
Simply let the JButton derive from Object and after some
thousand errors reported I can look for the callers of my
method now.

Regards
Wolfgang R.
Previous Topic:How to implement protected code sections
Next Topic:disabling quick diff in M4
Goto Forum:
  


Current Time: Fri Oct 18 10:45:58 GMT 2024

Powered by FUDForum. Page generated in 0.03392 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top