src/pixi/core/display/DisplayObject.hx
Too many parameters for function: setTransform (> 7) Open
Open
function setTransform(?x:Float, ?y:Float, ?scaleX:Float, ?scaleY:Float, ?rotation:Float, ?skewX:Float, ?skewY:Float, ?pivotX:Float, ?pivotY:Float):DisplayObject;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks the number of parameters of a method.
Parameter definition of position
masks member of same name Open
Open
function toLocal(position:Point, ?frm:DisplayObject, ?point:Point):Point;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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
Open
function toGlobal(position:Point, ?point:Point, ?skipUpdate:Bool):Point;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks that a local variable or a parameter does not shadow a field that is defined in the same class.
Line is longer than 160 characters (found 162) Open
Open
function setTransform(?x:Float, ?y:Float, ?scaleX:Float, ?scaleY:Float, ?rotation:Float, ?skewX:Float, ?skewY:Float, ?pivotX:Float, ?pivotY:Float):DisplayObject;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks for long lines. Long lines are hard to read.