70e0ad796a4bad56e065a1880dbf880932dfcda2
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 3 | ||
Move Attribute private isJUnit4TestClass : Matcher<ClassTree> from class com.google.errorprone.matchers.JUnitMatchers.JUnit4TestClassMatcher to public isJUnit4TestClass : Matcher<ClassTree> from class com.google.errorprone.matchers.JUnitMatchers | From | To | |
Move Attribute private TEST_RUNNERS : Collection<String> from class com.google.errorprone.matchers.JUnitMatchers.JUnit4TestClassMatcher to private TEST_RUNNERS : Collection<String> from class com.google.errorprone.matchers.JUnitMatchers | From | To | |
Move Attribute private isJUnit4TestRunner : Matcher<ExpressionTree> from class com.google.errorprone.matchers.JUnitMatchers.JUnit4TestClassMatcher to private isJUnit4TestRunner : Matcher<ExpressionTree> from class com.google.errorprone.matchers.JUnitMatchers | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute private MATCHER : Matcher<ClassTree> renamed to public isAmbiguousJUnitVersion : Matcher<ClassTree> and moved from class com.google.errorprone.bugpatterns.JUnitAmbiguousTestClass to class com.google.errorprone.matchers.JUnitMatchers | From | To |