pixijs/pixi-haxe

View on GitHub
src/pixi/core/display/DisplayObject.hx

Summary

Maintainability
Test Coverage

Parameter definition of position masks member of same name
Open

    function toLocal(position:Point, ?frm:DisplayObject, ?point:Point):Point;

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

Parameter definition of position masks member of same name
Open

    function toGlobal(position:Point, ?point:Point, ?skipUpdate:Bool):Point;

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

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

    function setTransform(?x:Float, ?y:Float, ?scaleX:Float, ?scaleY:Float, ?rotation:Float, ?skewX:Float, ?skewY:Float, ?pivotX:Float, ?pivotY:Float):DisplayObject;

Checks the number of parameters of a method.

Line is longer than 160 characters (found 162)
Open

    function setTransform(?x:Float, ?y:Float, ?scaleX:Float, ?scaleY:Float, ?rotation:Float, ?skewX:Float, ?skewY:Float, ?pivotX:Float, ?pivotY:Float):DisplayObject;

Checks for long lines. Long lines are hard to read.

There are no issues that match your filters.

Category
Status