9a9f75e2b83e805f8fac6ca40468f60121a19c28
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public setFilterPath(filterPath String) : void from class ro.pippo.core.PippoFilter to public setFilterPath(filterPath String) : void from class ro.pippo.core.route.DefaultRouter | From | To | |
Move Method public getFilterPath() : String from class ro.pippo.core.PippoFilter to public getFilterPath() : String from class ro.pippo.core.Request | From | To | |
Rename Variable | 1 | ||
Rename Variable path : String to relativePath : String in method private getRelativePath(contextPath String, path String) : String in class ro.pippo.core.PippoFilter | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute filterPath : String to pippoFilterPath : String in method protected createPippoHandler() : ServletContextHandler in class ro.pippo.jetty.JettyServer | From | To |