Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2012-09-17 15:24:34 +0000
committerCarolyn MacLeod2012-09-17 15:24:34 +0000
commitab8b3d5ac627fc17dd20c9c7c939ad63081b1450 (patch)
tree2621664c596257b41a62b677e4f49a0319635cf8 /bundles/org.eclipse.swt/.settings
parent8690a7560fff2719b578c6e53fe8945b5f15f15c (diff)
downloadeclipse.platform.swt-ab8b3d5ac627fc17dd20c9c7c939ad63081b1450.tar.gz
eclipse.platform.swt-ab8b3d5ac627fc17dd20c9c7c939ad63081b1450.tar.xz
eclipse.platform.swt-ab8b3d5ac627fc17dd20c9c7c939ad63081b1450.zip
Bug 361660 - API Usage Problem "Execution environment references were
not checked"
Diffstat (limited to 'bundles/org.eclipse.swt/.settings')
-rw-r--r--bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs4
1 files changed, 2 insertions, 2 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 da97d421c0..f4f5a5067d 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
@@ -1,4 +1,3 @@
-#Thu May 19 10:34:03 EDT 2011
ANNOTATION_ELEMENT_TYPE_ADDED_METHOD_WITHOUT_DEFAULT_VALUE=Error
ANNOTATION_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
ANNOTATION_ELEMENT_TYPE_REMOVED_FIELD=Error
@@ -62,7 +61,7 @@ INTERFACE_ELEMENT_TYPE_REMOVED_METHOD=Error
INTERFACE_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
INTERFACE_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
INVALID_JAVADOC_TAG=Ignore
-INVALID_REFERENCE_IN_SYSTEM_LIBRARIES=Warning
+INVALID_REFERENCE_IN_SYSTEM_LIBRARIES=Ignore
LEAK_EXTEND=Warning
LEAK_FIELD_DECL=Warning
LEAK_IMPLEMENT=Warning
@@ -78,6 +77,7 @@ METHOD_ELEMENT_TYPE_CHANGED_STATIC_TO_NON_STATIC=Error
METHOD_ELEMENT_TYPE_CHANGED_VARARGS_TO_ARRAY=Error
METHOD_ELEMENT_TYPE_REMOVED_ANNOTATION_DEFAULT_VALUE=Error
METHOD_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+MISSING_EE_DESCRIPTIONS=Error
TYPE_PARAMETER_ELEMENT_TYPE_ADDED_CLASS_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_ADDED_INTERFACE_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_CLASS_BOUND=Error

Back to the top