apex-dev-tools / apex-ls

Apex language server library
Other
2 stars 1 forks source link

Stackoverflow exception in FDN analysis #180

Closed kjonescertinia closed 1 year ago

kjonescertinia commented 1 year ago

This is likely related to the recent change to field finding, https://github.com/apex-dev-tools/apex-ls/pull/173.

Provisionally this looks like mutual recursion between outer and super class clauses field finding, possibly the outer class is inheriting from its own inner class.