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 7265 - Probably problem with non-reentrancy in Java module.
Summary: Probably problem with non-reentrancy in Java module.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-03 14:54 UTC by Antonin Nebuzelsky
Modified: 2007-09-26 09:14 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 Antonin Nebuzelsky 2000-08-03 14:54:25 UTC
[1069] with CORBA IE module

Reproduction:
1) Create idl file with at least two interfaces
2) Generate implementation
3) Change the idl file
4) Update implementation

Two exceptions appear:

java.lang.IllegalStateException
        at org.netbeans.modules.java.JavaConnections.showChangesDialog(JavaConne
ctions.java:331)
        at org.netbeans.modules.corba.idl.generator.ImplGenerator$1.run(ImplGene
rator.java:2090)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:10
3)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.Dialog.show(Dialog.java:370)
        at org.netbeans.core.NbPresenter.show(NbPresenter.java:449)
        at org.netbeans.modules.java.JavaConnections.showChangesDialog(JavaConne
ctions.java:334)
        at org.netbeans.modules.corba.idl.generator.ImplGenerator$1.run(ImplGene
rator.java:2090)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:10
3)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)

java.lang.NullPointerException
        at org.netbeans.modules.java.JavaConnections.showChangesDialog(JavaConne
ctions.java:337)
        at org.netbeans.modules.corba.idl.generator.ImplGenerator$1.run(ImplGene
rator.java:2090)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:10
3)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Svata Dedic 2000-08-04 11:18:59 UTC
Fixed in Dev-14, waiting for approval for 107*
Comment 2 Svata Dedic 2000-08-08 13:13:59 UTC
Integrated for 1074