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 146395 - [65cat] Getters / Setters from Parent Class
Summary: [65cat] Getters / Setters from Parent Class
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-06 10:20 UTC by chronosmark
Modified: 2010-09-17 05:29 UTC (History)
1 user (show)

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 chronosmark 2008-09-06 10:20:02 UTC
[ JDK VERSION : 1.6.0_07 ]

When you do the insert Getters / Setters for a class if the class has
been extended it would be useful if you could create getters and
setters to act with the parent classes variables.
Comment 1 Petr Pisl 2008-09-08 08:33:43 UTC
So you suggest to show in the dialog also properties, which doesn't have appropriate getter and setter in the extended
classes? Or it should show properties, which have already getter or setter to allow to overwrite?
Comment 2 chronosmark 2008-09-08 10:13:27 UTC
Yes it would be good to be able to override the already defined getters and setters as well. 
Perhaps being able to toggle the list between the already defined and undefined would be useful.