Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Refactoring over many project ?
Refactoring over many project ? [message #293036] Sun, 16 October 2005 05:54 Go to next message
Eclipse UserFriend
Originally posted by: bbieth.free.fr

Hello,

I can't find the way of refactoring more than one project.
Does anyone know it ?

Thanks
Re: Refactoring over many project ? [message #293192 is a reply to message #293036] Wed, 19 October 2005 15:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

What refactoring in particular? If a Java refactoring effects classes
in other projects that depend on the project being refactored, they
should be included in the refactoring automatically.
--

Bruno wrote:
> Hello,
>
> I can't find the way of refactoring more than one project.
> Does anyone know it ?
>
> Thanks
Re: Refactoring over many project ? [message #293197 is a reply to message #293192] Wed, 19 October 2005 16:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bbieth.free.fr

I have two project :
- client (which uses some server interfaces)
- server (define interfaces)
When I refactor an interface on the server it doesn't refactor the
client classes which use it.

I've done the client project references the server project (from the
client property dialog box).

Is there any missing link ?

John Arthorne a écrit :
> What refactoring in particular? If a Java refactoring effects classes
> in other projects that depend on the project being refactored, they
> should be included in the refactoring automatically.
> --
>
> Bruno wrote:
>
>> Hello,
>>
>> I can't find the way of refactoring more than one project.
>> Does anyone know it ?
>>
>> Thanks
Re: Refactoring over many project ? [message #293203 is a reply to message #293197] Wed, 19 October 2005 17:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

I don't know what could be wrong... I do this kind of thing all the time
and it just works. If your client classes were compiling correctly
before you performed the refactoring, that would suggest the project
references are set up correctly. If you aren't able to solve it, I
suggest entering a bug report with a description of steps to reproduce
it. Mention what kind of refactoring (move, extract method, etc).
--

Bruno wrote:
> I have two project :
> - client (which uses some server interfaces)
> - server (define interfaces)
> When I refactor an interface on the server it doesn't refactor the
> client classes which use it.
>
> I've done the client project references the server project (from the
> client property dialog box).
>
> Is there any missing link ?
>
> John Arthorne a écrit :
>
>> What refactoring in particular? If a Java refactoring effects classes
>> in other projects that depend on the project being refactored, they
>> should be included in the refactoring automatically.
>> --
>>
>> Bruno wrote:
>>
>>> Hello,
>>>
>>> I can't find the way of refactoring more than one project.
>>> Does anyone know it ?
>>>
>>> Thanks
Re: Refactoring over many project ? [message #293205 is a reply to message #293203] Wed, 19 October 2005 18:13 Go to previous message
Eclipse UserFriend
Originally posted by: bbieth.free.fr

John Arthorne a écrit :
> I don't know what could be wrong... I do this kind of thing all the time
> and it just works. If your client classes were compiling correctly
> before you performed the refactoring, that would suggest the project
> references are set up correctly.

Ok I see ! My client (an RCP application) compil with a library package
from the server code ... I thought that references the server project
was enought.


If you aren't able to solve it, I
> suggest entering a bug report with a description of steps to reproduce
> it. Mention what kind of refactoring (move, extract method, etc).
> --
>
> Bruno wrote:
>
>> I have two project :
>> - client (which uses some server interfaces)
>> - server (define interfaces)
>> When I refactor an interface on the server it doesn't refactor the
>> client classes which use it.
>>
>> I've done the client project references the server project (from the
>> client property dialog box).
>>
>> Is there any missing link ?
>>
>> John Arthorne a écrit :
>>
>>> What refactoring in particular? If a Java refactoring effects
>>> classes in other projects that depend on the project being
>>> refactored, they should be included in the refactoring automatically.
>>> --
>>>
>>> Bruno wrote:
>>>
>>>> Hello,
>>>>
>>>> I can't find the way of refactoring more than one project.
>>>> Does anyone know it ?
>>>>
>>>> Thanks
Previous Topic:SWT Browser crash
Next Topic:WizardPage.finish() when user clicks on NEXT
Goto Forum:
  


Current Time: Thu Jul 17 20:28:36 EDT 2025

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

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

Back to the top