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 78533 - 'static' modifier lost after class property change
Summary: 'static' modifier lost after class property change
Status: RESOLVED WONTFIX
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:
 
Reported: 2006-06-20 12:34 UTC by bugbridge
Modified: 2007-01-18 23:58 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 bugbridge 2006-06-20 12:34:18 UTC
Step to reproduce:
1. create class diagram
2. place two classes 'a' and 'b' to the diagram
3. make 'a' inner class of 'b' (use Nested Link)
4. select 'a' and add 'final' modificator to its declaration in source code.
5. click on 'a' element.
6. add 'static' modificator to the declaration of 'a'.
7. change Leaf property of 'a' to 'False'
8. Click 'a' element
'Static' modificator lost, there is only "public class a" , but should 
be "public static class a".

======================================================================

Evaluation:
reproducible with coco/coke
Comment 1 Peter Lam 2007-01-18 23:58:12 UTC
live round-trip feature.