Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Refactor menu

I did some clean-up of the Refactor menu (consistent grouping and
consistent wording).
To reflect this I also renamed two classes and two constants, which were
introduced for
2.1. This is not a breaking API change but I thought I give you a heads-up.

The changes are:

PromoteTempToFieldAction -> ConvertLocalToFieldAction
MoveInnerToTopAction -> ConvertNestedToTopAction

JdtActionConstants
      PROMOTE_TEMP -> CONVERT_LOCAL_TO_FIELD
      MOVE_INNER_TO_TOP -> CONVERT_NESTED_TO_TOP.

Dirk



Back to the top