From 8bd60b7ecdb9b73e343a5e040676215d41f3fd78 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Thu, 11 Sep 2003 20:57:22 +0000 Subject: [PATCH] Added new field to store the chached value of the qualified name. --- .../eclipse/cdt/debug/internal/core/model/CArrayPartition.java | 1 + 1 file changed, 1 insertion(+) diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CArrayPartition.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CArrayPartition.java index 041d237af60..3cc2463af4e 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CArrayPartition.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CArrayPartition.java @@ -34,6 +34,7 @@ public class CArrayPartition extends CVariable private ICDIVariableObject fCDIVariableObject; private ICDIVariable fCDIVariable; private ICType fType = null; + private String fQualifiedName = null; /** * Cache of value.