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 107404 - Code is not regenerated for Interface operatioins
Summary: Code is not regenerated for Interface operatioins
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-06-20 11:55 UTC by Alexandr Scherbatiy
Modified: 2007-06-20 20:35 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-06-20 11:55:56 UTC
build netbeans-hudson-trunk-970-full.zip

Steps to reproduce:

- Create an Interface element and name it
- Insert 'public void op()' operation into the Interface element
- Generate code for the Interface element
- Change return value, name or add some arguments to the operation
- Generate code for the Interface element
- Go to source code
 The operation was not updated
Comment 1 Viktor Lapitski 2007-06-20 12:25:54 UTC
fixed.
Comment 2 Peter Lam 2007-06-20 20:35:37 UTC
verified in build netbeans-hudson-trunk-997-full.zip (070620)