|
Rename Method private test(compiler Compiler, inputs List<SourceFile>, expected List<SourceFile>, error DiagnosticType, warning DiagnosticType, description String) : void renamed to protected testInternal(compiler Compiler, inputsObj Sources, expectedObj Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Rename Method private test(code String, expected String, expectedPseudo String) : void renamed to private testWithPseudo(code String, expected String, expectedPseudo String) : void in class com.google.javascript.jscomp.ReplaceIdGeneratorsTest |
From |
To |
|
Rename Method public test(js List<SourceFile>, expected List<SourceFile>, error DiagnosticType, warning DiagnosticType, description String) : void renamed to protected testInternal(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Rename Method private test(externs List<SourceFile>, inputs List<SourceFile>, expected String, error DiagnosticType, warning DiagnosticType, description String) : void renamed to protected testInternal(externs Externs, inputs Sources, expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type expected : String[] to expected : Expected in method protected test(modules JSModule[], expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type expected : List<SourceFile> to expected : Expected in method protected test(compiler Compiler, inputs Sources, expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type inputs : List<SourceFile> to inputs : Sources in method protected testInternal(externs Externs, inputs Sources, expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type js : String to js : Sources in method private testOTI(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type error : DiagnosticType to diagnostic : Diagnostic in method protected test(compiler Compiler, inputs Sources, expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type js : String to js : Sources in method private testNTI(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type expected : String to expected : Expected in method protected testInternal(externs Externs, inputs Sources, expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type expected : String to expected : Expected in method private testOTI(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type externs : List<SourceFile> to externs : Externs in method private testOTI(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type expected : String to expected : Expected in method private testNTI(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type externs : List<SourceFile> to externs : Externs in method private testNTI(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type error : DiagnosticType to diagnostic : Diagnostic in method protected test(modules JSModule[], expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type expected : List<SourceFile> to expected : Expected in method protected testInternal(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type js : List<SourceFile> to js : Sources in method protected testInternal(externs Externs, js Sources, expected Expected, diagnotic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Change Parameter Type externs : List<SourceFile> to externs : Externs in method protected testInternal(externs Externs, inputs Sources, expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type inputs : List<SourceFile> to inputs : Sources in method protected test(compiler Compiler, inputs Sources, expected Expected, diagnostic Diagnostic) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Rename Variable warning : String to msg : String in method public test_Legacy_ModuleGet_Legacy_Missing_Fail() : void in class com.google.javascript.jscomp.MissingProvideTest |
From |
To |
|
Rename Variable warning : String to msg : String in method public test_Legacy_ModuleGet_Module_Missing_Fail() : void in class com.google.javascript.jscomp.MissingProvideTest |
From |
To |
|
Rename Variable warning : String to msg : String in method public test_Module_Require_Legacy_Missing_Fail() : void in class com.google.javascript.jscomp.MissingProvideTest |
From |
To |
|
Rename Variable warning : String to msg : String in method public test_Legacy_Require_Legacy_Missing_Fail() : void in class com.google.javascript.jscomp.MissingProvideTest |
From |
To |
|
Rename Variable warning : String to msg : String in method public test_Legacy_Require_Module_Missing_Fail() : void in class com.google.javascript.jscomp.MissingProvideTest |
From |
To |
|
Rename Variable warning : String to msg : String in method public test_Module_ModuleGet_Missing_Fail() : void in class com.google.javascript.jscomp.MissingProvideTest |
From |
To |
|
Rename Variable common : String to externs : String in method public testNoSideEffectAnnotation14() : void in class com.google.javascript.jscomp.NameAnalyzerTest |
From |
To |
|
Rename Variable warning : String to msg : String in method public test_Module_ForwardDeclare_Missing_Fail() : void in class com.google.javascript.jscomp.MissingProvideTest |
From |
To |
|
Extract And Move Method protected test(js String, expected String, diagnostic Diagnostic) : void extracted from public testIjsModule() : void in class com.google.javascript.jscomp.ClosureRewriteModuleTest & moved to class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Extract And Move Method protected test(js String, expected String, diagnostic Diagnostic) : void extracted from private testModule(moduleInputs String[], expected String[]) : void in class com.google.javascript.jscomp.ProcessClosurePrimitivesTest & moved to class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Extract And Move Method protected test(js String, expected String, diagnostic Diagnostic) : void extracted from public testGlobalObjectNameInBooleanExpressionDepth3() : void in class com.google.javascript.jscomp.CollapsePropertiesTest & moved to class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Extract And Move Method public testNoWarning(srcs Sources) : void extracted from public testProtectedAccessForProperties11() : void in class com.google.javascript.jscomp.CheckAccessControlsTest & moved to class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Extract And Move Method public testNoWarning(srcs Sources) : void extracted from public testProtectedAccessForProperties13() : void in class com.google.javascript.jscomp.CheckAccessControlsTest & moved to class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Extract And Move Method protected test(js String, expected String, diagnostic Diagnostic) : void extracted from public testInheritFromExterns() : void in class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritanceTest & moved to class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Extract And Move Method public test(externs String, js String, expected String) : void extracted from public testGlobalObjectNameInBooleanExpressionDepth3() : void in class com.google.javascript.jscomp.CollapsePropertiesTest & moved to class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Extract And Move Method public testNoWarning(srcs Sources) : void extracted from public testProtectedAccessForProperties12() : void in class com.google.javascript.jscomp.CheckAccessControlsTest & moved to class com.google.javascript.jscomp.CompilerTestCase |
From |
To |