Skip to content

style: enable MissingSwitchDefault in checkstyle #5179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

BamaCharanChhandogi
Copy link
Member

@BamaCharanChhandogi BamaCharanChhandogi commented May 26, 2024

Related to #5119.

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented May 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 38.60%. Comparing base (9eaa2bb) to head (6d3ec0f).
Report is 314 commits behind head on master.

Files with missing lines Patch % Lines
...lgorithms/datastructures/hashmap/hashing/Main.java 0.00% 1 Missing ⚠️
...astructures/hashmap/hashing/MainCuckooHashing.java 0.00% 1 Missing ⚠️
src/main/java/com/thealgorithms/misc/Sort012D.java 0.00% 1 Missing ⚠️
src/main/java/com/thealgorithms/sorts/DNFSort.java 0.00% 1 Missing ⚠️
.../java/com/thealgorithms/stacks/PostfixToInfix.java 0.00% 1 Missing ⚠️
...va/com/thealgorithms/strings/ValidParentheses.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5179   +/-   ##
=========================================
  Coverage     38.60%   38.60%           
- Complexity     2378     2379    +1     
=========================================
  Files           516      516           
  Lines         15391    15396    +5     
  Branches       2957     2957           
=========================================
+ Hits           5942     5944    +2     
- Misses         9163     9167    +4     
+ Partials        286      285    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BamaCharanChhandogi BamaCharanChhandogi merged commit 37c2a96 into TheAlgorithms:master May 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants