Skip to content

I have a problem for run ./build.sh #8

@K-zhangfengwei

Description

@K-zhangfengwei

I want to install the Iris. When i ran the command "./build.1.sh", an error occurs.

Note: /home/software/Iris-master/src/EvaluateSimulatedAccuracy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.

and i add the command "-Xlint:unchecked " , results are as follows. What should I do with it.
/home/software/Iris-master/src/EvaluateSimulatedAccuracy.java:297: warning: [unchecked] unchecked conversion ArrayList<Double>[] toPrint = new ArrayList[]{shortSeqId, mediumSeqId, largeSeqId}; ^ required: ArrayList<Double>[] found: ArrayList[] 1 warning

My javac version is 1.8.0_152-release

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions