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
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.
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.
The text was updated successfully, but these errors were encountered: