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 268871

Summary: static method auto-completion for an instance method
Product: java Reporter: terje7601
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description terje7601 2016-11-07 09:09:14 UTC
To reproduce, create the 2 classes below. Then, inside Child's run method, type "ru" and invoke auto-completion. It auto-completes Base's run method as a static method, even though it's an instance method.

public class Base {

    public void run(String a, String b) {
    }

}


public class Child extends Base {

    public void run() {
    }

}

Product Version: NetBeans IDE 8.2 (Build 201609300101)
Java: 1.8.0_91; Java HotSpot(TM) 64-Bit Server VM 25.91-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_91-b15
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)