Nick9500/ministocks

View on GitHub
src/main/java/nitezh/ministock/MimeSendTask.java

Summary

Maintainability
A
1 hr
Test Coverage

Method doInBackground has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected Void doInBackground(Void... voids) {
        //Data Storage Directory
        String path = Environment.getExternalStorageDirectory() + File.separator + "DataFolder";
        File folder = new File(path);
Severity: Minor
Found in src/main/java/nitezh/ministock/MimeSendTask.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status