Home
last modified time | relevance | path

Searched refs:DEBUG_FILTER_STORE (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DApiFilterStore.java116 if (ApiPlugin.DEBUG_FILTER_STORE) { in persistApiFilters()
194 if (ApiPlugin.DEBUG_FILTER_STORE) { in addFilters()
236 if (ApiPlugin.DEBUG_FILTER_STORE) { in addFiltersFor()
242 if (ApiPlugin.DEBUG_FILTER_STORE) { in addFiltersFor()
275 if (ApiPlugin.DEBUG_FILTER_STORE) { in isFiltered()
282 if (ApiPlugin.DEBUG_FILTER_STORE) { in isFiltered()
296 if (ApiPlugin.DEBUG_FILTER_STORE) { in isFiltered()
326 if (ApiPlugin.DEBUG_FILTER_STORE) { in removeFilters()
332 if (ApiPlugin.DEBUG_FILTER_STORE) { in removeFilters()
386 if (ApiPlugin.DEBUG_FILTER_STORE) { in getStoreAsXml()
[all …]
H A DFilterStore.java154 if (ApiPlugin.DEBUG_FILTER_STORE) { in initializeApiFilters()
162 if (ApiPlugin.DEBUG_FILTER_STORE) { in initializeApiFilters()
193 if (ApiPlugin.DEBUG_FILTER_STORE) { in isFiltered()
377 if (ApiPlugin.DEBUG_FILTER_STORE) { in readFilterFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/
H A DApiPlugin.java258 public static boolean DEBUG_FILTER_STORE = false; field in ApiPlugin
868 DEBUG_FILTER_STORE = DEBUG && options.getBooleanOption(API_FILTER_STORE_DEBUG, false); in optionsChanged()