1308c98adefd90b07f19202837655d2ef8fa11fb
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 10
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.antlr:antlr4-runtime:4.3 | |
org.antlr:antlr4-annotations:4.3 | |
Removed | |
org.antlr:antlr-runtime:3.4 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public validateIdentifier(input IntStream, name String, allowedSymbols EnumSet<IdentifierSymbol>) : void from class com.facebook.presto.sql.parser.IdentifierSymbol to public exitUnquotedIdentifier(context SqlBaseParser.UnquotedIdentifierContext) : void from class com.facebook.presto.sql.parser.SqlParser.PostProcessor | From | To | |
Inline Method | 2 | ||
Inline Method public LT(i int) : int inlined to public LA(i int) : int in class com.facebook.presto.sql.parser.CaseInsensitiveStream | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.facebook.presto.sql.parser.StatementSplitter.ErrorHandlingLexer moved and renamed to com.facebook.presto.sql.parser.DelimiterLexer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute terminators : Set<String> to delimiters : Set<String> in class com.facebook.presto.sql.parser.DelimiterLexer | From | To | |
Rename Parameter | 2 | ||
Rename Parameter terminators : Set<String> to delimiters : Set<String> in method public DelimiterLexer(input CharStream, delimiters Set<String>) in class com.facebook.presto.sql.parser.DelimiterLexer | From | To | |
Rename Parameter s : String to delimiter : String in method private match(delimiter String) : boolean in class com.facebook.presto.sql.parser.DelimiterLexer | From | To |