[jbosstools-issues] [JBoss JIRA] (JBIDE-11812) Code Assist / Validation for EL no longer evaluating super classes

Cody Lerum (JIRA) jira-events at lists.jboss.org
Wed May 9 14:32:18 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12691548#comment-12691548 ] 

Cody Lerum commented on JBIDE-11812:
------------------------------------

The getId() is public and the code does actually work from jsf so there isn't a visibility issue

EL is #{sfOpportunity.opportunity.id}

Where sfOpportunity is a CDI @Named @RequestScoped Opportunity is com.sforce.soap.enterprise.sobject.Opportunity
 which extends com.sforce.soap.enterprise.sobject.SObject

The only thing that jumps out to me as a possibility is that the om.sforce.soap.enterprise.sobject objects are in a seperate jar resolved via maven.

I can provide the jar directly but I don't want to attach it to the JIRA as it is not something I want public
                
> Code Assist / Validation for EL no longer evaluating super classes
> ------------------------------------------------------------------
>
>                 Key: JBIDE-11812
>                 URL: https://issues.jboss.org/browse/JBIDE-11812
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 3.3.0.Beta2
>            Reporter: Cody Lerum
>            Assignee: Alexey Kazakov
>         Attachments: screen.png
>
>
> Looks like a regression after the latest nightly.
> Opportunity extends SObject
> SObject has method/field getId() but EL does not provide this as a suggestion and validation shows error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list