ca2966f735416b62b1906edb22e68bad3963dc5e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private buildEdge(markdown String, version String) : String renamed to private sectionByVersion(markdown String, version String) : String in class lombok.website.CompileChangelog | From | To | |
| Rename Variable | 1 | ||
| Rename Variable hyperlink : JHyperLink to aboutLink : JHyperLink in method private buildButtonBar() : Box in class lombok.installer.InstallerGUI | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute buttonBar : Box to successArea : Component in method private buildChrome(appWindowContainer Container) : void in class lombok.installer.InstallerGUI | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type buttonBar : Box to successArea : Component in method private buildChrome(appWindowContainer Container) : void in class lombok.installer.InstallerGUI | From | To | |
| Extract Method | 2 | ||
| Extract Method private openBrowser(hyperlink JHyperLink, location URI) : ActionListener extracted from private buildChrome(appWindowContainer Container) : void in class lombok.installer.InstallerGUI | From | To | |
| Extract Method private buildButtonBar() : Box extracted from private buildChrome(appWindowContainer Container) : void in class lombok.installer.InstallerGUI | From | To |