Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Extract Method Refactoring

> Hi
>
> if nobody started working on the Extract Method Refactoring
> or the try/catch Refactoring I would like to implement it.

extract temp you mean, i presume.
for that one i guess it's best to wait for the new AST (consult jdt-core
project website)
it'll have support for finding matching ast nodes - we need that in order to
extract many expressions - only then is the refactoring really useful.

try/catch'd be good, i think. Dirk?

also, see bug  6652: http://bugs.eclipse.org/bugs/show_bug.cgi?id=6652
(feature request: 'surround selection with...')

for some suggestions  and for reference.

a.



Back to the top