310419c6daea71fe394b3bf67013c3b9d73f472b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 4 | ||
| Change Parameter Type query : Query to withQuery : WithQuery in method public addNamedQuery(name String, withQuery WithQuery) : void in class com.facebook.presto.sql.analyzer.AnalysisContext | From | To | |
| Change Parameter Type columnNames : List<String> to columnNames : Optional<List<String>> in method public WithQuery(name String, query Query, columnNames Optional<List<String>>) in class com.facebook.presto.sql.tree.WithQuery | From | To | |
| Change Parameter Type columnNames : List<String> to columnNames : Optional<List<String>> in method public WithQuery(location NodeLocation, name String, query Query, columnNames Optional<List<String>>) in class com.facebook.presto.sql.tree.WithQuery | From | To | |
| Change Parameter Type columnNames : List<String> to columnNames : Optional<List<String>> in method private WithQuery(location Optional<NodeLocation>, name String, query Query, columnNames Optional<List<String>>) in class com.facebook.presto.sql.tree.WithQuery | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<String> to Optional<List<String>> in method public getColumnNames() : Optional<List<String>> in class com.facebook.presto.sql.tree.WithQuery | From | To | |
| Change Return Type Query to WithQuery in method public getNamedQuery(name String) : WithQuery in class com.facebook.presto.sql.analyzer.AnalysisContext | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type result : Query to result : WithQuery in method public getNamedQuery(name String) : WithQuery in class com.facebook.presto.sql.analyzer.AnalysisContext | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type namedQueries : Map<String,Query> to namedQueries : Map<String,WithQuery> in class com.facebook.presto.sql.analyzer.AnalysisContext | From | To | |
| Change Attribute Type columnNames : List<String> to columnNames : Optional<List<String>> in class com.facebook.presto.sql.tree.WithQuery | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter query : Query to withQuery : WithQuery in method public addNamedQuery(name String, withQuery WithQuery) : void in class com.facebook.presto.sql.analyzer.AnalysisContext | From | To |