http-request-plugin icon indicating copy to clipboard operation
http-request-plugin copied to clipboard

Fix rec catch exception

Open iqbalrohail opened this issue 3 years ago • 0 comments

done the code fix to overcome the spot bug error for REC_CATCH_EXCEPTION

This exception is thrown when we use catch(Exception e) to catch all types of exceptions at once, it could mask actual programming problems, so spotbugs ask you to catch the specific exception so that run-time exceptions can be thrown which indicate programming problems.

  • [X] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • [X] Ensure that the pull request title represents the desired changelog entry
  • [X] Please describe what you did

iqbalrohail avatar Oct 29 '22 14:10 iqbalrohail