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 24804 - Change code generator to work with MDR events
Summary: Change code generator to work with MDR events
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 18:18 UTC by Pavel Flaska
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Flaska 2002-06-14 18:18:47 UTC
Rewrite org.netbeans.modules.java.codegen so that
it uses MDR events from the Source model rather
than PropertyChangeEvents. The code generator
should respond to events fired by individual
element instances to re-generate their appearance
in the source text and by container elements to
add/remove/reorder their children.
Comment 1 Tomas Hurka 2002-08-01 17:04:42 UTC
Code generator will use position information created in issue #24793
Comment 2 Jaroslav Tulach 2002-09-30 12:59:28 UTC
These issues have been reported to be part of Sun's "should have" contribution
to NetBeans 4.0 and be "high level" issues. That is why I am changing them to be
FEATUREs with P2. If you think I've done wrong change, please update the issue
and internal documents.
Comment 3 Tomas Hurka 2002-09-30 13:19:25 UTC
This is task, not feature.
Comment 4 Pavel Flaska 2004-03-18 10:09:43 UTC
The task is obsolete and it does not describe current module design.
Closing as INVALID.