Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Fwd: Refactoring. Where to start?

> >   Is there any document explaining the refactoring implementation itself?
>
> No, there is none, other that the source code itself and the tests.

well, this was not entirely true,
you can read the following:

- Roberts 'Practical Analysis for Refactoring' PhD Thesis - our design is inspired by that of the Smalltalk Refactoring Browser
- Baeumer, Gamma, Kiezun 'Integrating Refactoring Support into a Java IDE' OOPSLA'01 Companion - good explanation of the basic
design of our tool
- Tip, Kiezun, Baeumer 'Refactoring for Generalization using Type Constraints' to appear in OOPSLA'03 proceedings - more theoretical
view of some aspects of refactoring

a.




Back to the top