Skip to content

Build Error #3

@GaryFurash

Description

@GaryFurash

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions