Toggle navigation
Home
com.google.javascript.jscomp.JSError to com.google.common.base.Supplier<com.google.javascript.jscomp.JSError>
No. of Instances - 6
No. of Commits - 2
No. of Projects - {'closure-compiler'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Cascading Type Change (Similar)
JSError
to
Supplier<JSError>
JSError
to
Supplier<JSError>
Add or Remove Method invocation
new InvalidatingTypes.Builder(registry).addTypesInvalidForPropertyRenaming().addAllTypeMismatches(compiler.getTypeMismatches(),this.invalidationMap).addAllTypeMismatches(compiler.getImplicitInterfaceUses(),this.invalidationMap).allowEnumsAndScalars().build()
to
new InvalidatingTypes.Builder(registry).recordInvalidations(this.invalidationMap).addTypesInvalidForPropertyRenaming().addAllTypeMismatches(compiler.getTypeMismatches()).addAllTypeMismatches(compiler.getImplicitInterfaceUses()).allowEnumsAndScalars().build()
new InvalidatingTypes.Builder(registry).addTypesInvalidForPropertyRenaming().addAllTypeMismatches(compiler.getTypeMismatches(),this.invalidationMap).addAllTypeMismatches(compiler.getImplicitInterfaceUses(),this.invalidationMap).allowEnumsAndScalars().build()
to
new InvalidatingTypes.Builder(registry).recordInvalidations(this.invalidationMap).addTypesInvalidForPropertyRenaming().addAllTypeMismatches(compiler.getTypeMismatches()).addAllTypeMismatches(compiler.getImplicitInterfaceUses()).allowEnumsAndScalars().build()
Rename Variable
src
to
error
src
to
error
src
to
error
src
to
error