Project

General

Profile

Actions

Bug #10010

closed

error: incompatible types

Added by Alexander Protsenko over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Build
Target version:
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
Actions #1

Updated by Artem Kotsynyak over 4 years ago

  • Status changed from New to Closed

577302b3

Java 8 to the rescue!

Actions

Also available in: Atom PDF