ArturLinhart

Results 3 comments of ArturLinhart

It does not generate any class at all, even with no interfaces or no inheritance - just define new class add one operation with some types and the class is...

In the code there is following error in the file typeScriptCodeGenerator.js The problem is you define the _modifiers only in the case the element parent is Interface, so it then...

I think the if-statement if (!elem._parent instanceof type.UMLInterface) { should be compeltely removed and the modifiers should always be resolved, the modifiers should always be taken into consideration, even by...