4fbb165ebf208d75100d5d47f56750d247f7d181
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| 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 | 4 | ||
| 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 | 2 | ||
| Rename Class com.google.common.base.CharMatcher.NegatedMatcher renamed to com.google.common.base.CharMatcher.Negated | From | To | |
| Extract Method | 3 | ||
| 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 | 4 | ||
| 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 |