opengrok icon indicating copy to clipboard operation
opengrok copied to clipboard

Sonar code smell fixes in web package

Open ginoaugustine opened this issue 1 year ago • 1 comments

  1. Created a new Builder for search helper class and used that for created search helper instance( This was done to reduce number of parameters passed to constructor)
  2. Reduced complexity of methods in search helper and utl classes

ginoaugustine avatar Dec 10 '23 16:12 ginoaugustine

Removed double prefix and added a UT class to test these changes

ginoaugustine avatar Feb 19 '24 15:02 ginoaugustine

Also, some level of UI testing would be useful for this change, I believe. In particular of the slider for the search results.

vladak avatar Feb 23 '24 14:02 vladak