ArtifactForms/MeshLibCore

View on GitHub
src/main/java/workspace/ui/Graphics2D.java

Summary

Maintainability
A
3 hrs
Test Coverage

Graphics2D has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface Graphics2D {

    /**
     * Retrieves the current width of the rendering context's viewport.
     * 
Severity: Minor
Found in src/main/java/workspace/ui/Graphics2D.java - About 2 hrs to fix

    Method fillRoundRect has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        void fillRoundRect(float x, float y, float width, float height, float radii);
    Severity: Minor
    Found in src/main/java/workspace/ui/Graphics2D.java - About 35 mins to fix

      Method drawRoundRect has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          void drawRoundRect(float x, float y, float width, float height, float radii);
      Severity: Minor
      Found in src/main/java/workspace/ui/Graphics2D.java - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status