Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting properties values causes 'parse error message' #101

Open
VarS311 opened this issue Jul 6, 2016 · 1 comment
Open

Setting properties values causes 'parse error message' #101

VarS311 opened this issue Jul 6, 2016 · 1 comment
Assignees
Labels

Comments

@VarS311
Copy link
Contributor

VarS311 commented Jul 6, 2016

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.

@nikunjgupta2190
Copy link

Hi @goldmane,

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.

It is very urgent to be resolved.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants