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

Summary: [60cat] When generating classes keep them lean and mean
Product: javame Reporter: ieising <ieising>
Component: -- Other --Assignee: issues@mobility <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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