57b3e9f9e50705033200dcca0762a5a65d1aba60
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testTupleWithCustomType() : void renamed to public testTupleWithPojo() : void in class org.apache.flink.api.java.type.extractor.TypeExtractorTest | From | To | |
| Rename Method public testCustomType() : void renamed to public testPojo() : void in class org.apache.flink.api.java.type.extractor.TypeExtractorTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable basicType2Matcher : Matcher to primitiveTypeMatcher : Matcher in method private parse(sb StringBuilder) : TypeInformation<?> in class org.apache.flink.api.java.typeutils.TypeInfoParser | From | To | |
| Rename Variable arrayClazz : Class<?> to arrayInfo : TypeInformation<?> in method private parse(sb StringBuilder) : TypeInformation<?> in class org.apache.flink.api.java.typeutils.TypeInfoParser | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute basicType2Pattern : Pattern to primitiveTypePattern : Pattern in class org.apache.flink.api.java.typeutils.TypeInfoParser | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type arrayClazz : Class<?> to arrayInfo : TypeInformation<?> in method private parse(sb StringBuilder) : TypeInformation<?> in class org.apache.flink.api.java.typeutils.TypeInfoParser | From | To | |
| Extract Variable | 1 | ||
| Extract Variable sb : StringBuilder in method public parse(infoString String) : TypeInformation<X> from class org.apache.flink.api.java.typeutils.TypeInfoParser | From | To |