568449b8d058ed8281cc5277bb53902fd044cad7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to Response in method public createQuery(statement String, proto String, servletRequest HttpServletRequest, uriInfo UriInfo) : Response in class com.facebook.presto.server.protocol.StatementResource | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private QUERY_RESULTS_CODEC : JsonCodec<QueryResults> in class com.facebook.presto.server.TestServer | From | To | |
Extract Attribute private QUERY_RESULTS_JSON_CODEC : JsonCodec<QueryResults> in class com.facebook.presto.server.TestQueryStateInfoResource | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type submissionFuture : ListenableFuture<?> to submissionFuture : QuerySubmissionFuture in class com.facebook.presto.server.protocol.Query | From | To |