f40f4a4a715ecb32422f98b0af958a9d02cab531
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setTargetExtractor(targetExtractor Function<Object,T>) : void renamed to public bind(source ObjectProperty<? extends Object>, targetExtractor Function<Object,T>) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractProfileViewController | From | To | |
Rename Attribute | 1 | ||
Rename Attribute sourceToTargetBinding : ObjectBinding<T> to sourceBinding : ObjectBinding<T> in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractProfileViewController | From | To | |
Extract Variable | 1 | ||
Extract Variable target : Flat<String> in method protected refresh() : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController | From | To | |
Rename Parameter | 2 | ||
Rename Parameter profileContext : ProfileContext to prCtx : ProfileContext in method public setProfileContext(prCtx ProfileContext) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController | From | To | |
Rename Parameter applicationContext : ApplicationContext to appCtx : ApplicationContext in method public setApplicationContext(appCtx ApplicationContext) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController | From | To |