public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* Eclipse build failures in Mauve
@ 2007-01-04 13:31 Roman Kennke
  0 siblings, 0 replies; only message in thread
From: Roman Kennke @ 2007-01-04 13:31 UTC (permalink / raw)
  To: mauve-discuss, mauve-patches

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

I'm getting the following compile errors with Eclipse and JDK5 compiler
setting. I must admit that I don't understand all of the new compiler
errors yet. Any ideas?

/Roman


[-- Attachment #2: mauve-failures.txt --]
[-- Type: text/plain, Size: 5691 bytes --]

Severity and Description	Path	Resource	Location	Creation Time	Id
Name clash: The method getListeners(Class<T>) of type JComponent has the same erasure as getListeners(Class) of type AbstractButtonTest.TestAbstractButton but does not override it	mauve/gnu/testlet/test/javax/swing	AbstractButtonTest.java	line 150	1167916004887	1564440
Name clash: The method getListeners(Class<T>) of type JComponent has the same erasure as getListeners(Class) of type AbstractButtonTest.TestAbstractButton but does not override it	mauve/gnu/testlet/test/javax/swing	JButtonTest.java	line 60	1167916002069	1564408
Name clash: The method getListeners(Class<T>) of type JComponent has the same erasure as getListeners(Class) of type AbstractButtonTest.TestAbstractButton but does not override it	mauve/gnu/testlet/test/javax/swing	JCheckBoxMenuItemTest.java	line 52	1167916002026	1564403
Name clash: The method getListeners(Class<T>) of type JComponent has the same erasure as getListeners(Class) of type AbstractButtonTest.TestAbstractButton but does not override it	mauve/gnu/testlet/test/javax/swing	JMenuItemTest.java	line 75	1167916001121	1564339
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 131	1167915995798	1564186
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 132	1167915995798	1564187
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 133	1167915995799	1564188
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 142	1167915995799	1564191
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 301	1167915995799	1564195
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 302	1167915995799	1564196
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 303	1167915995799	1564197
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 306	1167915995799	1564198
The method add(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteSerializableListener>, EventListenerListTest.ConcreteListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 320	1167915995800	1564199
The method remove(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 136	1167915995799	1564189
The method remove(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 139	1167915995799	1564190
The method remove(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 147	1167915995799	1564192
The method remove(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 150	1167915995799	1564193
The method remove(Class<T>, T) in the type EventListenerList is not applicable for the arguments (Class<EventListenerListTest.ConcreteListener>, EventListener)	mauve/gnu/testlet/test/javax/swing/event	EventListenerListTest.java	line 153	1167915995799	1564194
The type AbstractButtonTest.MyAbstractButton must implement the inherited abstract method AbstractButtonTest.TestAbstractButton.getListeners(Class)	mauve/gnu/testlet/test/javax/swing	AbstractButtonTest.java	line 150	1167916004888	1564441
The type JButtonTest.MyJButton must implement the inherited abstract method AbstractButtonTest.TestAbstractButton.getListeners(Class)	mauve/gnu/testlet/test/javax/swing	JButtonTest.java	line 60	1167916002069	1564409
The type JCheckBoxMenuItemTest.MyJCheckBoxMenuItem must implement the inherited abstract method AbstractButtonTest.TestAbstractButton.getListeners(Class)	mauve/gnu/testlet/test/javax/swing	JCheckBoxMenuItemTest.java	line 52	1167916002026	1564404
The type JMenuItemTest.MyJMenuItem must implement the inherited abstract method AbstractButtonTest.TestAbstractButton.getListeners(Class)	mauve/gnu/testlet/test/javax/swing	JMenuItemTest.java	line 75	1167916001121	1564340

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-04 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-04 13:31 Eclipse build failures in Mauve Roman Kennke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).