Bug 21182 - unimplemented method error after implementing in super
Summary: unimplemented method error after implementing in super
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-02 12:39 EDT by Wes Isberg CLA
Modified: 2003-03-23 12:09 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 Wes Isberg CLA 2002-07-02 12:39:56 EDT
I can't reproduce this with a simple stepwise scenario, but something like the 
following was repeatable with my large project:

- with preferences set for incremental compile
  (workbench compile on save, save on compile)

- Create a java project
  with an abstract class A 
  with abstract method 
  and class B extending A
  and classes C,D extending B,
  save all
  Ok: errors signalled for B, C, & D not implementing method

- implement run() in B, save

BUG: error signalled for C,D not implementing run()

Workaround: nominally edit and save each subclass to provoke recompile.

RFE: restore the former "rebuild" (all) command, so users can reset the state 
of the incremental compiler.

Bugs in similar area: 3305 17259
Comment 1 Kent Johnson CLA 2002-07-03 11:28:23 EDT
Wes: which drop/build are you using?

Also, what do you mean by: 'restore the former "rebuild" (all) command, so 
users can reset the state of the incremental compiler.'?

'Rebuild all' is available on the Project submenu.
Comment 2 Wes Isberg CLA 2002-07-03 11:54:13 EDT
(RFE -> RTFUI: I did find the rebuild command -- thanks!)
- 2.0 build 200206271827
- btw, B may have also been abstract
Comment 3 Kent Johnson CLA 2002-07-03 12:41:10 EDT
Tried reproducing but I do not get errors on B, C & D... only B if its not 
abstract... C & D if B is abstract.

I've tried moving C & D to another project and another package but still cannot 
see any problems.
Comment 4 Kent Johnson CLA 2002-07-18 10:38:57 EDT
Well I suggest we close this until we have repeatable steps.

Ok Wes?
Comment 5 Wes Isberg CLA 2002-07-18 10:43:56 EDT
ok - resolving.
(Need resolution UTR -- unable to reproduce)