Home
last modified time | relevance | path

Searched refs:CP_ENTRY_IGNORE (Results 1 – 2 of 2) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DJavaModelManager.java108 public final static String CP_ENTRY_IGNORE = "##<cp entry ignore>##"; //$NON-NLS-1$ field in JavaModelManager
2141 String containerString = CP_ENTRY_IGNORE; in saving()
2151 preferences.setDefault(containerKey, CP_ENTRY_IGNORE); // use in saving()
2410 String variableString = variablePath == null ? CP_ENTRY_IGNORE in variablePut()
2412 preferences.setDefault(variableKey, CP_ENTRY_IGNORE); // use this in variablePut()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaModelManager.java305 public final static String CP_ENTRY_IGNORE = "##<cp entry ignore>##"; //$NON-NLS-1$ field in JavaModelManager
306 public final static IPath CP_ENTRY_IGNORE_PATH = new Path(CP_ENTRY_IGNORE);
1681 if (newValue != null && !(newValue = newValue.trim()).equals(CP_ENTRY_IGNORE)) { in preferenceChange()
3668 if (CP_ENTRY_IGNORE.equals(pathString)) in loadVariablesAndContainers()
3731 if (CP_ENTRY_IGNORE.equals(pathString)) { in loadVariablesAndContainers()