58986a854db545a2042b98d2a7fd59ab93bc7d53
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 2 | ||
| Extract Method private getKeyValueBySchemaVersion() : T extracted from public getValue() : T in class org.apache.pulsar.client.impl.MessageImpl | From | To | |
| Extract Method private getKeyValue() : T extracted from public getValue() : T in class org.apache.pulsar.client.impl.MessageImpl | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public supportSchemaVersioning() : boolean extracted from public getValue() : T in class org.apache.pulsar.client.impl.MessageImpl & moved to class org.apache.pulsar.client.impl.schema.KeyValueSchema | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter valueBytes : byte[] to schemaVersion : byte[] in method public decode(bytes byte[], schemaVersion byte[]) : KeyValue<K,V> in class org.apache.pulsar.client.impl.schema.KeyValueSchema | From | To | |
| Rename Parameter keyBytes : byte[] to bytes : byte[] in method public decode(bytes byte[], schemaVersion byte[]) : KeyValue<K,V> in class org.apache.pulsar.client.impl.schema.KeyValueSchema | From | To |