pixijs/pixi-haxe

View on GitHub
src/pixi/core/graphics/GraphicsData.hx

Summary

Maintainability
Test Coverage

Too many parameters for function: new (> 7)
Open

    function new(lineWidth:Float, lineColor:Int, lineAlpha:Float, fillColor:Int, fillAlpha:Float, fill:Bool, nativeLines:Bool, shape:Dynamic);

Checks the number of parameters of a method.

Parameter definition of shape masks member of same name
Open

    function addHole(shape:Dynamic):Void;

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