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 44167

Summary: ISE while typing comment in editor
Product: java Reporter: pfelenda <pfelenda>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED DUPLICATE    
Severity: blocker CC: jskrivanek
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception
Another stack trace

Description pfelenda 2004-06-02 11:05:44 UTC
It is not reporducible.
I typed comment and the ISE appear.

------    tail of exception   -------


INFORMATIONAL *********** Exception occurred
************ at 11:57 AM on Jun 2, 2004
[catch]java.lang.IllegalStateException: Warning -
the node "main"
[org.openide.src.nodes.MethodElementNode] is
trying to fire the property javadoc which is not
included in its property sets. This is illegal.
See IZ #31413 for details.
        at
org.openide.nodes.Node.firePropertyChange(Node.java:828)
Comment 1 pfelenda 2004-06-02 11:06:13 UTC
Created attachment 15417 [details]
Exception
Comment 2 Petr Hrebejk 2004-06-02 12:08:38 UTC
Just a warning. And clearly should not be assigned to nodes.
Comment 3 Jiri Skrivanek 2004-06-24 07:33:00 UTC
Created attachment 15976 [details]
Another stack trace
Comment 4 Jiri Skrivanek 2004-06-24 07:34:22 UTC
Attached warning is logged when you rename class.
Comment 5 Jan Pokorsky 2004-06-24 13:52:56 UTC

*** This issue has been marked as a duplicate of 43750 ***
Comment 6 pfelenda 2004-08-17 15:41:29 UTC
Verified it is duplicate.