PR-4.4-dev Pending

User tests: Successful: Unsuccessful:

avatar Hackwar
Hackwar
3 Apr 2023

Summary of Changes

This is another block of fixes to our code based on results from phan static code analysis. This time I went through the classes in the /libraries/src/Helper folder.

In the ModuleHelper, the first variable is overwritten a few lines further down without being used, while the second variable might not be set when being used later on. In the TagsHelper, the parameters of the strpos() are mixed up, making it return false everytime and thus calling that createTagsFromField each time, even though it is not necessary.

Testing Instructions

Codereview

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar joomla-cms-bot joomla-cms-bot - change - 3 Apr 2023
Category Libraries
avatar Hackwar Hackwar - open - 3 Apr 2023
avatar Hackwar Hackwar - change - 3 Apr 2023
Status New Pending
avatar laoneo laoneo - change - 4 Apr 2023
Labels Added: PR-4.4-dev
avatar laoneo laoneo - change - 4 Apr 2023
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-04-04 07:25:24
Closed_By laoneo
avatar laoneo laoneo - close - 4 Apr 2023
avatar laoneo laoneo - merge - 4 Apr 2023
avatar laoneo
laoneo - comment - 4 Apr 2023

Thanks!

Add a Comment

Login with GitHub to post a comment