Bug 515727 - CompositingNotImplementedError in CIndex.getCompositesFactory
Summary: CompositingNotImplementedError in CIndex.getCompositesFactory
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-indexer (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-25 03:13 EDT by EPP Error Reports CLA
Modified: 2020-09-04 15:27 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description EPP Error Reports CLA 2017-04-25 03:13:06 EDT
The following problem was reported via the automated error reporting:

Message: An internal error occurred during: "Adding include statement".
org.eclipse.cdt.internal.core.index.composite.CompositingNotImplementedError: null
    at org.eclipse.cdt.internal.core.index.CIndex.getCompositesFactory(CIndex.java:563)
    at org.eclipse.cdt.internal.core.index.CIndex.adaptBinding(CIndex.java:491)
    at org.eclipse.cdt.internal.ui.refactoring.includes.IncludeCreator.createInclude(IncludeCreator.java:141)
    at org.eclipse.cdt.internal.ui.editor.AddIncludeAction$2.runOnAST(AddIncludeAction.java:116)
    at org.eclipse.cdt.ui.text.SharedASTJob$1.runOnAST(SharedASTJob.java:74)
    at org.eclipse.cdt.internal.core.model.ASTCache.runOnAST(ASTCache.java:219)
    at org.eclipse.cdt.internal.ui.editor.ASTProvider.runOnAST(ASTProvider.java:336)
    at org.eclipse.cdt.ui.text.SharedASTJob.run(SharedASTJob.java:71)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)



Bundles:
| org.eclipse.cdt.core | 6.2.0.201703062208 | 6.2.0.201703062208 |
| org.eclipse.cdt.ui | 6.1.0.201703062208 | 6.1.0.201703062208 |
| org.eclipse.core.jobs | 3.8.0.v20160509-0411 | 3.8.0.v20160509-0411 |

Operating Systems:
| Linux | 4.4.0 | 4.4.0 |


The above information is a snapshot of the collected data. Visit https://dev.eclipse.org/recommenders/committers/aeri/v2/#!/problems/58fcf843e4b02cb2d5a44c3d for the latest data.

Thank you for your assistance.
 Your friendly error-reports-inbox.


Created on behalf of zeratul976@xxxxxx.xxx
Comment 1 Nathan Ridge CLA 2017-04-25 03:13:51 EDT
Needs a testcase. (We could also be more helpful and print what the linkage ID was for which compositing was requested.)
Comment 2 Eclipse Genie CLA 2017-04-25 03:16:05 EDT
New Gerrit change created: https://git.eclipse.org/r/95641
Comment 3 Nathan Ridge CLA 2017-04-25 03:16:31 EDT
(In reply to Nathan Ridge from comment #1)
> (We could also be more helpful and print what the linkage
> ID was for which compositing was requested.)

The patch in comment 2 adds this logging.