mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 365541: Cleanup IndexedPartitionDMC.toString()
This commit is contained in:
parent
15ab0165f1
commit
5f44a306c2
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ public class MIExpressions extends AbstractDsfService implements IMIExpressions,
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format( "%s[%d-%d]", baseToString(), Integer.valueOf( getIndex() ), Integer.valueOf( getIndex() + getLength() ) ); //$NON-NLS-1$
|
||||
return String.format( "%s.expr[%s][%d-%d]", baseToString(), getParentExpression(), getIndex(), getIndex() + getLength() - 1); //$NON-NLS-1$
|
||||
}
|
||||
|
||||
private static ExpressionInfo createExpressionInfo(ExpressionInfo parentInfo, int index, int length) {
|
||||
|
|
Loading…
Add table
Reference in a new issue