Skip to content

Fix constructor bindings#209

Merged
RomainDeg merged 1 commit intomoosetechnology:v4from
guillep:constructors
Apr 10, 2026
Merged

Fix constructor bindings#209
RomainDeg merged 1 commit intomoosetechnology:v4from
guillep:constructors

Conversation

@guillep
Copy link
Copy Markdown
Contributor

@guillep guillep commented Apr 1, 2026

Identify constructors by their binding.
Constructors without binding (null) are implicit/default.

Identify constructors by their binding.
Constructors without binding (null) are implicit/default.
fmx.setParentType(owner);
fmx.setSignature(name + "()");

int modifiers = (binding != null) ? binding.getModifiers() : EntityDictionary.UNKNOWN_MODIFIERS;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only used in the else part below

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test logic of VerveineJTest_Initializers could (should) be improved

@RomainDeg RomainDeg merged commit dce57e3 into moosetechnology:v4 Apr 10, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants