pixijs/pixi-haxe

View on GitHub
src/pixi/plugins/spine/core/Skin.hx

Summary

Maintainability
Test Coverage

Parameter definition of name masks member of same name
Open

    function addAttachment(slotIndex:Int, name:String, attachment:Attachment):Void;

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 getAttachment(slotIndex:Int, name:String):Attachment;

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