-
Notifications
You must be signed in to change notification settings - Fork 50
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
[BUG] apex.jorje.parser.impl.BaseApexLexer dedupe #1234
Comments
@jfeingold35 Can you help with this issue? |
@jaelee125 , this sounds like an issue parsing a file. Have you checked |
@jaelee125 , additionally, have you consulted the troubleshooting steps yet? |
I'll take a look. Thank you |
This issue has been linked to a new work item: W-15080493 |
Duplicate of #1294 |
Hi, while running the tool I encountered the error below. Specifically I ran this command: The error is: Thanks in advance |
@jaelee125 Can you try seeing if our latest-beta version of code analyzer fixes this for you. sf plugins install @salesforce/sfdx-scanner@latest-beta |
Received no reply back... closing this issue for now. |
When I run the scan with the following parameters:
sfdx scanner:run:dfa -f=csv -o=CodeAnalyzerDFA.csv -t="./" -p="./" --normalize-severity --sfgejvmargs "-Xmx150g" --pathexplimit -1 --rule-thread-count 2 --rule-thread-timeout 99000000
I get this error:
ERROR: Salesforce Graph Engine encountered an error and couldn't complete analysis: java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError, Caused by:
java.lang.OutOfMemoryError
However, if I increase the memory to 200g, I keep getting this error:
apex.jorje.parser.impl.BaseApexLexer dedupe
INFO: Deduped array ApexLexer.DFA22_transition. Found 7075528 shorts which is 13MB not including array overhead. Removed 6418975 shorts which is 12MB not counting array overhead. Took 11 ms.
The text was updated successfully, but these errors were encountered: