Skip to content

style: enable HideUtilityClassConstructor in checkstyle #5147

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

vil02
Copy link
Member

@vil02 vil02 commented May 7, 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

@vil02 vil02 marked this pull request as ready for review May 7, 2024 19:50
@codecov-commenter
Copy link

codecov-commenter commented May 7, 2024

Codecov Report

Attention: Patch coverage is 57.14286% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 38.17%. Comparing base (030bb91) to head (e660f67).

Files Patch % Lines
...om/thealgorithms/conversions/AnyBaseToDecimal.java 0.00% 1 Missing ⚠️
...om/thealgorithms/conversions/RgbHsvConversion.java 0.00% 1 Missing ⚠️
...om/thealgorithms/datastructures/graphs/Graphs.java 0.00% 1 Missing ⚠️
...ithms/datastructures/stacks/StackOfLinkedList.java 0.00% 1 Missing ⚠️
...main/java/com/thealgorithms/maths/EulerMethod.java 0.00% 1 Missing ⚠️
...ain/java/com/thealgorithms/maths/PiNilakantha.java 0.00% 1 Missing ⚠️
src/main/java/com/thealgorithms/maths/Pow.java 0.00% 1 Missing ⚠️
...ava/com/thealgorithms/misc/RangeInSortedArray.java 0.00% 1 Missing ⚠️
src/main/java/com/thealgorithms/misc/Sparsity.java 0.00% 1 Missing ⚠️
...c/main/java/com/thealgorithms/misc/WordBoggle.java 0.00% 1 Missing ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5147      +/-   ##
============================================
+ Coverage     37.56%   38.17%   +0.61%     
+ Complexity     2364     2362       -2     
============================================
  Files           517      517              
  Lines         15605    15350     -255     
  Branches       2965     2965              
============================================
- Hits           5862     5860       -2     
+ Misses         9457     9204     -253     
  Partials        286      286              

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

@vil02 vil02 mentioned this pull request May 7, 2024
26 tasks
@vil02 vil02 enabled auto-merge (squash) May 7, 2024 20:00
@vil02 vil02 requested a review from siriak May 7, 2024 20:59
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@siriak siriak disabled auto-merge May 8, 2024 06:58
@siriak siriak merged commit d3bb691 into TheAlgorithms:master May 8, 2024
5 checks passed
@vil02 vil02 deleted the enable_HideUtilityClassConstructor branch May 8, 2024 07:14
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