ce584d96167a6be5ec24e2da7958f22d5326b875
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private writePropertyContainer(out JsonGenerator, value PropertyContainer) : void renamed to private writeRelationship(out JsonGenerator, node Relationship, txStateChecker TransactionStateChecker) : void in class org.neo4j.server.rest.transactional.Neo4jJsonCodec | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type value : PropertyContainer to node : Relationship in method private writeRelationship(out JsonGenerator, node Relationship, txStateChecker TransactionStateChecker) : void in class org.neo4j.server.rest.transactional.Neo4jJsonCodec | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.server.rest.transactional.TxStateCheckerTestSupport from classes [org.neo4j.server.rest.transactional.ExecutionResultSerializerTest, org.neo4j.server.rest.transactional.Neo4jJsonCodecTest] | From | To | |
| Extract Variable | 2 | ||
| Extract Variable nodeId : long in method private writeNodes(out JsonGenerator, nodes Iterable<Node>, txStateChecker TransactionStateChecker) : void from class org.neo4j.server.rest.transactional.GraphExtractionWriter | From | To | |
| Extract Variable relationshipId : long in method private writeRelationships(out JsonGenerator, relationships Iterable<Relationship>, txStateChecker TransactionStateChecker) : void from class org.neo4j.server.rest.transactional.GraphExtractionWriter | From | To | |
| Extract Method | 7 | ||
| Extract Method private getSerializerWith(output OutputStream, uri String) : ExecutionResultSerializer extracted from public shouldSerializePlanWithoutChildButAllKindsOfSupportedArguments() : void in class org.neo4j.server.rest.transactional.ExecutionResultSerializerTest | From | To | |
| Extract Method private getSerializerWith(output OutputStream, uri String, logProvider LogProvider) : ExecutionResultSerializer extracted from public shouldAbbreviateWellKnownIOErrors() : void in class org.neo4j.server.rest.transactional.ExecutionResultSerializerTest | From | To | |
| Extract Method private getSerializerWith(output OutputStream, uri String) : ExecutionResultSerializer extracted from public shouldSerializePlanWithoutChildButWithIdentifiers() : void in class org.neo4j.server.rest.transactional.ExecutionResultSerializerTest | From | To | |
| Extract Method private getSerializerWith(output OutputStream, uri String) : ExecutionResultSerializer extracted from public shouldProduceResultStreamWithLegacyRestFormatAndNestedMaps() : void in class org.neo4j.server.rest.transactional.ExecutionResultSerializerTest | From | To | |
| Extract Method private getSerializerWith(output OutputStream, uri String) : ExecutionResultSerializer extracted from public shouldSerializePlanWithChildren() : void in class org.neo4j.server.rest.transactional.ExecutionResultSerializerTest | From | To | |
| Extract Method private getSerializerWith(output OutputStream, uri String, logProvider LogProvider) : ExecutionResultSerializer extracted from public shouldLogIOErrors() : void in class org.neo4j.server.rest.transactional.ExecutionResultSerializerTest | From | To | |
| Extract Method private getSerializerWith(output OutputStream, uri String) : ExecutionResultSerializer extracted from public shouldProduceResultStreamWithLegacyRestFormat() : void in class org.neo4j.server.rest.transactional.ExecutionResultSerializerTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter value : PropertyContainer to node : Relationship in method private writeRelationship(out JsonGenerator, node Relationship, txStateChecker TransactionStateChecker) : void in class org.neo4j.server.rest.transactional.Neo4jJsonCodec | From | To |