LarryHsiao/Nyx

View on GitHub
app/src/main/java/com/larryhsiao/nyx/MainActivity.java

Summary

Maintainability
A
0 mins
Test Coverage

Method onCreate has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    @Override
    protected void onCreate(@Nullable Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        final NavHostFragment navFragment = ((NavHostFragment) Objects.requireNonNull(
Severity: Minor
Found in app/src/main/java/com/larryhsiao/nyx/MainActivity.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status