b551ab8899ab343c8ad2f1d3597b09b4469990f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type runnable : Runnable to runnable : ThrowingRunnable in method public assertThrows(exceptionClass Class<? extends Throwable>, runnable ThrowingRunnable) : void in class com.google.javascript.rhino.testing.Asserts | From | To | |
| Change Parameter Type exceptionClass : Object to exceptionClass : Class<? extends Throwable> in method public assertThrows(exceptionClass Class<? extends Throwable>, runnable ThrowingRunnable) : void in class com.google.javascript.rhino.testing.Asserts | From | To | |
| Move Method | 1 | ||
| Move Method private assertThrows(exceptionClass Object, runnable Runnable) : void from class com.google.javascript.jscomp.GlobalNamespaceTest to public assertThrows(exceptionClass Class<? extends Throwable>, runnable ThrowingRunnable) : void from class com.google.javascript.rhino.testing.Asserts | From | To |