Hi Gary, 

Did a fresh checkout from SVN, imported into Eclipse as Maven project. Few 
warnings in the Problems window, but no errors. 


Executed few clean / build project, still no problem.

Tried mvn clean eclipse:clean eclipse:eclipse, refreshed the project, built it 
again, no problem.

mvn clean compile, in command line and from Eclipse / Run As / Maven Build 
showed no errors too.


Here are my settings: 


- Windows 7 SP1 32 bits

- Java 1.6.0_29
- Eclipse Indigo Jave EE IDE for Web Developers, build ID 20110615-0604
- Maven 3.0.3
- m2e eclipse plug-in 1.0.100.20110804-1717

- SVN info URL: http://svn.apache.org/repos/asf/commons/proper/collections/trunk


Everything working fine here. Hope that helps :)


Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com


----- Original Message -----
> From: Gary Gregory <garydgreg...@gmail.com>
> To: Commons Developers List <dev@commons.apache.org>
> Cc: 
> Sent: Monday, 30 January 2012 5:46 PM
> Subject: [collections] Eclipse compiler problems
> 
> Hi All:
> 
> Does anyone else see this in [collections] trunk:
> 
> Description    Resource    Path    Location    Type
> Name clash: The method get(K) of type MultiMap<K,V> has the same erasure 
> as
> get(Object) of type Get<K,V> but does not override it    MultiMap.java
> /commons-collections/src/java/org/apache/commons/collections    line 100
> Java Problem
> Name clash: The method get(K) of type MultiMap<K,V> has the same erasure 
> as
> get(Object) of type Map<K,V> but does not override it    MultiMap.java
> /commons-collections/src/java/org/apache/commons/collections    line 100
> Java Problem
> Name clash: The method remove(K) of type MultiMap<K,V> has the same 
> erasure
> as remove(Object) of type Get<K,V> but does not override it
> MultiMap.java
> /commons-collections/src/java/org/apache/commons/collections    line 146
> Java Problem
> Name clash: The method remove(K) of type MultiMap<K,V> has the same 
> erasure
> as remove(Object) of type Map<K,V> but does not override it
> MultiMap.java
> /commons-collections/src/java/org/apache/commons/collections    line 146
> Java Problem
> 
> I am using Eclipse Classic 3.7.1.
> 
> Gary
> 
> -- 
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to