Reported by Ian Pearce
We have had a CodeCheck error raised with build 7.0.1220:
*** Inspection Error*** File: .../scitools/plugins/CodeCheck/Published Standards/MISRA C 2012/H/check.upy: Inspected File: test.c: Error: Traceback (most recent call last):
File .../scitools/plugins/CodeCheck/Published Standards/MISRA C 2012/MISRA12_10.6/check.upy", line 185, in check
parameter = parameters[count]
Looking at the check, it does seem like we have found a comma separator in function parameters but there are no more parameters stored. It suggests to me that it could be a project analysis problem, but we only have limited information to go on and cannot confirm. It might be worth looking and seeing if we can better handle this instance.
Reported by Ian Pearce
We have had a CodeCheck error raised with build 7.0.1220:
Looking at the check, it does seem like we have found a comma separator in function parameters but there are no more parameters stored. It suggests to me that it could be a project analysis problem, but we only have limited information to go on and cannot confirm. It might be worth looking and seeing if we can better handle this instance.