-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
@@ -155,7 +198,7 @@ class ProfileActivity : AppCompatActivity() { | |||
* @param textId id of the text in the dialog | |||
* @param name of the dialog | |||
*/ | |||
private fun showDialog(title: String, hint: String, id: Int, textId: Int, name: String) { | |||
private fun showTextDialog(title: String, hint: String, id: Int, textId: Int, name: String) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method showTextDialog
has 5 arguments (exceeds 4 allowed). Consider refactoring.
app/src/androidTest/java/ch/sdp/vibester/activity/ProfileActivityTest.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/ch/sdp/vibester/user/UserScoreboardAdapter.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some small points I've brought up. If you could change some code or clarify things on these discussions, it would be great. Great work in all other cases!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The work LGTM, a few changes for readability would be nice :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Code Climate has analyzed commit 73ac511 and detected 2 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 42.5% (80% is the threshold). This pull request will bring the total coverage in the repository to 82.6% (-0.5% change). View more on Code Climate. |
No description provided.