Apex class fields not resolved

Issue #1563 resolved
Paolo Francesco Liuzzi created an issue

Illuminated Cloud cannot resolve fields created in Apex classes, I tried to regenerate Offline Symbols, Refresh indices and cache but still fields remain unresolved.

I attached last logs.

Comments (7)

  1. Scott Wells repo owner

    Hi. I'm not seeing anything specific in the logs that would seem to be related to this. I did see one NPE in an unrelated code inspection that I've fixed locally, and I certainly see you rebuilding indices a few times.

    Could you create a VERY simple standalone project that includes a reliable reproduction of this and attach it?

  2. Paolo Francesco Liuzzi reporter

    I saw that if the field is declared public then it is resolved in other class, instead, if the field is declared “webService” then it’s not resolved when used in other class

  3. Scott Wells repo owner

    Okay, that's good to know. Let me see if I can reproduce it based on that information.

  4. Log in to comment