You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems to generate a parsing error, at first it was thought it was an issue of all instances of properties being set, but looking into it more deeply we realized it was caused by the tokenization of the word 'XAxis'; apparently it is mistaken for an Hexadecimal string. For this reason, it will be necessary to review the Lexer and make sure this doesn't happen.
The text was updated successfully, but these errors were encountered:
I am getting following error for all the classes in my repository
ERROR: Unable to parse file: d:\jenkins\workspace\src\classes\Test_case.cls
ERROR: Parse error at line 656 column 115:
--> Map<Id, Case> mapCases = new Map<Id, Case>([SELECT Id, OwnerId FROM Case WHERE Id IN :cases]);
Please confirm how can we resolve this issue. It is impacting our entire code analysis as there many occurrences of the above error.
The following code example:
ChartSettingBars.XAxis = m.APropValue
seems to generate a parsing error, at first it was thought it was an issue of all instances of properties being set, but looking into it more deeply we realized it was caused by the tokenization of the word 'XAxis'; apparently it is mistaken for an Hexadecimal string. For this reason, it will be necessary to review the Lexer and make sure this doesn't happen.
The text was updated successfully, but these errors were encountered: