Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2016-10-13 08:58:18 +0000
committerJay Arthanareeswaran2016-10-13 08:58:18 +0000
commita4212f660b3eb77ae0a548ba05f5445b9b81d72c (patch)
treea04e9ac9ca05fed7a930b0aa9d5acab20c1dd5cc /org.eclipse.jdt.core.tests.model/pom.xml
parent0e4cab40015212ab472472f3f7c677eee2f50b76 (diff)
downloadeclipse.jdt.core-a4212f660b3eb77ae0a548ba05f5445b9b81d72c.tar.gz
eclipse.jdt.core-a4212f660b3eb77ae0a548ba05f5445b9b81d72c.tar.xz
eclipse.jdt.core-a4212f660b3eb77ae0a548ba05f5445b9b81d72c.zip
Bug 504473 - Fix build warnings in I20161005-1430
Also suppress the warning about the resource not closed.
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/pom.xml')
-rw-r--r--org.eclipse.jdt.core.tests.model/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core.tests.model/pom.xml b/org.eclipse.jdt.core.tests.model/pom.xml
index a157510bb4..942986ba52 100644
--- a/org.eclipse.jdt.core.tests.model/pom.xml
+++ b/org.eclipse.jdt.core.tests.model/pom.xml
@@ -25,7 +25,7 @@
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
- <code.ignoredWarnings>-warn:-fieldHiding,unavoidableGenericProblems</code.ignoredWarnings>
+ <code.ignoredWarnings>-warn:+fieldHiding,-unavoidableGenericProblems</code.ignoredWarnings>
</properties>
<build>

Back to the top