mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 515727 - Improve error message
Change-Id: I773850518b265534c462b10c3ba678ac184334c3
This commit is contained in:
parent
98a578cf94
commit
eb5cfa7052
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ public class CIndex implements IIndex {
|
|||
// if non-empty (non-c) results are returned by a fragment
|
||||
return fCF;
|
||||
}
|
||||
throw new CompositingNotImplementedError();
|
||||
throw new CompositingNotImplementedError("Compositing not implemented for linkage ID " + linkageID); //$NON-NLS-1$
|
||||
}
|
||||
|
||||
private IndexFilter retargetFilter(final ILinkage linkage, final IndexFilter filter) {
|
||||
|
|
Loading…
Add table
Reference in a new issue