4b44f8a8ab1c4c390a02a1186d84ebbe9511a161
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type peek : String to peek : char[] in method package peek(sqlChars char[], index int, peek char[]) : boolean in class org.jooq.impl.Tools | From | To | |
Change Parameter Type peekAny : String[] to peekAny : char[][] in method package peekAny(sqlChars char[], index int, peekAny char[][]) : boolean in class org.jooq.impl.Tools | From | To | |
Change Parameter Type peekAny : String[] to peekAny : char[][] in method package peekAny(sqlChars char[], index int, peekAny char[][], anyWhitespace boolean) : boolean in class org.jooq.impl.Tools | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable peekArray : char[] to peek : char[] in method package peek(sqlChars char[], index int, peek char[], anyWhitespace boolean) : boolean in class org.jooq.impl.Tools | From | To | |
Change Variable Type | 4 | ||
Change Variable Type quotes : String[][] to quotes : char[][][] in method public literal(literal String) : RenderContext in class org.jooq.impl.DefaultRenderContext | From | To | |
Change Variable Type peek : String to peek : char[] in method package peekAny(sqlChars char[], index int, peekAny char[][], anyWhitespace boolean) : boolean in class org.jooq.impl.Tools | From | To | |
Change Variable Type quotes : String[][] to quotes : char[][][] in method package renderAndBind(ctx Context<?>, sql String, substitutes List<QueryPart>) : void in class org.jooq.impl.Tools | From | To | |
Change Variable Type suffix : String to suffix : char[] in method package renderAndBind(ctx Context<?>, sql String, substitutes List<QueryPart>) : void in class org.jooq.impl.Tools | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type JDBC_ESCAPE_PREFIXES : String[] to JDBC_ESCAPE_PREFIXES : char[][] in class org.jooq.impl.Tools | From | To | |
Change Attribute Type NON_BIND_VARIABLE_SUFFIXES : String[] to NON_BIND_VARIABLE_SUFFIXES : char[][] in class org.jooq.impl.Tools | From | To | |
Change Attribute Type QUOTES : EnumMap<SQLDialect,String[][]> to QUOTES : EnumMap<SQLDialect,char[][][]> in class org.jooq.impl.Identifiers | From | To |