"Select" Managed Package Flagged as Error by Code Analysis

Issue #678 resolved
Bluewolf Beyond created an issue

Google Groups Discussion

I use a managed package that has namespace prefix of "Select". Anytime I reference that package, the code analysis flags it as an error. Usually the error is something like "______ expected, got 'Select'".

My hunch is that it's flagged because the analysis only expects to see "select" used inside a query.

Scott's Reply in Google Groups Discussion: IC's Apex parser has a mechanism for dealing with this, but I add keywords to it by exception rather than in blanket fashion. Evidently "select" needs to be added to that list.

Comments (4)

  1. Log in to comment