whitewind664/sdp

View on GitHub
app/src/main/java/com/github/gogetters/letsgo/activities/GameActivity.kt

Summary

Maintainability
A
1 hr
Test Coverage
C
77%

Method onCreate has 52 lines of code (exceeds 50 allowed). Consider refactoring.
Open

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)

        val gameSizeInput = intent.getIntExtra(EXTRA_GAME_SIZE, 9)
        val komi = intent.getDoubleExtra(EXTRA_KOMI, 5.5)

    There are no issues that match your filters.

    Category
    Status