berict/Tapad

View on GitHub
app/src/main/java/com/bedrock/padder/activity/HelpActivity.java

Summary

Maintainability
A
1 hr
Test Coverage

Method setActions has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void setActions() {
        window.setOnClick(R.id.activity_help_contact_email, new Runnable() {
            @Override
            public void run() {
                intent.intentEmail(activity, R.string.feedback_email,
Severity: Minor
Found in app/src/main/java/com/bedrock/padder/activity/HelpActivity.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status