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 22385 - Forte package import - code generation
Summary: Forte package import - code generation
Status: RESOLVED DUPLICATE of bug 7781
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-12 17:53 UTC by gaikokujin
Modified: 2003-03-11 16:26 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 gaikokujin 2002-04-12 17:53:35 UTC
Forte includes the full path of the packages to find the 
classes it uses.

For example, Forte writes the full path to refer any class 
or method, like: 
- "private javax.swing.JButton jbutton1; "
- "jbutton1 = new javax.swing JButton( ); " 

This produces hard to read java code.  This is preferred:

include javax.swing;
private JButton jbutton1;
jbutton1 = new JButton( );
Comment 1 Svata Dedic 2002-05-21 17:47:55 UTC
Cleaning up before 4.0 planning
Comment 2 Marek Grummich 2002-07-19 16:34:25 UTC
Target milestone was changed from not determined to TBD
Comment 3 Jan Becicka 2002-08-06 13:00:59 UTC
The code is generated by form module.
Comment 4 Tomas Pavek 2003-03-11 16:26:57 UTC

*** This issue has been marked as a duplicate of 7781 ***