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 111168 - Defining Raised exception property does not populate throws clause
Summary: Defining Raised exception property does not populate throws clause
Status: RESOLVED WORKSFORME
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-07-26 19:51 UTC by Sherry Zhou
Modified: 2007-07-26 23:55 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 Sherry Zhou 2007-07-26 19:51:29 UTC
build 070726
Regression from nb5.5.1

1. Create a class diagram. 
2. Add a operation, 'opteration1', set its Raised Exception to java.lang.Exception
3. Invoke CG
-- Expect: 
    public void operation1 ()  throws java.lang.Exception {
    }
   Actual:
   public void operation1 ()  {
    }
Comment 1 Viktor Lapitski 2007-07-26 23:55:28 UTC
it works ok for me. Please provide more info, in particular may be attach 
the project, if it is still reproducible.