0a66a935dc47ef8c1a8d80bd5f990c4197f1602b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testCheckTreeEqualsBooleanSame() : void renamed to public testIsEquivalentTo_withBoolean_isSame() : void in class com.google.javascript.rhino.NodeTest | From | To | |
Rename Method public testCheckTreeEqualsBooleanDifferent() : void renamed to public testIsEquivalentTo_withBoolean_isDifferent() : void in class com.google.javascript.rhino.NodeTest | From | To | |
Rename Method public testCheckTreeEqualsSlashVDifferent() : void renamed to public testIsEquivalentTo_withSlashV_isDifferent() : void in class com.google.javascript.rhino.NodeTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type exceptionClass : Class<? extends Throwable> to exceptionClass : Class<T> in method public assertThrows(exceptionClass Class<T>, runnable ThrowingRunnable) : T in class com.google.javascript.rhino.testing.Asserts | From | To | |
Rename Variable | 2 | ||
Rename Variable parse2 : Node to parseTwice : Node in method private testReparse(code String) : void in class com.google.javascript.jscomp.CodePrinterTest | From | To | |
Rename Variable parse1 : Node to parseOnce : Node in method private testReparse(code String) : void in class com.google.javascript.jscomp.CodePrinterTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to T in method public assertThrows(exceptionClass Class<T>, runnable ThrowingRunnable) : T in class com.google.javascript.rhino.testing.Asserts | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public usingSerializer(serializer Function<Node,String>) : NodeSubject extracted from private testInternal(compiler Compiler, inputsObj Sources, expectedObj Expected, diagnostics List<Diagnostic>, postconditions List<Postcondition>) : void in class com.google.javascript.jscomp.CompilerTestCase & moved to class com.google.javascript.rhino.testing.NodeSubject | From | To | |
Rename Parameter | 1 | ||
Rename Parameter o : Object to expected : Object in method public isEqualTo(expected Object) : void in class com.google.javascript.rhino.testing.NodeSubject | From | To |