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.

View | Details | Raw Unified | Return to bug 124038
Collapse All | Expand All

(-)java/project/src/org/netbeans/spi/java/project/support/ui/PackageViewChildren.java (-1 / +1 lines)
Lines 601-607 Link Here
601
    
601
    
602
    private final DataFilter NO_FOLDERS_FILTER = new NoFoldersDataFilter();
602
    private final DataFilter NO_FOLDERS_FILTER = new NoFoldersDataFilter();
603
603
604
    private static Action actions[];
605
        
604
        
606
    private static boolean isEmpty(DataFolder dataFolder) {
605
    private static boolean isEmpty(DataFolder dataFolder) {
607
        if ( dataFolder == null ) {
606
        if ( dataFolder == null ) {
Lines 611-616 Link Here
611
    }
610
    }
612
    
611
    
613
    final class PackageNode extends FilterNode {
612
    final class PackageNode extends FilterNode {
613
        private Action actions[];
614
        
614
        
615
        private final FileObject root;
615
        private final FileObject root;
616
        private DataFolder dataFolder;
616
        private DataFolder dataFolder;

Return to bug 124038