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 - static method auto-completion for an instance method
Summary: static method auto-completion for an instance method
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-07 09:09 UTC by terje7601
Modified: 2016-11-07 09:09 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 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)