asfoury/projmag

View on GitHub
app/src/main/java/com/sdp13epfl2021/projmag/model/ImmutableProfile.kt

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method buildCopy has 7 arguments (exceeds 5 allowed). Consider refactoring.
Invalid

        lastName: String = this.lastName, firstName: String = this.firstName,
        age: Int = this.age, gender: Gender = this.gender, sciper: Int? = this.sciper,
        phoneNumber: String = this.phoneNumber, role: Role = this.role
Severity: Major
Found in app/src/main/java/com/sdp13epfl2021/projmag/model/ImmutableProfile.kt - About 45 mins to fix

    Method build has 7 arguments (exceeds 5 allowed). Consider refactoring.
    Invalid

                lastName: String, firstName: String,
                age: Int, gender: Gender, sciper: Int?, phoneNumber: String, role: Role
    Severity: Major
    Found in app/src/main/java/com/sdp13epfl2021/projmag/model/ImmutableProfile.kt - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status