Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-02-08 10:26:06 +0000
committerAlexander Kurtakov2016-02-08 10:26:06 +0000
commitd7c3b1ff552cefcdf128d6ea84df29b6a4770354 (patch)
tree0c5742e7382182810214e74085a2c8b245b6b19b /org.eclipse.ua.tests/intro/org
parent24ee16ef8c752d8d2b6b8425d663dd0fbfb8b35d (diff)
downloadeclipse.platform.ua-d7c3b1ff552cefcdf128d6ea84df29b6a4770354.tar.gz
eclipse.platform.ua-d7c3b1ff552cefcdf128d6ea84df29b6a4770354.tar.xz
eclipse.platform.ua-d7c3b1ff552cefcdf128d6ea84df29b6a4770354.zip
Bug 485922 - Remove trailing white spaces in org.eclipse.ua.testsI20160209-0800
Mass remove in all java files. Change-Id: I51b8600fb0e80bb12f326c882e48328900a721d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.ua.tests/intro/org')
-rw-r--r--org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/AllIntroTests.java2
-rw-r--r--org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/other/AllOtherTests.java2
-rw-r--r--org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java12
-rw-r--r--org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/util/IntroModelSerializer.java8
4 files changed, 12 insertions, 12 deletions
diff --git a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/AllIntroTests.java b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/AllIntroTests.java
index 13996ab72..b2c6fd5d5 100644
--- a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/AllIntroTests.java
+++ b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/AllIntroTests.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/other/AllOtherTests.java b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/other/AllOtherTests.java
index 5dbd58af6..7a3a6520d 100644
--- a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/other/AllOtherTests.java
+++ b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/other/AllOtherTests.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java
index fbee1bff8..3957e3d1e 100644
--- a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java
+++ b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java
@@ -32,7 +32,7 @@ public class OpenIntroTest extends PerformanceTestCase {
public static Test suite() {
return new TestSuite(OpenIntroTest.class);
}
-
+
/* (non-Javadoc)
* @see org.eclipse.test.performance.PerformanceTestCase#setUp()
*/
@@ -44,7 +44,7 @@ public class OpenIntroTest extends PerformanceTestCase {
System.setProperty("org.eclipse.ua.tests.property.isTesting", "true"); //$NON-NLS-1$ //$NON-NLS-2$
ExtensionPointManager.getInst().setExtensionFilter(UserAssistanceTestPlugin.getPluginId());
}
-
+
/* (non-Javadoc)
* @see org.eclipse.test.performance.PerformanceTestCase#tearDown()
*/
@@ -65,7 +65,7 @@ public class OpenIntroTest extends PerformanceTestCase {
openIntro();
closeIntro();
}
-
+
// run the tests
for (int i=0;i<50;++i) {
startMeasuring();
@@ -73,11 +73,11 @@ public class OpenIntroTest extends PerformanceTestCase {
stopMeasuring();
closeIntro();
}
-
+
commitMeasurements();
assertPerformance();
}
-
+
public static void closeIntro() throws Exception {
IIntroManager manager = PlatformUI.getWorkbench().getIntroManager();
IIntroPart part = manager.getIntro();
@@ -101,7 +101,7 @@ public class OpenIntroTest extends PerformanceTestCase {
}
flush();
}
-
+
private static void flush() {
Display display = Display.getCurrent();
while (display.readAndDispatch()) {
diff --git a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/util/IntroModelSerializer.java b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/util/IntroModelSerializer.java
index 3b8a1ea2e..d8361e353 100644
--- a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/util/IntroModelSerializer.java
+++ b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/util/IntroModelSerializer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -63,7 +63,7 @@ public class IntroModelSerializer {
}
return url;
}
-
+
private void printModelRootInfo(IntroModelRoot model, StringBuffer text) {
text.append("Intro Model Content:"); //$NON-NLS-1$
text.append("\n======================"); //$NON-NLS-1$
@@ -123,7 +123,7 @@ public class IntroModelSerializer {
sorted[i] = filterURL(sorted[i]) + " from " + bundle.getSymbolicName(); //$NON-NLS-1$
}
Arrays.sort(sorted);
-
+
for (String element : sorted) {
text.append(element + "\n\t\t"); //$NON-NLS-1$
}
@@ -267,7 +267,7 @@ public class IntroModelSerializer {
/**
* Appends a given page's categories to the Text buffer.
- *
+ *
* @param text
*/
private void printPages(IntroPage[] pages, StringBuffer text) {

Back to the top