Unhandled exceptions when using the static analyzer
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If one uses the static code analyzer with procedures and edits their parentheses, an unhandled exception is thrown (however, one can continue his/her work).
Analysis:
The exceptions occur because a check for parentheses is missing. Also a check, whether the found procedure is inside of comments, is missing.
Implementation:
The missing checks were added. Implementation tests were passed successfully.
Documentation:
The fix was documented in the changes log.
Tests:
The fix was tested in productive environment and no deviations were detected. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: