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 98317 - Code generation does not work
Summary: Code generation does not work
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 12:50 UTC by Alexandr Scherbatiy
Modified: 2007-04-16 13:04 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 Alexandr Scherbatiy 2007-03-20 12:50:18 UTC
I have used NetBeans IDE 6.0  

Steps to reproduce:

- Create a Class diagram
- Put a Class element on the diagram and name it
- Generate code for the project

  The source file is not generated.
Comment 1 Trey Spiva 2007-03-20 14:16:09 UTC
Because NetBeans has removed the JavaModel and UML used the JavaModel to generated code, we are 
having to reimplement the code generation components.  The new code geneaton mechanism will use 
templates to generate code.  The nice thing abou this approch is that the code generation will now be 
customizable.  We will also be able to support code generation for multiple languages.
Comment 2 Viktor Lapitski 2007-04-14 01:23:33 UTC
codegeneration was put back.
Comment 3 Alexandr Scherbatiy 2007-04-16 13:04:55 UTC
verified