ArtifactForms/MeshLibCore

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

Summary

Maintainability
A
2 hrs
Test Coverage

Graphics3D has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface Graphics3D extends Graphics2D {

    void translate(float x, float y, float z);

    void scale(float sx, float sy, float sz);
Severity: Minor
Found in src/main/java/workspace/ui/Graphics3D.java - About 2 hrs to fix

    Method drawLine has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        void drawLine(float x1, float y1, float z1, float x2, float y2, float z2);
    Severity: Minor
    Found in src/main/java/workspace/ui/Graphics3D.java - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status