Bug 578560 - Allow nested constructor calls
Summary: Allow nested constructor calls
Status: UNCONFIRMED
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-03 08:17 EST by Francesco Bedini CLA
Modified: 2022-02-03 08:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Bedini CLA 2022-02-03 08:17:31 EST
Following up from here: https://www.eclipse.org/forums/index.php/m/1849776

Currently, multiple constructors for one type are allowed, but they can't call each other.

I think that this addition would improve the maintainability and readability of QVTo code.