Merge "Bug 509440 - Fix warnings in build.properties"
diff --git a/tests/org.eclipse.wst.xml.tests.encoding/src/org/eclipse/wst/xml/tests/encoding/read/TestCodedReaderOnGennedFiles.java b/tests/org.eclipse.wst.xml.tests.encoding/src/org/eclipse/wst/xml/tests/encoding/read/TestCodedReaderOnGennedFiles.java
index 7978943..21d9e6b 100644
--- a/tests/org.eclipse.wst.xml.tests.encoding/src/org/eclipse/wst/xml/tests/encoding/read/TestCodedReaderOnGennedFiles.java
+++ b/tests/org.eclipse.wst.xml.tests.encoding/src/org/eclipse/wst/xml/tests/encoding/read/TestCodedReaderOnGennedFiles.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 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
@@ -7,6 +7,7 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ *     Patrik Suzzi <psuzzi@gmail.com> - Bug 498268
  *******************************************************************************/
 package org.eclipse.wst.xml.tests.encoding.read;
 
@@ -24,7 +25,6 @@
  *  
  */
 public class TestCodedReaderOnGennedFiles extends TestCodedReader {
-	private static int notRan = 0;
 	private static final boolean DEBUG = false;
 
 	protected void doGenTest(String charsetName) throws CoreException, IOException {
@@ -41,7 +41,6 @@
 		// bring used. (Could be improved in future to avoid counting as a
 		// test) - this check in here for initial debugging only
 		if (file == null) {
-			notRan++;
 			if (DEBUG) {
 				System.out.println();
 				System.out.println("test not ran since charset not supported by VM: " + filePath);
diff --git a/tests/org.eclipse.wst.xml.tests.encoding/src/org/eclipse/wst/xml/tests/encoding/read/TestContentTypeDescriptionOnGennedFiles.java b/tests/org.eclipse.wst.xml.tests.encoding/src/org/eclipse/wst/xml/tests/encoding/read/TestContentTypeDescriptionOnGennedFiles.java
index ea8d990..a299b87 100644
--- a/tests/org.eclipse.wst.xml.tests.encoding/src/org/eclipse/wst/xml/tests/encoding/read/TestContentTypeDescriptionOnGennedFiles.java
+++ b/tests/org.eclipse.wst.xml.tests.encoding/src/org/eclipse/wst/xml/tests/encoding/read/TestContentTypeDescriptionOnGennedFiles.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 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
@@ -7,6 +7,7 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ *     Patrik Suzzi <psuzzi@gmail.com> - Bug 498268
  *******************************************************************************/
 package org.eclipse.wst.xml.tests.encoding.read;
 
@@ -19,7 +20,6 @@
 
 
 public class TestContentTypeDescriptionOnGennedFiles extends TestContentDescription {
-	private static int notRan = 0;
 	private static final boolean DEBUG = false;
 
 	protected void doGenTest(String charsetName) throws CoreException, IOException {
@@ -37,7 +37,6 @@
 		// bring used. (Could be improved in future to avoid counting as a
 		// test) - this check in here for initial debugging only
 		if (file == null) {
-			notRan++;
 			if (DEBUG) {
 				System.out.println();
 				System.out.println("test not ran since charset not supported by VM: " + filePath);