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 152923 - Exceptions are not propagarted to source
Summary: Exceptions are not propagarted to source
Status: RESOLVED INCOMPLETE
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-11 07:11 UTC by Sergey Petrov
Modified: 2009-05-25 21:06 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 Sergey Petrov 2008-11-11 07:11:00 UTC
create class diagram
add class
add operation
add Raised Exceptions to the operation
generate code;
code do not contain throws.
Comment 1 Sergey Petrov 2008-11-11 07:13:25 UTC
need to investigate later, sometimes exceptions are generated.
may be not generated for operations initially re-ed, or renamed/re-ed.