HaxePunk/HaxePunk

View on GitHub
haxepunk/masks/Polygon.hx

Summary

Maintainability
Test Coverage

Too many consecutive empty lines (> 1)
Open


Severity: Minor
Found in haxepunk/masks/Polygon.hx by haxe-checkstyle

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.

Detected import haxepunk.masks.Grid from same package haxepunk.masks
Open

import haxepunk.masks.Grid;
Severity: Info
Found in haxepunk/masks/Polygon.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Detected import haxepunk.masks.Hitbox from same package haxepunk.masks
Open

import haxepunk.masks.Hitbox;
Severity: Info
Found in haxepunk/masks/Polygon.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Unused import haxepunk.HXP detected
Open

import haxepunk.HXP;
Severity: Info
Found in haxepunk/masks/Polygon.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Detected import haxepunk.masks.Circle from same package haxepunk.masks
Open

import haxepunk.masks.Circle;
Severity: Info
Found in haxepunk/masks/Polygon.hx by haxe-checkstyle

Checks for unused or duplicate imports.

There are no issues that match your filters.

Category
Status