Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Inline Call refactoring

A first version of  Inline Call refactoring has been released to CVS.

To activate the refactoring select a method invocation in a compilation
unit editor
and select Inline Call from the refactoring menu. Current limitations are:
  o only a single call can be inlined.
  o a call can only be inlined if the call and the actual declaration
resides in
    the same compilation unit.
  o no checking is done if method to be inlined is reimplemented in
subclasses

More will follow

Dirk



Back to the top