ArtifactForms/MeshLibCore

View on GitHub
src/main/java/mesh/conway/Conway.java

Summary

Maintainability
A
1 hr
Test Coverage

Method getMeshModifier has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public IMeshModifier getMeshModifier(char c) {

        switch (c) {
        case 'd':
            return new ConwayDualModifier();
Severity: Minor
Found in src/main/java/mesh/conway/Conway.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status