Skip to content

Conversation

@TobiGr
Copy link
Contributor

@TobiGr TobiGr commented Dec 20, 2021

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

  • Make PlayerHolder.bound private
  • Introduce constants for some Strings that indicate no data in Tab class
  • Add annotations to methods and parameters.
  • Replace Jetbrains' @NotNull with Androidx' @NonNull annotatiation.
  • Make class variables static if possible.
  • Use constants for some Strings.
  • Simplify if conditions.

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.

Due diligence

@TobiGr TobiGr added the codequality Improvements to the codebase to improve the code quality label Dec 20, 2021
@TobiGr TobiGr force-pushed the code-quality branch 3 times, most recently from f48e6e6 to 2adaa28 Compare December 20, 2021 23:31
Add annotations to methods and parameters.
Replace Jetbrains' @NotNull with Androidx' @nonnull annotatiation.
Make class variables static if possible.
Use constants for some Strings.
Simplify if conditions.
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

0.0% 0.0% Coverage
1.6% 1.6% Duplication

@TobiGr TobiGr merged commit 2158802 into dev Dec 23, 2021
@TobiGr TobiGr deleted the code-quality branch December 23, 2021 22:54
This was referenced Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codequality Improvements to the codebase to improve the code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants