Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Refactor/rename does not bring up any dialog box (?)
Refactor/rename does not bring up any dialog box (?) [message #75429] Mon, 14 July 2003 10:15 Go to next message
Eclipse UserFriend
Originally posted by: g.olgeni.colby.it

Hi there,

Looking for more help...

I was poking around refactoring in the freebsd eclipse port (2.1.1), and
noticed that Refactor/Rename does not bring up any dialog box when I
select it over any source code identifier. No error message shows up on
eclipse's stdout.

If I bring it up on a comment it will properly complain about needing to
choose an identifier, so the option is actually calling some code :-)

Doing the same on 2.1.1 (win32 binary release) makes the rename dialog
appear (and I'm using the same sample source code).

Every other refactoring option seems to work just fine... The same
happened on 2.1... what could it be?

--
jimmy
Re: Refactor/rename does not bring up any dialog box (?) [message #75446 is a reply to message #75429] Mon, 14 July 2003 10:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: adam_kiezun.ch.ibm.remove.com

did you build eclipse from source yourself?

a.
--
eclipse.org
Re: Refactor/rename does not bring up any dialog box (?) [message #75462 is a reply to message #75446] Mon, 14 July 2003 10:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: g.olgeni.colby.it

Adam Kiezun wrote:

> did you build eclipse from source yourself?

Yes, the port first builds the C parts and then uses ant to compile the
java stuff as usual.

--
jimmy
Re: Refactor/rename does not bring up any dialog box (?) [message #75478 is a reply to message #75462] Mon, 14 July 2003 10:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: adam_kiezun.ch.ibm.remove.com

known issue
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846

a.
--
eclipse.org
Re: Refactor/rename does not bring up any dialog box (?) [message #75622 is a reply to message #75478] Mon, 14 July 2003 14:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: g.olgeni.colby.it

Adam Kiezun wrote:

> see https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846

I tried to use target="1.1" in every javac task, but nothing changed...
is there an "official" workaround for this? (i.e. can I borrow a patch
from CVS?)

Or should every method in SelectionDispatchAction be made public?

--
jimmy
Re: Refactor/rename does not bring up any dialog box (?) [message #75639 is a reply to message #75622] Mon, 14 July 2003 14:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: adam_kiezun.ch.ibm.remove.com

> Or should every method in SelectionDispatchAction be made public?

the problem is that that'd be not enough:
- every protected method in SelectionDispatchAction and all of its subclasses would have to be made public
you can try that and tell us if it worked

a.
--
eclipse.org
Re: Refactor/rename does not bring up any dialog box (?) [message #75655 is a reply to message #75639] Mon, 14 July 2003 15:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: muelleimer.usenet.katzien.de

Hallo!

* Adam Kiezun <adam_kiezun@ch.ibm.remove.com> wrote:
[target="1.1" not working]

I found that out too :(

>> Or should every method in SelectionDispatchAction be made public?
> the problem is that that'd be not enough:
> - every protected method in SelectionDispatchAction and all of its subclasses would have to be made public
> you can try that and tell us if it worked

I will add my patch to the BTS. I've patched this via eclipse and it
seems to work.

Jan
Re: Refactor/rename does not bring up any dialog box (?) [message #75774 is a reply to message #75639] Mon, 14 July 2003 20:43 Go to previous message
Eclipse UserFriend
Originally posted by: g.olgeni.colby.it

Adam Kiezun wrote:

> - every protected method in SelectionDispatchAction and all of its subclasses would have to be made public
> you can try that and tell us if it worked

It worked! I did some brutal refactoring from the Makefile with xargs,
grep and sed :o)

--
jimmy
Previous Topic:Console activation in custom perspective
Next Topic:Re: CVS Graph plugin for Eclipse available
Goto Forum:
  


Current Time: Wed Feb 05 06:51:37 GMT 2025

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

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

Back to the top