PUSHからPULLへ,あるいはその逆方向へのリファクタリングかを判定し,descriptorに保存するようにした.Processorはその情報を基に,リファクタリングで呼び出すメソッドを分岐する(changePush2PullとchangePull2Push).
changePush2Pullに関して,転送先のクラスに転送元を参照するフィールドを追加する処理を実装した
1 parent f3f8127 commit 7600aa084e6360133e917cc7cd8d0cbc15ac3525
Shinji authored on 5 Jan 2023
Showing 3 changed files
View
src/org/ntlab/pushPullRefactoring/PushPullDescriptor.java
View
src/org/ntlab/pushPullRefactoring/PushPullProcessor.java
View
src/org/ntlab/pushPullRefactoring/PushPullRefactoringHandler.java