da68b23cbaf1f618549fb01a3aae17e687eacbd2
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public getSchemaInfo() : SchemaInfo from class org.apache.pulsar.client.impl.schema.AvroSchema to public getSchemaInfo() : SchemaInfo from class org.apache.pulsar.client.impl.schema.StructSchema | From | To | |
Pull Up Method private createAvroSchema(pojo Class<T>) : Schema from class org.apache.pulsar.client.impl.schema.AvroSchema to protected createAvroSchema(pojo Class<T>) : Schema from class org.apache.pulsar.client.impl.schema.StructSchema | From | To | |
Pull Up Attribute | 5 | ||
Pull Up Attribute private schemaInfo : SchemaInfo from class org.apache.pulsar.client.impl.schema.AvroSchema to protected schemaInfo : SchemaInfo from class org.apache.pulsar.client.impl.schema.StructSchema | From | To | |
Pull Up Attribute private schema : org.apache.avro.Schema from class org.apache.pulsar.client.impl.schema.AvroSchema to protected schema : org.apache.avro.Schema from class org.apache.pulsar.client.impl.schema.StructSchema | From | To | |
Pull Up Attribute private schemaInfo : SchemaInfo from class org.apache.pulsar.client.impl.schema.ProtobufSchema to protected schemaInfo : SchemaInfo from class org.apache.pulsar.client.impl.schema.StructSchema | From | To | |
Pull Up Attribute private schemaInfo : SchemaInfo from class org.apache.pulsar.client.impl.schema.JSONSchema to protected schemaInfo : SchemaInfo from class org.apache.pulsar.client.impl.schema.StructSchema | From | To | |
Pull Up Attribute private schema : org.apache.avro.Schema from class org.apache.pulsar.client.impl.schema.JSONSchema to protected schema : org.apache.avro.Schema from class org.apache.pulsar.client.impl.schema.StructSchema | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.pulsar.client.impl.schema.StructSchema from classes [org.apache.pulsar.client.impl.schema.AvroSchema, org.apache.pulsar.client.impl.schema.JSONSchema, org.apache.pulsar.client.impl.schema.ProtobufSchema] | From | To | |
Extract Method | 1 | ||
Extract Method private createProtobufAvroSchema(pojo Class<T>) : Schema extracted from private ProtobufSchema(properties Map<String,String>, pojo Class<T>) in class org.apache.pulsar.client.impl.schema.ProtobufSchema | From | To |