Skip to content

Conversation

@Born-as-Harsha
Copy link

Description:

I noticed that the existing Bubble Sort implementation was lacking structured documentation required by modern Java standards.

This PR addresses that by performing a code quality update to enhance maintainability and readability for future contributors.

Changes include:

  • Added comprehensive Javadoc blocks to the BubbleSort class and its primary methods.
  • Included @param and @author tags to properly document the method's inputs and source.

Checklist (MANDATORY FIX)

Please read and check all relevant boxes:

  • I have read [CONTRIBUTING.md]...
  • This pull request is all my own work—I have not plagiarized it.
  • All functions and variable names follow Java naming conventions.

Ready for final review!

@Born-as-Harsha Born-as-Harsha force-pushed the docs/add-javadoc-bubblesort branch from 545291c to 3893290 Compare October 31, 2025 14:54
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.33%. Comparing base (dfd8d69) to head (3893290).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #7014   +/-   ##
=========================================
  Coverage     78.32%   78.33%           
  Complexity     6615     6615           
=========================================
  Files           746      746           
  Lines         22022    22022           
  Branches       4321     4321           
=========================================
+ Hits          17249    17251    +2     
+ Misses         4085     4084    -1     
+ Partials        688      687    -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

4 participants