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 59142 - Package view: Remove superfluous com.mycompany
Summary: Package view: Remove superfluous com.mycompany
Status: CLOSED DUPLICATE of bug 53192
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-21 07:03 UTC by randahl
Modified: 2006-03-24 12:56 UTC (History)
1 user (show)

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 randahl 2005-05-21 07:03:10 UTC
Many companies use only package names starting with
com.somecompany.
And many projects of many companies use only package names starting with
com.somecompany.someproject.
And some subprojects even only use package names starting with
com.somecompany.someproject.somemodule.

Thus, if you work on a single module in a single project of a single company
your package view looks like

com.somecompany.someproject.somemodule.subpackageA
com.somecompany.someproject.somemodule.subpackageB
com.somecompany.someproject.somemodule.subpackageC
com.somecompany.someproject.somemodule.subpackageD
com.somecompany.someproject.somemodule.subpackageE
...

I suggest introducing a simple project setting called "Base package" which in
the above situation can be set to
com.somecompany.someproject.somemodule.
resulting in a much easier to read package view looking like

subpackageA
subpackageB
subpackageC
subpackageD
subpackageE


Yours
Randahl
Comment 1 Jesse Glick 2006-02-06 17:30:00 UTC

*** This issue has been marked as a duplicate of 53192 ***
Comment 2 Marian Mirilovic 2006-02-07 09:02:18 UTC
verified duplicate