﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
75	Add support for checking inherited component members in no over specific runs on	phdmakk	phdmakk	"Add optional support for considering inherited component members within no over specific runs on:
{{{
    //base component
    type component componentWithDefinition {
        timer definedTimer;
    }


    //alias	/ extension
    type component directAlias extends componentWithDefinition {
        
    }

    //multi alias /extension
    type component multiAlias extends directAlias {
        
    }

    //good - via direct alias
    function someFunctionOnMultiAlias ()
    runs on directAlias {
        definedTimer.start ( 10.0 );
    }


    //good - via multi alias
    function someFunctionOnMultiAlias ()
    runs on multiAlias {
        definedTimer.start ( 10.0 );
    }
}}}"	new feature	closed	major	v2.0.0 Series	T3Q	2.0	fixed		
