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 78488 - Source code is not generated during forward engineering even 'Generate Code' checkbox is selected
Summary: Source code is not generated during forward engineering even 'Generate Code' ...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: George Vasick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-20 11:02 UTC by bugbridge
Modified: 2007-03-27 23:29 UTC (History)
2 users (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 11:02:37 UTC
Description:

Steps to reproduce:

1. Create java-platform UML project, do not choose codegen option.
2. Create a class diagram.
3. Add few classes, enumeration elements to the class diagram, and 
   name the elements.
4. Create an empty java project.
5. Invoke 'Properties' menu on the UML project.
6. Associate the UML project to the java project
   'Generate Code' check box is automatically selected.
7. Press 'OK' button.   
   But nothing happens. Source code is not generated.
   You can only generate source code after invoking 'Generate Code'
   on the  UML project node.

Evaluation:
This is not a bug but by design. However, the confusing "Generate Code" checkbox
label should be clarified to indicate that checking this box does not mean code
will get generated here and an action to generate code still has to be invoked
manually to generate codes.
Comment 1 Trey Spiva 2006-08-10 23:36:41 UTC
The name of the check box has not been changed to Source-Model Synchronization.
 So, it no longer implies that code will be generated.
Comment 2 Trey Spiva 2006-08-10 23:36:55 UTC
The name of the check box has not been changed to Source-Model Synchronization.
 So, it no longer implies that code will be generated.
Comment 3 Peter Lam 2006-10-19 07:36:49 UTC
this issue is now invalid since live round-trip has been removed.