Skip to content

style: include IM_AVERAGE_COMPUTATION_COULD_OVERFLOW #5131

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

Conversation

vil02
Copy link
Member

@vil02 vil02 commented Apr 30, 2024

This PR includes IM_AVERAGE_COMPUTATION_COULD_OVERFLOW SpotBugs rule.

Related to #5122.

  • 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 force-pushed the include_IM_AVERAGE_COMPUTATION_COULD_OVERFLOW branch from 9535c3b to a38e752 Compare April 30, 2024 17:45
@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 37.34%. Comparing base (b075c19) to head (a38e752).

Files Patch % Lines
...ava/com/thealgorithms/misc/RangeInSortedArray.java 0.00% 3 Missing ⚠️
...namicprogramming/LongestIncreasingSubsequence.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5131   +/-   ##
=========================================
  Coverage     37.33%   37.34%           
- Complexity     2349     2350    +1     
=========================================
  Files           517      517           
  Lines         15622    15622           
  Branches       2971     2971           
=========================================
+ Hits           5833     5834    +1     
  Misses         9500     9500           
+ Partials        289      288    -1     

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

@vil02 vil02 marked this pull request as ready for review April 30, 2024 17:48
@vil02 vil02 enabled auto-merge (squash) April 30, 2024 19:28
Copy link
Member

@BamaCharanChhandogi BamaCharanChhandogi left a comment

Choose a reason for hiding this comment

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

LGTM,Thanks

@vil02 vil02 merged commit 2513ccd into TheAlgorithms:master May 1, 2024
5 checks passed
@vil02 vil02 deleted the include_IM_AVERAGE_COMPUTATION_COULD_OVERFLOW branch May 3, 2024 18:12
@vil02 vil02 mentioned this pull request Jul 9, 2024
6 tasks
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