patrickfav/under-the-hood

View on GitHub
app/src/main/java/at/favre/app/hood/demo/MainActivity.java

Summary

Maintainability
A
2 hrs
Test Coverage

Method onCreate has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected void onCreate(@Nullable Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        ActivityMainBinding binding = DataBindingUtil.setContentView(this, R.layout.activity_main);

Severity: Major
Found in app/src/main/java/at/favre/app/hood/demo/MainActivity.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status