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 32831 - Impl. Gen., valuetype factory, and impl. constructor
Summary: Impl. Gen., valuetype factory, and impl. constructor
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: corba (show other bugs)
Version: -S1S-
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-11 14:35 UTC by David Kaspar
Modified: 2011-09-19 23:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2003-04-11 14:35:17 UTC
Add constructors into implementation class which
signature matches to its factories.

Example:
Have a IDL like this:
valuetype A { factory init (in long aa); };

Implementation should contain following
constructor also:
public AImpl (int aa)