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 58196 - MDR events do not work for annotations
Summary: MDR events do not work for annotations
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-21 21:16 UTC by Pavel Buzek
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 Pavel Buzek 2005-04-21 21:16:39 UTC
When I add an annotation into a class the IDE throws an exception (I will attach
it). The problem is that when I register listener on AnnotationClass I do not
get events when an annotation is created. I do get event to the same listener
when the annotation is deleted.
Comment 1 Martin Matula 2005-04-22 14:38:27 UTC
Fixed.

Checking in src/org/netbeans/modules/javacore/jmiimpl/javamodel/FeatureImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/FeatureImpl.java,v
 <--  FeatureImpl.java
new revision: 1.38; previous revision: 1.37
done
Comment 2 Jiri Prox 2005-07-14 10:48:04 UTC
Pavle, can you verify this issus, please? Thanks.
Comment 3 Pavel Buzek 2005-07-14 14:14:29 UTC
yes, we are already using it
Comment 4 Quality Engineering 2007-09-20 12:00:01 UTC
Reorganization of java component