MarshallAsch/veil-droid

View on GitHub
app/src/main/java/ca/marshallasch/veil/FragmentSettings.java

Summary

Maintainability
A
1 hr
Test Coverage

Method onCreateView has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container,
                             @Nullable Bundle savedInstanceState) {

        View view = inflater.inflate(R.layout.fragment_settings, container, false);
Severity: Minor
Found in app/src/main/java/ca/marshallasch/veil/FragmentSettings.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status