a8eecac45837a5274b46160d5efe95ba09d2f883
Files Diff
- Added: 1
- Removed: 4
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public onStart() : void renamed to protected printWelcomeMessage(injector Injector) : void in class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public getInfoComponent() : InfoComponent moved from class com.speedment.runtime.Speedment to class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder & inlined to protected printWelcomeMessage(injector Injector) : void | From | To | |
| Change Parameter Type | 4 | ||
| Change Parameter Type consumer : Consumer<C> to consumer : BiConsumer<APP,C> in method public with(type Class<C>, name String, consumer BiConsumer<APP,C>) : BUILDER in class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder | From | To | |
| Change Parameter Type consumer : Consumer<C> to consumer : BiConsumer<APP,C> in method public with(type Class<C>, name String, consumer BiConsumer<APP,C>) : BUILDER in class com.speedment.runtime.SpeedmentBuilder | From | To | |
| Change Parameter Type consumer : Consumer<C> to consumer : BiConsumer<APP,C> in method public with(type Class<C>, consumer BiConsumer<APP,C>) : BUILDER in class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder | From | To | |
| Change Parameter Type consumer : Consumer<C> to consumer : BiConsumer<APP,C> in method public with(type Class<C>, consumer BiConsumer<APP,C>) : BUILDER in class com.speedment.runtime.SpeedmentBuilder | From | To | |
| Rename Variable | 1 | ||
| Rename Variable msg : String to speedmentMsg : String in method protected printWelcomeMessage(injector Injector) : void in class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder | From | To | |
| Inline Method | 3 | ||
| Inline Method protected printWelcomeMessage() : void inlined to protected printWelcomeMessage(injector Injector) : void in class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder | From | To | |
| Inline Method private stringToCharArray(s String) : char[] inlined to public withPassword(password String) : BUILDER in class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type withsNamed : List<Tuple3<Class<? extends Document>,String,Consumer<? extends Document>>> to withsNamed : List<Tuple3<Class<? extends Document>,String,BiConsumer<APP,? extends Document>>> in class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder | From | To | |
| Change Attribute Type withsAll : List<Tuple2<Class<? extends Document>,Consumer<? extends Document>>> to withsAll : List<Tuple2<Class<? extends Document>,BiConsumer<APP,? extends Document>>> in class com.speedment.runtime.internal.runtime.AbstractApplicationBuilder | From | To |