Skip to content

Tasks not extended properly when the component is not closed properly #1146

@waaadim

Description

@waaadim

When you define a getName function in BaseTask and override it in ChildTask if you close the node with /> the function from the BaseTask is used instead.

This used to work in 0.65.*, but fails in the latest alpha 1.0.0-alpha.29


BUG:  <component name="ChildTask" extends="BaseTask"/>
OK:     <component name="ChildTask" extends="BaseTask"></component>


function getName()
  return ""
end function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions