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

Summary: Refactor allows to push down the implemented interface method
Product: java Reporter: stwr
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

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