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 44448 - corrupted jmi objects' event model
Summary: corrupted jmi objects' event model
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 15:44 UTC by Jan Pokorsky
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 Jan Pokorsky 2004-06-07 15:44:29 UTC
1. have a java file
  class A {
    int a = 1;
  }
2. get the field 'a' via JMI
3. register MDRChangeListener to it

4. change initial value ( 1->2 ) in editor. The
field fires none event but its declaring class A
fires the AttributeEvent 'name'.
5. change initial value via
Field.setInitialValueText. Now you get
AttributeEvent 'initialValueText' as expected.
Comment 1 Jan Pokorsky 2004-06-07 16:58:35 UTC
The same is valid for the Method and its exceptionNames attribute.
Comment 2 Jan Pokorsky 2004-06-07 18:26:16 UTC
The same is valid for the JavaClass and its superClassName attribute.
Comment 3 Tomas Hurka 2004-06-22 08:42:11 UTC
Moved to new subcomponent java/javacore.
Comment 4 Tomas Hurka 2004-06-22 10:17:14 UTC
use exception attribute instead of exceptionNames, and supeclass instead of 
superClassName . No event is fired for initialValueText after direct source change.
Comment 5 Tomas Hurka 2004-07-02 10:10:05 UTC
No event is fired for exceptionNames and superClassName.
Comment 6 Quality Engineering 2007-09-20 12:01:46 UTC
Reorganization of java component