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 171885 - Generating imports from the same package
Summary: Generating imports from the same package
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 09:45 UTC by David Strupl
Modified: 2012-11-16 02:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2009-09-10 09:45:24 UTC
Product Version: NetBeans IDE Dev (Build 200909081533)
Java: 1.6.0_14; Java HotSpot(TM) Client VM 14.0-b16
System: Linux version 2.6.24-24-generic running on i386; UTF-8; cs_CZ (nb)
Userdir: /home/david/.netbeans/dev

1. Generate intity from database
2. use the same package for the controller, the facade and the bean.
3. In the controller the bean and the facade are imported and the imports are marked with "Import from the same package"
e.g. in my case in file test1.UzivController I have following imports
import test1.Uziv;
import test1.util.JsfUtil;
import test1.util.PaginationHelper;
import test1.UzivFacade;

--- the Uziv and UzivFacade are in the same package as UzivController ...
Comment 1 Martin Fousek 2012-11-15 09:08:45 UTC
Thanks for reporting. Fixed in web-main #1820068ca58d.
Comment 2 Quality Engineering 2012-11-16 02:40:48 UTC
Integrated into 'main-golden', will be available in build *201211160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1820068ca58d
User: Martin Fousek <marfous@netbeans.org>
Log: #171885 - Generating imports from the same package