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 42158 - Element node fires propChange for nondeclared property
Summary: Element node fires propChange for nondeclared property
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
: 43750 45023 (view as bug list)
Depends on:
Blocks: 44282
  Show dependency tree
 
Reported: 2004-04-20 08:50 UTC by Petr Nejedly
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 Petr Nejedly 2004-04-20 08:50:25 UTC
java.lang.IllegalStateException: Warning - the
node "open"
[org.openide.src.nodes.MethodElementNode] is
trying to fire the property body which is not
included in its property sets. This is illegal.
See IZ #31413 for details.
org.openide.nodes.Node.firePropertyChange(Node.java:802)
org.openide.src.nodes.ElementNode.superPropertyChange(ElementNode.java:345)
org.openide.src.nodes.ElementNode$1.run(ElementNode.java:415)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)

See issue 31553 and 31413
Comment 1 Martin Matula 2004-06-20 12:57:30 UTC
*** Issue 45023 has been marked as a duplicate of this issue. ***
Comment 2 Jan Pokorsky 2004-06-24 14:05:12 UTC
*** Issue 43750 has been marked as a duplicate of this issue. ***
Comment 3 Jan Pokorsky 2004-06-24 17:02:14 UTC
fixed in

/cvs/java/srcmodel/src/org/openide/src/nodes/ElementNode.java,v  <-- 
ElementNode.java
new revision: 1.7; previous revision: 1.6
Comment 4 Quality Engineering 2007-09-20 12:20:08 UTC
Reorganization of java component