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 - not automatically creating methods or providing methods after dot
Summary: not automatically creating methods or providing methods after dot
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-21 10:02 UTC by philonlinux
Modified: 2016-11-21 10:02 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 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