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 269053

Summary: not automatically creating methods or providing methods after dot
Product: ide Reporter: philonlinux
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description philonlinux 2016-11-21 10:02:29 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 3.14.56 running on i386
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) Client VM 25.101-b13

Reproducibility: Happens every time


2 problems

problem 1
not automatically  adding methods after dot

STEPS:
String lt="hello";
String fb=lt.
 
EXPECTED:
 message pops up
 you select method to use
method gets added after the dot

happens
when method is chosen
the message box disappears and nothing else happens

problem 2
not automatically  creating methods when method does not exist

expected

loadproperties();
loadproperties()  does not exist so red dot in margin
click on dot option to create method appears
click on create method and method created

happens
the option box disappears but no method is created