a01b0054aecef0c3ae5a85220bbdd634cc8fe2b5
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type knownType : KnownType to structType : StructType in method public ensureCorrectStructSize(structType StructType, expected int, actual long) : void in class org.neo4j.bolt.v1.packstream.PackStream.Unpacker | From | To | |
Rename Variable | 1 | ||
Rename Variable knownType : KnownType to structType : StructType in method protected unpackStruct(signature char, size long) : AnyValue in class org.neo4j.bolt.v1.messaging.Neo4jPackV1.UnpackerV1 | From | To | |
Change Return Type | 3 | ||
Change Return Type KnownType to StructType in method public valueOf(signature char) : StructType in class org.neo4j.bolt.messaging.StructType | From | To | |
Change Return Type Map<Byte,KnownType> to Map<Byte,StructType> in method private knownTypesBySignature() : Map<Byte,StructType> in class org.neo4j.bolt.messaging.StructType | From | To | |
Change Return Type KnownType to StructType in method public valueOf(signature byte) : StructType in class org.neo4j.bolt.messaging.StructType | From | To | |
Rename Class | 4 | ||
Rename Class org.neo4j.bolt.v2.transport.integration.UnsupportedKnownTypesV2IT renamed to org.neo4j.bolt.v2.transport.integration.UnsupportedStructTypesV2IT | From | To | |
Rename Class org.neo4j.bolt.v1.transport.integration.UnsupportedKnownTypesV1V2IT renamed to org.neo4j.bolt.v1.transport.integration.UnsupportedStructTypesV1V2IT | From | To | |
Rename Class org.neo4j.bolt.v1.transport.integration.UnsupportedKnownTypesV1IT renamed to org.neo4j.bolt.v1.transport.integration.UnsupportedStructTypesV1IT | From | To | |
Rename Class org.neo4j.bolt.messaging.KnownType renamed to org.neo4j.bolt.messaging.StructType | From | To | |
Change Variable Type | 4 | ||
Change Variable Type knownType : KnownType to structType : StructType in method protected unpackStruct(signature char, size long) : AnyValue in class org.neo4j.bolt.v1.messaging.Neo4jPackV1.UnpackerV1 | From | To | |
Change Variable Type type : KnownType to type : StructType in method protected unpackStruct(signature char, size long) : AnyValue in class org.neo4j.bolt.v2.messaging.Neo4jPackV2.UnpackerV2 | From | To | |
Change Variable Type type : KnownType to type : StructType in method private knownTypesBySignature() : Map<Byte,StructType> in class org.neo4j.bolt.messaging.StructType | From | To | |
Change Variable Type result : Map<Byte,KnownType> to result : Map<Byte,StructType> in method private knownTypesBySignature() : Map<Byte,StructType> in class org.neo4j.bolt.messaging.StructType | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type knownTypesBySignature : Map<Byte,KnownType> to knownTypesBySignature : Map<Byte,StructType> in class org.neo4j.bolt.messaging.StructType | From | To | |
Rename Parameter | 1 | ||
Rename Parameter knownType : KnownType to structType : StructType in method public ensureCorrectStructSize(structType StructType, expected int, actual long) : void in class org.neo4j.bolt.v1.packstream.PackStream.Unpacker | From | To |