d588907f5b526c99f51331e2ac5c37241761f601
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method package appNameFromRuntime() : String from class io.bootique.cli.meta.CliApplication to package appNameFromRuntime() : String from class io.bootique.cli.meta.ApplicationIntrospector | From | To | |
Rename Variable | 1 | ||
Rename Variable mainClassName : String to mainClass : Class<?> in method public testMainClass() : void in class io.bootique.cli.meta.ApplicationIntrospectorTest | From | To | |
Extract Class | 1 | ||
Extract Class io.bootique.cli.meta.ApplicationIntrospector from class io.bootique.cli.meta.CliApplication | From | To | |
Rename Class | 1 | ||
Rename Class io.bootique.cli.meta.CliApplicationTest renamed to io.bootique.cli.meta.ApplicationIntrospectorTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type mainClassName : String to mainClass : Class<?> in method public testMainClass() : void in class io.bootique.cli.meta.ApplicationIntrospectorTest | From | To |