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 80577 - change type for attributes declared in one line from source works badly
Summary: change type for attributes declared in one line from source works badly
Status: VERIFIED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks: 80590
  Show dependency tree
 
Reported: 2006-07-19 13:08 UTC by bugbridge
Modified: 2006-10-13 13:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack traces. (8.47 KB, text/plain)
2006-08-11 00:00 UTC, Craig Conover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-07-19 13:08:55 UTC
Original submitter: sergeyp

Description:

steps to reproduce:
1. create package with scoped class diagram
2. add class to the diagram
3. go to source
4. add 'private float x,y;'
5. wait
6. change float to double
accessors remove dialogs appears
7. yes to remove
duplicate operations warning appears
8. accept changes
9. add 'private double r,t,u;'
10. wait
11. change double to float
dialogs appeas, 
12. accept all remove/changes
some seeter aren't updated, source is broken
Comment 1 Craig Conover 2006-08-11 00:00:30 UTC
Created attachment 32786 [details]
Exception stack traces.
Comment 2 Craig Conover 2006-08-11 00:01:31 UTC
Review: single line/multi attr declarations does need some work.
Comment 3 Craig Conover 2006-08-14 18:20:39 UTC
The solution for this issue will likely be the solution for issue 80590, but
issues should remain separate so that the slightly different scenarios are tested.
Comment 4 Craig Conover 2006-10-12 00:29:45 UTC
This scenario is obsolete because of the Roundtrip Redisgn: issue 84855
Comment 5 Andrew Korostelev 2006-10-13 13:15:53 UTC
verified in all-nbms-griffin-061012_6 on nb55rc2
not reproducible because neww CodeGen simply rewrites original code and
generates three different attrs.