Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-06-24 12:46:04 +0000
committerNiraj Modi2019-06-24 12:46:04 +0000
commit44f5ac9f1f3cd90d7c723458bc3da22efe777a19 (patch)
tree16e68bc7a7e5df31f4456927438ddb6cc7e60e21
parent32a2c8fcb12bb30e4d0f4dbc9b4c4b6d48112c4f (diff)
downloadeclipse.platform.swt-44f5ac9f1f3cd90d7c723458bc3da22efe777a19.tar.gz
eclipse.platform.swt-44f5ac9f1f3cd90d7c723458bc3da22efe777a19.tar.xz
eclipse.platform.swt-44f5ac9f1f3cd90d7c723458bc3da22efe777a19.zip
Bug 548577 - Upgrade severity of "Unused API problem filters" from
'Warning' to 'Error' for 'org.eclipse.swt' project Change-Id: I7e58a7d348e56fd852021d0542970acd03e856ac Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs b/bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs
index 27d508cbad..e11abc214e 100644
--- a/bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs
+++ b/bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs
@@ -88,7 +88,7 @@ TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_CLASS_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_INTERFACE_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_REMOVED_CLASS_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_REMOVED_INTERFACE_BOUND=Error
-UNUSED_PROBLEM_FILTERS=Warning
+UNUSED_PROBLEM_FILTERS=Error
automatically_removed_unused_problem_filters=Enabled
changed_execution_env=Error
eclipse.preferences.version=1

Back to the top