0da4e4af407650de874ed6c9de891d98aa540aad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 6 | ||
Extract Method public validate(message byte[]) : void extracted from public decode(bytes byte[]) : Long in class org.apache.pulsar.client.impl.schema.LongSchema | From | To | |
Extract Method public validate(message byte[]) : void extracted from public decode(bytes byte[]) : Integer in class org.apache.pulsar.client.impl.schema.IntSchema | From | To | |
Extract Method public validate(message byte[]) : void extracted from public decode(bytes byte[]) : Byte in class org.apache.pulsar.client.impl.schema.ByteSchema | From | To | |
Extract Method public validate(message byte[]) : void extracted from public decode(bytes byte[]) : Short in class org.apache.pulsar.client.impl.schema.ShortSchema | From | To | |
Extract Method public validate(message byte[]) : void extracted from public decode(bytes byte[]) : Double in class org.apache.pulsar.client.impl.schema.DoubleSchema | From | To | |
Extract Method public validate(message byte[]) : void extracted from public decode(bytes byte[]) : Float in class org.apache.pulsar.client.impl.schema.FloatSchema | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public validate(message byte[]) : void extracted from public encode(message byte[]) : byte[] in class org.apache.pulsar.client.impl.schema.AutoProduceBytesSchema & moved to class org.apache.pulsar.client.api.Schema | From | To | |
Rename Parameter | 6 | ||
Rename Parameter bytes : byte[] to message : byte[] in method public validate(message byte[]) : void in class org.apache.pulsar.client.impl.schema.IntSchema | From | To | |
Rename Parameter bytes : byte[] to message : byte[] in method public validate(message byte[]) : void in class org.apache.pulsar.client.impl.schema.ByteSchema | From | To | |
Rename Parameter bytes : byte[] to message : byte[] in method public validate(message byte[]) : void in class org.apache.pulsar.client.impl.schema.DoubleSchema | From | To | |
Rename Parameter bytes : byte[] to message : byte[] in method public validate(message byte[]) : void in class org.apache.pulsar.client.impl.schema.ShortSchema | From | To | |
Rename Parameter bytes : byte[] to message : byte[] in method public validate(message byte[]) : void in class org.apache.pulsar.client.impl.schema.LongSchema | From | To | |
Rename Parameter bytes : byte[] to message : byte[] in method public validate(message byte[]) : void in class org.apache.pulsar.client.impl.schema.FloatSchema | From | To |