8b019f9d6a0e455dc94473b057361f48eeb515b9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type request : HttpServletRequest to path : String in method private shouldIgnorePath(path String) : boolean in class ro.pippo.core.PippoFilter | From | To | |
| Rename Variable | 1 | ||
| Rename Variable path : String to ignorePath : String in method private shouldIgnorePath(path String) : boolean in class ro.pippo.core.PippoFilter | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable relativePath : String to path : String in method private shouldIgnorePath(path String) : boolean in class ro.pippo.core.PippoFilter | From | To | |
| Split Parameter | 1 | ||
| Split Parameter request : HttpServletRequest to [path : String, contextPath : String] in method private getRelativePath(contextPath String, path String) : String in class ro.pippo.core.PippoFilter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter request : HttpServletRequest to path : String in method private shouldIgnorePath(path String) : boolean in class ro.pippo.core.PippoFilter | From | To |