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 215933 - Hint "Create Method" is not working
Summary: Hint "Create Method" is not working
Status: RESOLVED DUPLICATE of bug 214439
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-25 09:45 UTC by patkoscsaba
Modified: 2012-07-25 09:50 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 patkoscsaba 2012-07-25 09:45:18 UTC
I just installed NetBeans 7.2 and imported settings from 7.1. 

When editing PHP classes in PHP projects (same projects as in 7.1) if I write a line of code like this:

$this->somePrivateMethodName();

and hit Alt+Enter, the "Create Method somePrivateMethodName in class ClassName" appears as before, but when I select the option and hit Enter nothing happens.

I tried to disable all hints and re-enable them. It doesn't help.
Comment 1 Ondrej Brejla 2012-07-25 09:50:51 UTC
It's the problem of issue #214439

It works properly in the dev build. Fix will be available in 7.2 patch 1.

*** This bug has been marked as a duplicate of bug 214439 ***