Actions
Bug #10010
closederror: incompatible types
Start date:
12/24/2019
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
> Task :compileJava warning: [options] bootstrap class path not set in conjunction with -source 1.7 /srv/****/workspace/MicroTESK/src/main/java/core/ru/ispras/microtesk/translator/mir/MirTransHandler.java:136: error: incompatible types: Map<Object,Object> cannot be converted to Map<String,List<PrimitiveAnd>> return new ITNode(op, Collections.emptyMap()); ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning > Task :compileJava FAILED
Updated by Artem Kotsynyak almost 5 years ago
- Status changed from New to Closed
Java 8 to the rescue!
Actions