9f7c79aaca44045d2c90445e0744175b9b74eab0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Variable | 1 | ||
Inline Variable escapedCall : String in method public executeQuery(subject RESTSubject, call String, params Map<String,Object>, resultConsumer Consumer<ResourceIterator<Map<String,Object>>>) : String from class org.neo4j.server.rest.security.RESTInteraction | From | To | |
Extract Method | 2 | ||
Extract Method package consume(resultConsumer Consumer<ResourceIterator<Map<String,Object>>>, data JsonNode) : void extracted from public executeQuery(subject RESTSubject, call String, params Map<String,Object>, resultConsumer Consumer<ResourceIterator<Map<String,Object>>>) : String in class org.neo4j.server.rest.security.RESTInteraction | From | To | |
Extract Method package constructQuery(query String) : HTTP.RawPayload extracted from public executeQuery(subject RESTSubject, call String, params Map<String,Object>, resultConsumer Consumer<ResourceIterator<Map<String,Object>>>) : String in class org.neo4j.server.rest.security.RESTInteraction | From | To |