b6df9508c6991dd672851cc405f3250d733bc03e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 1 | ||
| Rename Attribute _matcher : BiFunction<Set<ITEM>,ITEM,Boolean> to _excludePredicate : Predicate<ITEM> in class org.eclipse.jetty.util.IncludeExclude | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type _matcher : BiFunction<Set<ITEM>,ITEM,Boolean> to _excludePredicate : Predicate<ITEM> in class org.eclipse.jetty.util.IncludeExclude | From | To | |
| Split Attribute | 1 | ||
| Split Attribute _matcher : BiFunction<Set<ITEM>,ITEM,Boolean> to [_includePredicate : Predicate<ITEM>, _includes : Set<ITEM>] in class org.eclipse.jetty.util.IncludeExclude | From | To |