You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Import org.eclipse.equinox.log.ExtendedLogService in a module.
2. Run my application
What is the expected output? What do you see instead?
I got the following error:
java.lang.ClassFormatError: Duplicate method name&signature in class file
org/eclipse/equinox/log/ExtendedLogService$pbryglu
What version of the product are you using? On what operating system?
Peaberry-1.1.1
Please provide any additional information below.
I think it is caused by multiple super interfaces with at lease one same
method (in my case: org.osgi.service.log.LogService and
org.eclipse.equinox.log.Logger both have log(int, String) method).
ImportGlue.generateProxy() use Class.getMethods() to retrieve all the
methods which may contains this kind of duplications.
Reported by oasisfeng on 2010-05-27 10:52:39
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 51
Reported by
oasisfeng
on 2010-05-27 10:52:39The text was updated successfully, but these errors were encountered: