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

Enforce Parsing issue #121

Open
pagwekar opened this issue Feb 21, 2017 · 1 comment
Open

Enforce Parsing issue #121

pagwekar opened this issue Feb 21, 2017 · 1 comment

Comments

@pagwekar
Copy link

Enforce Parsing issue :- Not able to parse inner query when the query has where clause without the limit.

SOQL : “SELECT id, (SELECT ID FROM Assets WHERE Company_Num__c!=null) FROM Account”

@goldmane
This is major major blocker in our production, it would be really great if you can assist us to resolve above.

@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
None yet
Projects
None yet
Development

No branches or pull requests

2 participants