82d9e7160734f0e3b666085b00946e655d4eccf8
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 1 | ||
Move Class org.apache.pulsar.admin.cli.CmdSchemas.ByteArrayToStringAdapter moved to org.apache.pulsar.client.impl.schema.SchemaUtils.ByteArrayToStringAdapter | From | To | |
Extract Variable | 1 | ||
Extract Variable schemaDef : String in method public serialize(src byte[], typeOfSrc Type, context JsonSerializationContext) : JsonElement from class org.apache.pulsar.client.impl.schema.SchemaUtils.ByteArrayToStringAdapter | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public decode(data byte[], decoder KeyValueDecoder<K,V>) : KeyValue<K,V> extracted from public decode(bytes byte[], schemaVersion byte[]) : KeyValue<K,V> in class org.apache.pulsar.client.impl.schema.KeyValueSchema & moved to class org.apache.pulsar.common.schema.KeyValue | From | To | |
Extract And Move Method public encode(key K, keyWriter Schema<K>, value V, valueWriter Schema<V>) : byte[] extracted from public encode(message KeyValue<K,V>) : byte[] in class org.apache.pulsar.client.impl.schema.KeyValueSchema & moved to class org.apache.pulsar.common.schema.KeyValue | From | To |