Skip to content

UML navigatable property not created #22

@StefanStsc

Description

@StefanStsc

I've this part of an UML diagram:

Screenshot 2024-12-24 at 09 52 16

Which generates this code:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

public class ButtonManager {

    public ButtonManager() {
    }

    /// <summary>
    /// @param IButton btn
    /// </summary>
    public void addButton(void IButton btn) {
        // TODO implement here
    }

}

The buttons property is missing here that comes from the navigatable property.
I've checked the code and the comparison looks like this:

Screenshot 2024-12-24 at 09 51 24

So it compares the navigatable property to true, but should compare it to the string "navigable".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions