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 122782 - [60cat] When generating classes keep them lean and mean
Summary: [60cat] When generating classes keep them lean and mean
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@mobility
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-26 15:40 UTC by ieising
Modified: 2008-05-06 11:15 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 ieising 2007-11-26 15:40:00 UTC
[ BUILD # : RC2 ]
[ JDK VERSION : 1.6.0_02 ]

Hi,

It would be nice if I had the option to keep classes lean and mean
when they are generated. Starting with making all fields public so
there is no need for accessors. For mobile apps this can make a huge
difference.

I can always choose to encapsulate the fields where necessary. The
other way around is not possible I believe.

Iwan