17059a1f64a33364488df97714effe9f9180a19b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type void to PathMatcher in method public addExcludedPath(path String) : PathMatcher in class org.pac4j.core.matching.PathMatcher | From | To | |
Change Return Type void to PathMatcher in method public addExcludedRegex(regex String) : PathMatcher in class org.pac4j.core.matching.PathMatcher | From | To | |
Change Return Type void to PathMatcher in method public addExcludedBranch(path String) : PathMatcher in class org.pac4j.core.matching.PathMatcher | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected getExcludedPatterns() : Set<Pattern> extracted from public getExcludePath() : String in class org.pac4j.core.matching.ExcludedPathMatcher & moved to class org.pac4j.core.matching.PathMatcher | From | To | |
Rename Parameter | 1 | ||
Rename Parameter root : String to path : String in method public addExcludedBranch(path String) : PathMatcher in class org.pac4j.core.matching.PathMatcher | From | To |