cbrnrd/AlertFX

View on GitHub
src/main/java/org/cbrnrd/alertfx/Login.java

Summary

Maintainability
A
1 hr
Test Coverage

Method show has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public Optional<Pair<String, String>> show(){
        alert = new Dialog<>();
        alert.setTitle(title);
        alert.setHeaderText(header);

Severity: Minor
Found in src/main/java/org/cbrnrd/alertfx/Login.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status