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 194645 - generate method ... in class ... hint should generate protected method if it's name starts with underscore
Summary: generate method ... in class ... hint should generate protected method if it'...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 09:42 UTC by vsushkov
Modified: 2012-04-10 12:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vsushkov 2011-01-24 09:42:42 UTC
generate method ... in class ... hint should generate protected method if it's name starts with underscore. Also, I think, it's be better if the just generated method will be placed at the bottom of the class.
Comment 1 Sc0tTyXL 2011-01-31 11:12:06 UTC
Since i dont use underscore's for protected methods i wouldn't like this.
Imho a code completion box should appear with the choise to set to public / protected / private.
Comment 2 vsushkov 2011-01-31 11:31:16 UTC
Will be better if all this options will be configurable from options.
Comment 3 OndrejBrejla 2011-03-04 09:42:13 UTC
Why that ugly decorator? I thought that it's just hangover...