----------------
- Fix the logic to report if a line has a replacement needed.
Before the internal data got a parenthesis at the end there was some extra logic checking for end of line or a next character.
But since some time ago a parenthesis was added as well,
which made some checkers never report (namely getToolByName and probably lots more).
[gforcada]