4a480da1cfc25f1141e9c3fac4db94f9c7d6febf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable resultsError : QueryError to queryError : QueryError in method private getCause(queryError QueryError) : RuntimeException in class com.facebook.presto.benchmark.driver.BenchmarkQueryRunner | From | To | |
Extract Method | 3 | ||
Extract Method private execute(session ClientSession, query String, queryDataConsumer Consumer<QueryData>, queryErrorConsumer Consumer<QueryError>) : StatementStats extracted from public getSchemas(session ClientSession) : List<String> in class com.facebook.presto.benchmark.driver.BenchmarkQueryRunner | From | To | |
Extract Method private execute(session ClientSession, query String, queryDataConsumer Consumer<QueryData>, queryErrorConsumer Consumer<QueryError>) : StatementStats extracted from private execute(session ClientSession, name String, query String) : StatementStats in class com.facebook.presto.benchmark.driver.BenchmarkQueryRunner | From | To | |
Extract Method private getCause(queryError QueryError) : RuntimeException extracted from private execute(session ClientSession, name String, query String) : StatementStats in class com.facebook.presto.benchmark.driver.BenchmarkQueryRunner | From | To |