IncPlusPlus/bigtoolbox-math

View on GitHub
src/main/java/io/github/incplusplus/bigtoolbox/math/Main.java

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method main has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static void main(String[] args)
    {
        Scanner in = new Scanner(System.in);
        BigDecimal lowerLimit;
        BigDecimal upperLimit;
Severity: Minor
Found in src/main/java/io/github/incplusplus/bigtoolbox/math/Main.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status