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 1673 - Exception during renaming Repository.
Summary: Exception during renaming Repository.
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-08 01:59 UTC by Milan Kubec
Modified: 2008-12-23 11:41 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 Milan Kubec 1999-05-08 01:59:59 UTC
The following exception is thrown when renaming Repository in window Property Editor: Name (String), but only if new name if confirmed by Enter.

Exception occurred during event dispatching:
java.lang.NullPointerException
        at com.netbeans.ide.explorer.propertysheet.PropertyDialogManager.doButtonPressed(PropertyDialogManager.java:211)
        at com.netbeans.ide.explorer.propertysheet.PropertyDialogManager.access$0(PropertyDialogManager.java:209)
        at com.netbeans.ide.explorer.propertysheet.PropertyDialogManager$1.actionPerformed(PropertyDialogManager.java:141)
        at com.netbeans.developer.impl.NbDialog$5.actionPerformed(NbDialog.java:149)

        at javax.swing.JComponent.processKeyBinding(Compiled Code)
        at javax.swing.JComponent.processKeyBindings(Compiled Code)
        at javax.swing.JComponent.processKeyEvent(Compiled Code)
        at java.awt.Component.processEvent(Compiled Code)
        at java.awt.Container.processEvent(Compiled Code)
        at java.awt.Component.dispatchEventImpl(Compiled Code)
        at java.awt.Container.dispatchEventImpl(Compiled Code)
        at java.awt.Component.dispatchEvent(Compiled Code)
        at java.awt.LightweightDispatcher.processKeyEvent(Compiled Code)
        at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
        at java.awt.Container.dispatchEventImpl(Compiled Code)
        at java.awt.Window.dispatchEventImpl(Compiled Code)
        at java.awt.Component.dispatchEvent(Compiled Code)
        at java.awt.EventQueue.dispatchEvent(Compiled Code)
        at java.awt.EventDispatchThread.run(Compiled Code)
Comment 1 Marek Grummich 2000-07-25 09:25:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:55:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:17:46 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.