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
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