1
0
Fork 0
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:
Nathan Ridge 2017-04-25 03:16:02 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 98a578cf94
commit eb5cfa7052

View file

@ -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) {