[jbosstools-issues] [JBoss JIRA] (ERT-195) Generification of IJavaCompletionProposalComputer has type of computeContextInformation wrong [EBZ#493810]

Victor Rubezhny (JIRA) issues at jboss.org
Tue May 24 11:45:01 EDT 2016


     [ https://issues.jboss.org/browse/ERT-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Rubezhny reassigned ERT-195:
-----------------------------------

    Assignee: Victor Rubezhny


> Generification of IJavaCompletionProposalComputer has type of computeContextInformation wrong [EBZ#493810]
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: ERT-195
>                 URL: https://issues.jboss.org/browse/ERT-195
>             Project: Eclipse Release Train
>          Issue Type: Task
>          Components: JSDT
>            Reporter: Friendly Jira Robot
>            Assignee: Victor Rubezhny
>              Labels: 3.8_RC2, General, bzira
>             Fix For: Neon (4.6) RC2
>
>
> The return type of IJavaCompletionProposalComputer.computeContextInformation was recently changed from "List" to "List<ICompletionProposal>", it should have been "List<IContextInformation>". 
> At the moment all the implementations of IJavaCompletionProposalComputer.computeContextInformation in the code base have return type still as "List" with unchecked conversions. That is why there is no compile error within JSDT on its own.
> Note that IJavaCompletionProposalComputer was originally copied from JDT.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list