Community
Participate
Working Groups
Created attachment 110376 [details] Proposed patch When RDT is installed, its content assist contribution interferes with CDT. This happens because RDT happens to use the same extension points. The NPE happens because RDT is trying to compute proposals for a CDT project. Such a project does not have an associated service model configuration. That missing bit causes the NPE. The following patch adds a null check for a missing service model configuration. It also fixes an bogus instanceof check in RemoteCompletionProposalAdapter.getService().
Applied to HEAD. Thanks.