EPForumL/androidApp

View on GitHub
app/src/main/java/com/github/ybecker/epforuml/features/chat/SearchActivity.kt

Summary

Maintainability
A
1 hr
Test Coverage
B
87%

Method onCreate has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_search)
        listView = findViewById(R.id.listView)
        searchView = findViewById(R.id.searchView)

    There are no issues that match your filters.

    Category
    Status