74ae7d19b4ad133273e7c730340d8d418d8fd506
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 1 | ||
Move Class feign.example.github.GitHubExample.Contributor moved to feign.example.github.GitHubExample.GitHub.Contributor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type contributors : List<Contributor> to contributors : List<String> in method public main(args String...) : void in class feign.example.github.GitHubExample | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public connect() : GitHub extracted from public main(args String...) : void in class feign.example.github.GitHubExample & moved to class feign.example.github.GitHubExample.GitHub | From | To |