-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Regardless of JDK (I tried w/ 1.8.0), I get the following error on build
[javac] C:\Users\gffurash\Downloads\jsqlparser\src\net\sf\jsqlparser\parser\CCJSqlParser.java:1778: error: method setSelectItems in class PlainSelect cannot be applied to given types;
[javac] body.setSelectItems(Arrays.asList(
[javac] ^
[javac] required: List
[javac] found: List
[javac] reason: actual argument List cannot be converted to List by method invocation conversion
[javac] Note: C:\Users\gffurash\Downloads\jsqlparser\src\net\sf\jsqlparser\expression\DateValue.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: C:\Users\gffurash\Downloads\jsqlparser\src\net\sf\jsqlparser\parser\CCJSqlParser.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error