0b30f1674686f0e68deeb828ba39bf1ab2b6f4fe
Files Diff
- Added: 8
- Removed: 5
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private processIndex(nn IntWrap, examples List<Map<String,?>>, id String, title String) : void renamed to private processExample(nn IntWrap, examples List<Map<String,?>>, id String, title String) : void in class org.rapidoid.docs.Docs | From | To | |
| Rename Variable | 3 | ||
| Rename Variable nn : IntWrap to nl : IntWrap in method private generateIndex(path String) : void in class org.rapidoid.docs.Docs | From | To | |
| Rename Variable eglist : List<String> to eglistl : List<String> in method private generateIndex(path String) : void in class org.rapidoid.docs.Docs | From | To | |
| Rename Variable examples : List<Map<String,?>> to examplesl : List<Map<String,?>> in method private generateIndex(path String) : void in class org.rapidoid.docs.Docs | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private ERROR_404 : String in class org.rapidoid.docs.Docs | From | To |