2023b489ade528e622c0f203e5da7d377ec2772a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getPositionIndex() : Integer renamed to public getPositionIndices() : Integer[] in class org.apache.pulsar.sql.presto.PulsarColumnHandle | From | To | |
Rename Variable | 1 | ||
Rename Variable other : PulsarColumnHandle to that : PulsarColumnHandle in method public equals(o Object) : boolean in class org.apache.pulsar.sql.presto.PulsarColumnHandle | From | To | |
Change Return Type | 1 | ||
Change Return Type Integer to Integer[] in method public getPositionIndices() : Integer[] in class org.apache.pulsar.sql.presto.PulsarColumnHandle | From | To | |
Rename Attribute | 1 | ||
Rename Attribute positionIndex : Integer to positionIndices : Integer[] in class org.apache.pulsar.sql.presto.PulsarColumnHandle | From | To | |
Change Variable Type | 1 | ||
Change Variable Type count : long to count : int in method public testTopics() : void in class org.apache.pulsar.sql.presto.TestPulsarRecordCursor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type positionIndex : Integer to positionIndices : Integer[] in class org.apache.pulsar.sql.presto.PulsarColumnHandle | From | To | |
Rename Parameter | 1 | ||
Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.apache.pulsar.sql.presto.PulsarColumnHandle | From | To |