ac80739d1bdd141111d09689b8ad2112754403ea
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 9 | ||
| Push Down Method protected CharMatcher() from class com.google.common.base.CharMatcher to public AnyOf(chars CharSequence) from class com.google.common.base.CharMatcher.AnyOf | From | To | |
| Push Down Method protected CharMatcher() from class com.google.common.base.CharMatcher to package Is(match char) from class com.google.common.base.CharMatcher.Is | From | To | |
| Push Down Method package FastMatcher() from class com.google.common.base.CharMatcher.FastMatcher to package Whitespace() from class com.google.common.base.CharMatcher.Whitespace | From | To | |
| Push Down Method package FastMatcher() from class com.google.common.base.CharMatcher.FastMatcher to private Any() from class com.google.common.base.CharMatcher.Any | From | To | |
| Push Down Method protected CharMatcher() from class com.google.common.base.CharMatcher to package IsNot(match char) from class com.google.common.base.CharMatcher.IsNot | From | To | |
| Push Down Method package FastMatcher() from class com.google.common.base.CharMatcher.FastMatcher to private JavaIsoControl() from class com.google.common.base.CharMatcher.JavaIsoControl | From | To | |
| Push Down Method package FastMatcher() from class com.google.common.base.CharMatcher.FastMatcher to private None() from class com.google.common.base.CharMatcher.None | From | To | |
| Push Down Method protected CharMatcher() from class com.google.common.base.CharMatcher to package IsEither(match1 char, match2 char) from class com.google.common.base.CharMatcher.IsEither | From | To | |
| Push Down Method package FastMatcher() from class com.google.common.base.CharMatcher.FastMatcher to package Ascii() from class com.google.common.base.CharMatcher.Ascii | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CharMatcher to CharMatcher.IsEither in method private isEither(c1 char, c2 char) : CharMatcher.IsEither in class com.google.common.base.CharMatcher | From | To | |
| Push Down Attribute | 2 | ||
| Push Down Attribute package description : String from class com.google.common.base.CharMatcher to private description : String from class com.google.common.base.CharMatcher.RangesMatcher | From | To | |
| Push Down Attribute private ZEROES : String from class com.google.common.base.CharMatcher to private ZEROES : String from class com.google.common.base.CharMatcher.Digit | From | To | |
| Rename Class | 1 | ||
| Rename Class com.google.common.base.CharMatcher.NegatedMatcher renamed to com.google.common.base.CharMatcher.Negated | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.google.common.base.CharMatcher.NamedFastMatcher from classes [com.google.common.base.CharMatcher.BitSetMatcher, com.google.common.base.SmallCharMatcher] | From | To | |
| Extract Method | 2 | ||
| Extract Method public none() : CharMatcher extracted from private precomputedPositive(totalCharacters int, table BitSet, description String) : CharMatcher in class com.google.common.base.CharMatcher | From | To | |
| Extract Method public none() : CharMatcher extracted from public anyOf(sequence CharSequence) : CharMatcher in class com.google.common.base.CharMatcher | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter match2 : char to c2 : char in method private isEither(c1 char, c2 char) : CharMatcher.IsEither in class com.google.common.base.CharMatcher | From | To | |
| Rename Parameter match1 : char to c1 : char in method private isEither(c1 char, c2 char) : CharMatcher.IsEither in class com.google.common.base.CharMatcher | From | To |