Example of the script error:

Details for each script error can be found here:
Misra_C++_2023_Inspection_error.pdf
Note: The user was also getting an analysis error because the database was locked/read-only. This may be why lexer creation suddenly failed on all these checks at once. I believe the checks just need some form of validation to check if the lexer can be created before invoking the lexer() method.
Example of the script error:

Details for each script error can be found here:
Misra_C++_2023_Inspection_error.pdf
Note: The user was also getting an analysis error because the database was locked/read-only. This may be why lexer creation suddenly failed on all these checks at once. I believe the checks just need some form of validation to check if the lexer can be created before invoking the lexer() method.