Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 232349

Summary: [pull up] final method in interface makes uncompilable code (multiple methods pulled)
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: minor    
Priority: P3    
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Markus Keller CLA 2008-05-15 12:28:09 EDT
HEAD

See bug 200580 comment 5:

pull up getSome() and m(), and then uncheck getSome() from the
methods to be removed in subclasses:

class Sup {
}

class Bug extends Sup {
        final int getSome() {
                return 1;
        }

        void m() { }
}
Comment 1 Eclipse Genie CLA 2019-11-02 16:51:10 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.