df9917a41e94c80da8db87c504d0805e7d32afe1
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 5 | ||
| Rename Method public testWhereDefaultsDontExist() : void renamed to public testWithSingleLocation() : void in class org.rapidoid.io.ResTest | From | To | |
| Rename Method public testWhereDefaultsAlsoExist() : void renamed to public testWithMultipleLocations1() : void in class org.rapidoid.io.ResTest | From | To | |
| Rename Method public from(shortName String, withDefaults boolean, filenames String...) : Res renamed to private create(filename String, possibleLocations String...) : Res in class org.rapidoid.io.Res | From | To | |
| Rename Method public getShortName() : String renamed to public getName() : String in class org.rapidoid.io.Res | From | To | |
| Rename Method public testWhereOnlyDefaultsExist() : void renamed to public testWithMultipleLocations2() : void in class org.rapidoid.io.ResTest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute shortName : String to name : String in class org.rapidoid.io.Res | From | To | |
| Rename Attribute filenames : Set<String> to possibleLocations : String[] in class org.rapidoid.io.Res | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type FILES : ConcurrentMap<Set<String>,Res> to FILES : ConcurrentMap<ResKey,Res> in class org.rapidoid.io.Res | From | To | |
| Change Attribute Type filenames : Set<String> to possibleLocations : String[] in class org.rapidoid.io.Res | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter shortName : String to filename : String in method private create(filename String, possibleLocations String...) : Res in class org.rapidoid.io.Res | From | To | |
| Rename Parameter shortName : String to name : String in method private Res(name String, possibleLocations String...) in class org.rapidoid.io.Res | From | To |