This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254513 - Refactor allows to push down the implemented interface method
Summary: Refactor allows to push down the implemented interface method
Status: RESOLVED DUPLICATE of bug 237654
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-19 14:40 UTC by stwr
Modified: 2015-08-25 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-08-19 14:40:26 UTC
Product Version: NetBeans IDE Dev (Build 201508190002)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 10 version 10.0 running on amd64; Cp1250; pl_PL (nb)

Test Case --> http://services.netbeans.org/synergy/client/app/#/case/5134/suite/2023/v/1

The actual result is different than the expected. Actually it is possible to perform this refactoring what finally causes uncompilable code.
Comment 1 manikantannaren 2015-08-24 15:33:10 UTC
Method is pushed down to child classes, but the current class is not made abstract thus introducing compilation error.
Comment 2 Jiri Prox 2015-08-25 10:33:37 UTC

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