forcedotcom / sfdx-scanner

MIT License
214 stars 49 forks source link

FIX (GraphEngine): @W-15491175@: Added proper cleanup of path expansion registry. #1437

Closed jfeingold35 closed 5 months ago

jfeingold35 commented 5 months ago

This PR adds invocations of ApexPathExpander.finished() that were previously missing. Failing to invoke that method was causing ApexPathExpander instances to remain in the path expander registry past their usefulness, contributing to LimitReached violations and OutOfMemory errors.