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 - ISE while typing comment in editor
Summary: ISE while typing comment in editor
Status: CLOSED DUPLICATE of bug 43750
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 11:05 UTC by pfelenda
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (1.09 KB, text/plain)
2004-06-02 11:06 UTC, pfelenda
Details
Another stack trace (1015 bytes, text/plain)
2004-06-24 07:33 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.