Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also migrate constant fields to the destination interface if the source methods are the only one that accesses them #167

Open
khatchad opened this issue Jul 19, 2016 · 0 comments

Comments

@khatchad
Copy link
Member

There may exist situations where the source methods access constant fields in the declared type, and those source methods are the only methods to access to those fields. In such cases, we may also want to migrate the fields to the destination interface as well.

@khatchad khatchad added this to the Future Transformation milestone Jul 19, 2016
khatchad pushed a commit to ponder-lab/bootique that referenced this issue Jul 19, 2016
This step was requested by @andrus as an enhancement to the automated refactoring done in e939d8c. This step was performed by selecting the two requested fields and issuing a "move" refactoring in Eclipse. This step will be fully automated in ponder-lab/Migrate-Skeletal-Implementation-to-Interface-Refactoring#167.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant