Skip to content

style: enable MemberName in checkstyle #5193

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
merged 2 commits into from
May 29, 2024

Conversation

cpu-pixel
Copy link
Contributor

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 Report

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

Project coverage is 38.63%. Comparing base (d2bfb10) to head (3228728).

Files Patch % Lines
...healgorithms/datastructures/trees/RedBlackBST.java 0.00% 46 Missing ⚠️
...algorithms/datastructures/graphs/MatrixGraphs.java 0.00% 13 Missing ⚠️
...ructures/hashmap/hashing/HashMapCuckooHashing.java 25.00% 2 Missing and 4 partials ⚠️
...healgorithms/datastructures/trees/SegmentTree.java 0.00% 6 Missing ⚠️
...lgorithms/datastructures/graphs/FloydWarshall.java 0.00% 5 Missing ⚠️
...s/datastructures/queues/GenericArrayListQueue.java 0.00% 5 Missing ⚠️
...healgorithms/datastructures/trees/FenwickTree.java 0.00% 3 Missing ⚠️
...rithms/datastructures/graphs/HamiltonianCycle.java 60.00% 0 Missing and 2 partials ⚠️
...thealgorithms/conversions/HexaDecimalToBinary.java 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5193   +/-   ##
=========================================
  Coverage     38.63%   38.63%           
  Complexity     2379     2379           
=========================================
  Files           516      516           
  Lines         15388    15388           
  Branches       2957     2957           
=========================================
  Hits           5945     5945           
  Misses         9158     9158           
  Partials        285      285           

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

@vil02 vil02 enabled auto-merge (squash) May 29, 2024 20:43
@vil02 vil02 merged commit a6e873d into TheAlgorithms:master May 29, 2024
4 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