mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
bug 72089
This commit is contained in:
parent
d4a6c38061
commit
a52e58908e
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ public class SourceIndexerRequestor implements ISourceElementRequestor, IIndexCo
|
|||
tempInt = (Integer) tempMarker.getAttribute(IMarker.LINE_NUMBER);
|
||||
tempMsgString = (String) tempMarker.getAttribute(IMarker.MESSAGE);
|
||||
if (tempInt.intValue()==problem.getSourceLineNumber() &&
|
||||
tempMsgString.equals( INDEXER_MARKER_PREFIX + problem.getMessage()))
|
||||
tempMsgString.equalsIgnoreCase( INDEXER_MARKER_PREFIX + problem.getMessage()))
|
||||
{
|
||||
newProblem = false;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue