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 113954 - Keep "get_" patern for methods generated from imported mvd file
Summary: Keep "get_" patern for methods generated from imported mvd file
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker with 1 vote (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 09:50 UTC by David Kaspar
Modified: 2008-05-06 10:49 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 David Kaspar 2007-08-28 09:50:19 UTC
During the convertion of old file format to new vmd file format, the generated code is using different (finally correct)
style of getter method names.
previously: get_field
now: getField

It would be good if the getter method names would be the same after the conversion as previously. It is because the
converter is updating the code in the converted-file - not whole project. When an user have to do it manually.

Solution:
It could be done by introducing ClassCD.getterName property (null by default). The converter will be set a value of this
property to force the getter name. Also ClassCD.CodeReferencePresenter has to be updated to use the property.
Comment 1 David Kaspar 2007-08-28 09:53:07 UTC
Solution:
Also ClassCD.CodeNamePresenter has to be updated.
Comment 2 David Kaspar 2007-09-17 12:59:48 UTC
Very likely it will not be implemented in NB 6.0.