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 166365 - Classes in non-default packages should show in package view instead of tree view
Summary: Classes in non-default packages should show in package view instead of tree view
Status: RESOLVED DUPLICATE of bug 160028
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-01 19:10 UTC by akochnev
Modified: 2009-06-03 05:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screnshot of the problem (26.16 KB, image/png)
2009-06-01 19:19 UTC, akochnev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akochnev 2009-06-01 19:10:35 UTC
If I put the grails artifacts (e.g. domain object, controllers, whatever) into a package they are displayed in a "tree"
view instead of a package view. Although by default Grails artifacts sit in a default package, any non-trivial setup
will most likely organize them into packages and the current display is both cumbersome (e.g. I have to click and expand
a folder 5 times before I get to the code) and non-intuitive ( classes in packages should really show up in package view
not in trees). 

At least, if the default cannot be changed, each project node should allow the user to specify if the contents should be
shown in tree or package mode.
Comment 1 akochnev 2009-06-01 19:19:46 UTC
Created attachment 83079 [details]
screnshot of the problem
Comment 2 akochnev 2009-06-03 05:20:56 UTC

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