ee2ae99de286757e14559b10b643f7e0ed51880a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public setArtifactId(artifactId String) : void renamed to public setName(name String) : void in class net.bytebuddy.build.gradle.AbstractUserConfiguration | From | To | |
| Rename Method public getGroupId() : String renamed to public getGroup() : String in class net.bytebuddy.build.gradle.AbstractUserConfiguration | From | To | |
| Rename Method public getArtifactId() : String renamed to public getName() : String in class net.bytebuddy.build.gradle.AbstractUserConfiguration | From | To | |
| Rename Method public setGroupId(groupId String) : void renamed to public setGroup(group String) : void in class net.bytebuddy.build.gradle.AbstractUserConfiguration | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute artifactId : String to name : String in class net.bytebuddy.build.gradle.AbstractUserConfiguration | From | To | |
| Rename Attribute groupId : String to group : String in class net.bytebuddy.build.gradle.AbstractUserConfiguration | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter groupId : String to group : String in method public setGroup(group String) : void in class net.bytebuddy.build.gradle.AbstractUserConfiguration | From | To | |
| Rename Parameter artifactId : String to name : String in method public setName(name String) : void in class net.bytebuddy.build.gradle.AbstractUserConfiguration | From | To |