9b96db4c9b637022fda404447aefb0cf89a05647
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public addExcludedBranch(path String) : PathMatcher renamed to public excludeBranch(path String) : PathMatcher in class org.pac4j.core.matching.PathMatcher | From | To | |
Rename Method public addExcludedPath(path String) : PathMatcher renamed to public excludePath(path String) : PathMatcher in class org.pac4j.core.matching.PathMatcher | From | To | |
Rename Method public addExcludedRegex(regex String) : PathMatcher renamed to public excludeRegex(regex String) : PathMatcher in class org.pac4j.core.matching.PathMatcher | From | To |