Tarjetakuna/Tarjetakuna

View on GitHub

Showing 2 of 25 total issues

Class UserRTDB has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

/**
 * This class is used to manage the user's data in the database.
 */
class UserRTDB(database: Database) { //Firebase.database.reference.child("users") //assumption: we check add ability in User
Severity: Minor
Found in app/src/main/java/com/github/sdp/tarjetakuna/database/UserRTDB.kt - About 3 hrs to fix

    Method onCreateView has 57 lines of code (exceeds 50 allowed). Consider refactoring.
    Open

        override fun onCreateView(
            inflater: LayoutInflater,
            container: ViewGroup?,
            savedInstanceState: Bundle?
        ): View {
      Severity
      Category
      Status
      Source
      Language