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.
Note:
See TracTickets
for help on using tickets.
(In [7401]) Fixes #2095: Compile error with Eclipse Oxygen (Eclipse 4.7)