Bug 31344

Summary: Visibility problem with Eclipse build I20030206
Product: [Tools] GEF Reporter: Rodrigo Peretti <rodrigo>
Component: GEF-Legacy Draw2dAssignee: Eric Bordeau <ebordeau>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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 ***