Bug 31344 - Visibility problem with Eclipse build I20030206
Summary: Visibility problem with Eclipse build I20030206
Status: RESOLVED DUPLICATE of bug 31398
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Draw2d (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eric Bordeau CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-07 12:17 EST by Rodrigo Peretti CLA
Modified: 2003-02-10 09:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Peretti CLA 2003-02-07 12:17:14 EST
I've got the Eclipse build I20030206 and now have some compilation problems 
wrt visibility. The compiler in Eclipse might have changed to show this 
problems. Here are the messages I get on the Tasks view (errors on 
DomainEventDispatcher):

This class must implement the inherited abstract method 
EventDispatcher.updateCursor(), but cannot override it since it is not visible 
from DomainEventDispatcher. Either make the type abstract or make the 
inherited method visible.

This class must implement the inherited abstract method 
EventDispatcher.releaseCapture(), but cannot override it since it is not 
visible from DomainEventDispatcher. Either make the type abstract or make the 
inherited method visible.

This class must implement the inherited abstract method 
EventDispatcher.getMouseTarget(), but cannot override it since it is not 
visible from DomainEventDispatcher. Either make the type abstract or make the 
inherited method visible.

This class must implement the inherited abstract method 
EventDispatcher.getCursorTarget(), but cannot override it since it is not 
visible from DomainEventDispatcher. Either make the type abstract or make the 
inherited method visible.
Comment 1 Randy Hudson CLA 2003-02-07 17:12:12 EST
This is internal API.  Which class are you extending?
Comment 2 Randy Hudson CLA 2003-02-07 17:13:57 EST
Nevermind, I see you are trying to compile GEF with M5.  Eric is using M5, I'll 
let him comment.
Comment 3 Eric Bordeau CLA 2003-02-10 09:50:29 EST

*** This bug has been marked as a duplicate of 31398 ***