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 79713

Summary: Show flat packages instead of folders in Classes view
Product: debugger Reporter: _ sandipchitale <sandipchitale>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker CC: arseniy
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89617    

Description _ sandipchitale 2006-07-04 15:35:26 UTC
It is easier to view the flat packages in the Classes view instead of folders 
for each package level. For example show:

[-] System Class Loader
    [-] javax.swing
        :
        [ ] JButton
        :

instead of:

[-] System Class Loader
    [-] javax
        [-] swing
            :
            [ ] JButton

This will make it more consistent with Projects view. May be this should be 
controlled by the same option that controls the project view.


        :
Comment 1 Martin Entlicher 2006-08-31 18:46:10 UTC
This will definitely improve the usability, scheduling for NetBeans 6.0.
Comment 2 Martin Entlicher 2006-10-04 11:08:06 UTC
The packages are displayed flat by default and an action is added, which allows
to select between list and tree view:

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.33; previous revision: 1.32

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/ClassesActionsProvider.java,v
 <--  ClassesActionsProvider.java
initial revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/ClassesNodeModel.java,v
 <--  ClassesNodeModel.java
new revision: 1.8; previous revision: 1.7

/cvs/debuggerjpda/ui/src/META-INF/debugger/netbeans-JPDASession/ClassesView/org.netbeans.spi.viewmodel.NodeActionsProvider,v
 <--  org.netbeans.spi.viewmodel.NodeActionsProvider
initial revision: 1.1
Comment 3 Jiri Kovalsky 2006-10-19 12:20:22 UTC
The feature is implemented in M4 build of NetBeans 6.0.