diff options
| author | Jay Arthanareeswaran | 2016-10-12 05:40:04 +0000 |
|---|---|---|
| committer | Stefan Xenos | 2016-10-12 19:17:46 +0000 |
| commit | 888efa82e8bf7dca948fafeddbba604ce0d35d22 (patch) | |
| tree | a52ca5b2c5d5fd8e33fb605b430d3d5a2db73340 | |
| parent | 852fbac9104e40a5883ccea9812047bc61ae7c38 (diff) | |
| download | eclipse.jdt.core-888efa82e8bf7dca948fafeddbba604ce0d35d22.tar.gz eclipse.jdt.core-888efa82e8bf7dca948fafeddbba604ce0d35d22.tar.xz eclipse.jdt.core-888efa82e8bf7dca948fafeddbba604ce0d35d22.zip | |
Bug 504473 - Fix build warnings in I20161005-1430
Change-Id: Ie95738bb06980c410ddacefad75e03d7e107e6cf
Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
| -rw-r--r-- | org.eclipse.jdt.core.tests.model/build.properties | 3 | ||||
| -rw-r--r-- | org.eclipse.jdt.core.tests.model/pom.xml | 1 | ||||
| -rw-r--r-- | org.eclipse.jdt.core/build.properties | 3 | ||||
| -rw-r--r-- | org.eclipse.jdt.core/pom.xml | 1 |
4 files changed, 6 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core.tests.model/build.properties b/org.eclipse.jdt.core.tests.model/build.properties index 0ec24cd72f..6c8659751b 100644 --- a/org.eclipse.jdt.core.tests.model/build.properties +++ b/org.eclipse.jdt.core.tests.model/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2013 IBM Corporation and others. +# Copyright (c) 2000, 2016 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -20,3 +20,4 @@ bin.includes = plugin.xml,\ src.includes = about.html source.. = src/ output.. = bin/ +javacWarnings..=-fieldHiding,-unavoidableGenericProblems diff --git a/org.eclipse.jdt.core.tests.model/pom.xml b/org.eclipse.jdt.core.tests.model/pom.xml index 6337f91153..a157510bb4 100644 --- a/org.eclipse.jdt.core.tests.model/pom.xml +++ b/org.eclipse.jdt.core.tests.model/pom.xml @@ -25,6 +25,7 @@ <properties> <defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars> + <code.ignoredWarnings>-warn:-fieldHiding,unavoidableGenericProblems</code.ignoredWarnings> </properties> <build> diff --git a/org.eclipse.jdt.core/build.properties b/org.eclipse.jdt.core/build.properties index 8e3f678ca4..5db1554335 100644 --- a/org.eclipse.jdt.core/build.properties +++ b/org.eclipse.jdt.core/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. +# Copyright (c) 2000, 2016 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -42,3 +42,4 @@ jars.extra.classpath=platform:/plugin/org.apache.ant/lib/ant.jar src.includes = about.html,\ schema/ generateSourceReferences=true +javacWarnings..=-fieldHiding,-unavoidableGenericProblems diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml index 33d0d04f0c..58871d7046 100644 --- a/org.eclipse.jdt.core/pom.xml +++ b/org.eclipse.jdt.core/pom.xml @@ -23,6 +23,7 @@ <properties> <defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars> + <code.ignoredWarnings>-warn:-fieldHiding,unavoidableGenericProblems</code.ignoredWarnings> </properties> <build> |
