Skip to content

Visualisation of refactorings

Anna Potriasaeva edited this page Feb 21, 2023 · 8 revisions

Add / Remove (Method, Attribute, Variable, Parameter, Class) Modifier

Comments:

Issue

Inline Method

InlineMethod.png

Comments:

The method itself (getLHSType) may be highlighted.

Change Return Type

changeReturnType.png

Rename and Change Parameter Type

RenameAndChangeParameterType.png

Rename Method

RenameMethod.png

Extract Variable

ExtractVariable.png

Comments:

It seems too much is highlighted.

Extract Method

ExtractMethod.png

Add Parameter

AddParameter.png

Inline Variable

InlineVariable.png

Change Variable Type

ChangeVariableType.png

Extract Superclass

Comments:

Nothing is highlighted.

Parameterize Attribute

ParameterizeAttribute.png

Move Method

MoveMethod.png

Push Down Attribute

PushDownAttribute.png

Push Down Attribute

PushDownMethod.png

Extract and move method

ExtractAndMoveMethod.png

Comments:

It seems too much is highlighted. (237f37d7 and 87f2efb0 - commits)

Clone this wiki locally