739fecf86ddb0f4c2df42d36cdd683aa5e9c683a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public propertiesBinder(binder Binder) : MapBinder<String,String> renamed to private propsBinder(binder Binder) : MapBinder<String,String> in class com.nhl.bootique.BQModule | From | To | |
| Rename Variable | 1 | ||
| Rename Variable commands : Multibinder<Command> to commandBinder : Multibinder<Command> in method public bindCommands(binder Binder, commands Class<? extends Command>...) : void in class com.nhl.bootique.BQModule | From | To | |
| Extract Method | 1 | ||
| Extract Method public bindCommands(binder Binder, commands Class<? extends Command>...) : void extracted from public configure(binder Binder) : void in class com.nhl.bootique.BQModule | From | To |