Description Resource Path Location Type Type mismatch: cannot convert from List<Object> to List<JsonSkeletonRidge> JsonSkeleton.java /sourceafis/src/main/java/com/machinezoo/sourceafis line 19 Java Problem Arrays.sort(minutiae, Comparator .comparing((Minutia m) -> ((m.position.x * prime) + m.position.y) * prime) .thenComparing(m -> m.position.x) .thenComparing(m -> m.position.y) .thenComparing(m -> m.direction) .thenComparing(m -> m.type)); transparency.logShuffledMinutiae(this); Description Resource...
Hi, Followed your suggestion and migrated to jre1.8.0_162u and nearly all errors disappeared. However, a couple of them still remain. Looks like my JRE version though 8 does not support these 2 conversions. What is the recommended major and minor version of jre and Eclipse ? I tried the above in Eclipse Luna. Error1: Type mismatch: cannot convert from MinutiaType to Comparable<? super Comparable<? super Error2: Type mismatch: cannot convert from List<Object> to List<JsonSkeletonRidge> regards Su...
Hi, I was exploring the usage of sourceafis apis for an academic project.I imported the project into Eclipse but then saw that some of the Java Metaprogramming and JSON APIs don't compile. eg (n->n) and similar constructs. What am I missing here ? Is there a link that captures the build procedure or is there an additional jar file that I need to include ? Thanks and regards Sunil