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 1892 - Folder sorting seems partially busted.
Summary: Folder sorting seems partially busted.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-20 21:23 UTC by Jesse Glick
Modified: 2008-12-23 10:39 UTC (History)
0 users

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 Jesse Glick 1999-05-20 21:23:51 UTC
- when first opening a folder, even if it had had sorting explicitly set on it in a previous IDE session (and that setting is correctly restored), the actual order seems to be random. Changing the s
orting order thereafter seems to work fine. (Though sometimes an empty space is left in the Explorer tree between two nodes, for no apparent reason.)

[BAT] after some playing with sorting ( I have seen similar bug before but I am sure that I have not performed any sorting action.  Probably bug in Explorer .  Also see picture in attachment
Also I have got this exception but probably not related ?

java.lang.NullPointerException:
        at javax.swing.JComponent.repaint(JComponent.java:3238)
        at javax.swing.plaf.basic.BasicTreeUI$FocusHandler.focusGained(BasicTree
UI.java:2426)
        at javax.swing.plaf.basic.BasicTreeUI$FocusHandler.focusLost(BasicTreeUI
.java:2438)
        at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:171)
        at java.awt.Component.processFocusEvent(Component.java:3053)

        at javax.swing.JComponent.processFocusEvent(JComponent.java:1401)
        at java.awt.Component.processEvent(Component.java:2956)
        at java.awt.Container.processEvent(Container.java:987)
        at java.awt.Component.dispatchEventImpl(Component.java:2376)
        at java.awt.Container.dispatchEventImpl(Container.java:1032)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.LightweightDispatcher.processFocusEvent(Container.java:1683)

        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1650)
        at java.awt.Container.dispatchEventImpl(Container.java:1019)
        at java.awt.Window.dispatchEventImpl(Window.java:714)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatc
Comment 1 Marek Grummich 2000-07-25 09:27:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:57:53 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:19:41 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2008-06-27 16:29:52 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #285 build
Changeset: http://hg.netbeans.org/main/rev/0b32a4356b83
User: Jesse Glick <jglick@netbeans.org>
Log: Fixing miscellaneous test failures in javadoc-nbms #1892.