pixijs/pixi-haxe

View on GitHub
src/pixi/plugins/dragonbones/model/ArmatureData.hx

Summary

Maintainability
Test Coverage

Parameter definition of name masks member of same name
Open

    function getBone(name:String):BoneData;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

Parameter definition of name masks member of same name
Open

    function getSlot(name:String):SlotData;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

Parameter definition of name masks member of same name
Open

    function getAnimation(name:String):AnimationData;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

There are no issues that match your filters.

Category
Status