f47c6c700f5fd673c2389cae717f96016456825c
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable excludeUrl : String to excludePathMatcher : PathMatcher in method public filter(requestURI String) : boolean in class com.navercorp.pinpoint.bootstrap.config.ExcludeUrlFilter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute excludeUrlList : List<String> to excludeMatcherList : List<PathMatcher> in class com.navercorp.pinpoint.bootstrap.config.ExcludeUrlFilter | From | To | |
Change Variable Type | 2 | ||
Change Variable Type excludeUrl : String to excludePathMatcher : PathMatcher in method public filter(requestURI String) : boolean in class com.navercorp.pinpoint.bootstrap.config.ExcludeUrlFilter | From | To | |
Change Variable Type buildList : List<String> to buildList : List<PathMatcher> in method public ExcludeUrlFilter(excludeFormat String, separator String) in class com.navercorp.pinpoint.bootstrap.config.ExcludeUrlFilter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type excludeUrlList : List<String> to excludeMatcherList : List<PathMatcher> in class com.navercorp.pinpoint.bootstrap.config.ExcludeUrlFilter | From | To |