JSON-java icon indicating copy to clipboard operation
JSON-java copied to clipboard

Refactor changes

Open tanujdoshi opened this issue 1 year ago • 0 comments

Hi @stleary

I have refactored some changes in following files : -

  1. populateMap method in JSONObject Decompose Conditional : -
  • There was complex condition which i have moved to another method name : isValidMethod COMMIT_LINK
  1. Rename variables in nextToken() method of HTTPTOkener file
  • There were two variables name c, and q i have renamed them COMMIT_LINK
  1. Extract method in toString() of HTTP
  • toString() method was long, i have divided that method for more readibility. COMMIT_LINK

tanujdoshi avatar Mar 29 '24 05:03 tanujdoshi