Toggle navigation
Home
org.apache.flink.runtime.operators.testutils.TestData.Value to java.lang.String
No. of Instances - 76
No. of Commits - 2
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Other
new TestData.Key(key.getKey())
to
key
new TestData.Key(key.getKey())
to
key
new TestData.Key(key.getKey())
to
key
new TestData.Key(key.getKey())
to
key
new TestData.Key(key.getKey())
to
key
new TestData.Key(key.getKey())
to
key
Cascading Type Change (Different)
ArrayList<TestData.Value>
to
ArrayList<String>
ArrayList<TestData.Value>
to
ArrayList<String>
TestData.Generator
to
TestData.TupleGenerator
TestData.Generator
to
TestData.TupleGenerator
TestData.Generator
to
TestData.TupleGenerator
RecordMatch
to
TupleMatch
HashSet<TestData.Key>
to
HashSet<>
Set<TestData.Key>
to
Set<Integer>
RecordMatch
to
TupleMatch
RecordMatch
to
TupleMatch
HashSet<TestData.Key>
to
HashSet<>
Set<TestData.Key>
to
Set<Integer>
RecordIntPairMatch
to
TupleIntPairMatch
ArrayList<TestData.Value>
to
ArrayList<String>
ArrayList<TestData.Value>
to
ArrayList<String>
ArrayList<TestData.Value>
to
ArrayList<String>
RecordMatch
to
TupleMatch
RecordIntPairMatch
to
TupleIntPairMatch
ArrayList<TestData.Value>
to
ArrayList<String>
Cascading Type Change (Similar)
Collection<TestData.Value>
to
Collection<String>
Rename Variable
expectedValuesMap2
to
expectedStringsMap2
expectedValuesMap1
to
expectedStringsMap1
Add or Remove Method invocation
expValues1.remove(rec.getField(1,TestData.Value.class))
to
expValues1.remove(rec.f1)
expValues2.remove(rec.getField(1,TestData.Value.class))
to
expValues2.remove(rec.f1)