pixijs/pixi-haxe

View on GitHub
src/pixi/plugins/dragonbones/armature/Armature.hx

Summary

Maintainability
Test Coverage

Parameter definition of name masks member of same name
Open

    function getSlot(name:String):Slot;

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

Parameter definition of display masks member of same name
Open

    function getBoneByDisplay(display:Dynamic):Bone;

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 getBone(name:String):Bone;

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