Package org.prorefactor.refactor.bubbledecs

Provides the Bubble Declarations refactoring.

See:
          Description

Class Summary
BubbleDecsRefactor Find declarations which need to be "bubbled" to the top of the compile unit.
 

Package org.prorefactor.refactor.bubbledecs Description

Provides the Bubble Declarations refactoring.

The Bubble Declarations refactoring is intended as an intermediate step to further refactorings. It bubbles up SHARED declarations to the top of the topmost file in the compile unit. It bubbles up the non-shared definitions so that they are grouped together following the SHARED declarations.

Package Specification

Related Documentation



Copyright © 2008 Joanju Software. All Rights Reserved.