Hi,

I'm using eclipse (3.5) on a large project using protobuf v2.1.0, and
I'm encountering tons of strange Eclipse java compiler error on every
protobuf java generated code.

All the errors looks like this one:

The method mergeFrom(Message) is ambiguous for the type
GeneratedMessage.Builder<Bot.PBBot.Builder>

or:
The method mergeDelimitedFrom(InputStream, ExtensionRegistry) is
ambiguous for the type Bot.PBBot.Builder

I see this error for every parseFrom, and or Builder mergeFrom of every
Message.

Now, what gets more strange is that if I compile manually those files
with an ant javac task, they do compile fine, so it's an Eclipse
compiler issue.

I tested with 2.2.0, and have the same issue.

It looks like Issue 115 to me, but reversed:
http://code.google.com/p/protobuf/issues/detail?id=115

Any idea on how to solve the issue?
-- 
Brice Figureau
My Blog: http://www.masterzen.fr/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to