pixijs/pixi-haxe

View on GitHub
src/pixi/core/renderers/SystemRenderer.hx

Summary

Maintainability
Test Coverage

Parameter definition of height masks member of same name
Open

    function resize(width:Float, height:Float):Void;

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

Parameter definition of resolution masks member of same name
Open

    function generateTexture(displayObject:DisplayObject, scaleMode:ScaleModes, resolution:Float, ?region:Rectangle):Texture;

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

Parameter definition of width masks member of same name
Open

    function resize(width:Float, height:Float):Void;

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 176)
Open

     * @param {PIXI.Rectangle} [region] - The region of the displayObject, that shall be rendered, if no region is specified, defaults to the local bounds of the displayObject.

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

Too many consecutive empty lines (> 1)
Open


Checks for consecutive empty lines (default is 1). Also have options to check empty line separators after package, single-line and multi-line comments and class/interface/abstract declarations.

There are no issues that match your filters.

Category
Status