Java icon indicating copy to clipboard operation
Java copied to clipboard

Correct Javadoc return description for cylinder surface area

Open vardhan30016 opened this issue 3 months ago • 1 comments

Description

Fixed incorrect Javadoc return description for the surfaceAreaCylinder method.

Changes

  • Changed @return volume of given cylinder to @return surface area of given cylinder

The method calculates surface area, not volume, so the javadoc was misleading.

vardhan30016 avatar Nov 26 '25 16:11 vardhan30016

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 78.51%. Comparing base (a14e1e3) to head (88f180b).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #7140   +/-   ##
=========================================
  Coverage     78.51%   78.51%           
  Complexity     6752     6752           
=========================================
  Files           759      759           
  Lines         22402    22402           
  Branches       4400     4400           
=========================================
  Hits          17589    17589           
  Misses         4108     4108           
  Partials        705      705           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov-commenter avatar Nov 26 '25 16:11 codecov-commenter

This pull request has been automatically closed because its workflows or checks failed and it has been inactive for more than 14 days. Please fix the workflows and reopen if you'd like to continue. Merging from main/master alone does not count as activity.

github-actions[bot] avatar Dec 11 '25 03:12 github-actions[bot]