702cc9e103843916825e23af350e136b638129e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public getIgnorePaths() : Set<String> from class ro.pippo.core.PippoFilter to public getIgnorePaths() : Set<String> from class ro.pippo.core.route.DefaultRouter | From | To | |
| Rename Variable | 1 | ||
| Rename Variable ignorePath : String to path : String in method private shouldIgnorePath(requestUri String) : boolean in class ro.pippo.core.PippoFilter | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private ignorePaths : Set<String> from class ro.pippo.core.PippoFilter to private ignorePaths : Set<String> from class ro.pippo.core.route.DefaultRouter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter path : String to requestUri : String in method private shouldIgnorePath(requestUri String) : boolean in class ro.pippo.core.PippoFilter | From | To |