Opened 7 years ago

Closed 7 years ago

#2095 closed defect (fixed)

Compile error with Eclipse Oxygen (Eclipse 4.7)

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.12
Component: core Version:
Keywords: Cc:

Description

After upgrading my Eclipse installation to Oxygen (=4.7) I get compile errors in the Eclipse console.

The method checkAndLoadClass(ClassLoader, String, boolean, 
Class<capture#7-of ? extends Action>, Class<?>[]) 
is ambiguous for the type ClassUtil

There are two methods with that name. The only difference is that there is one explicit Class parameter more in one of the methods.

The code can still be compiled with ant+javac.

To avoid problems in the future I think we can remove one of the methods. Any resulting source-code incompatibilities should be relatively easy to sort out.

Change History (1)

comment:1 by Nicklas Nordborg, 7 years ago

Resolution: fixed
Status: newclosed

(In [7401]) Fixes #2095: Compile error with Eclipse Oxygen (Eclipse 4.7)

Note: See TracTickets for help on using tickets.