Nick9500/ministocks

View on GitHub
src/main/java/nitezh/ministock/activities/ChartActivity.java

Summary

Maintainability
A
2 hrs
Test Coverage

Method onResume has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public void onResume() {
        super.onResume();
        int interval = GlobalWidgetData.getInterval();
        int position = getIntent().getIntExtra(WidgetProviderBase.ROW_POSITION, 0);
Severity: Major
Found in src/main/java/nitezh/ministock/activities/ChartActivity.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status