Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-24Bug 547304 - [cleanup] Fix wrong space/tab indentationI20190626-0720I20190625-1800I20190625-0535I20190624-1800Paul Pazderski3-343/+343
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: Ie21edf6dba7384276d834e9fd10805b1f304403f
2019-02-12Remove useless non-javadoc see tags.Alexander Kurtakov1-10/+4
Change-Id: I9c83744ad1931d1a23f7ee6f1ee3310fb85ab8e3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-21Bug 535802 - License update to EPL-2.0 in platform.uaY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000I20180821-0800Lars Vogel12-36/+72
Updates all files except exsd and pom files to EPL 2.0 This repos does not include JDT templates for new Java files. Also fixed manually /org.eclipse.help.base/doc/book.css Regex used: find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ic868435cfed4d834b36b51fc3f1b936ceaaec84d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-03-28Bug 532976 - Do not use APIs deprecated in Java 9Alexander Kurtakov1-4/+4
* new Integer * Object.finalize * Class.getConstructor Change-Id: I95ef6f31b307bfaa33a6da80109611f6205e819a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 520255 - Replace StringBuffer with StringBuilder inAlexander Kurtakov1-20/+20
eclipse.platform.ua Change-Id: Id1b13e8bb510dfdd4e4b8ff2f1f466f6b89fd513 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-09Bug 491265 - Generify org.eclipse.ui.intro* Alexander Kurtakov1-2/+2
* Fix remaining warnings in o.e.ui.intro.universal. * Enable more compiler warnings to make them visible in workbench. * Add missing Override annotations. Change-Id: Ide01e15c99735134ae47cf7754001b577d36c28b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-08Bug 491265 - Generify org.eclipse.ui.intro*Brian de Alwis2-3/+3
Move org.eclipse.ui.intro.universal to JavaSE-1.8 Fix leaked resources Change-Id: I831a65808709853459129c20244c42a84dd6bf02
2016-02-19Bug 488072 - Move o.e.ua.tests to Java 8 Alexander Kurtakov3-12/+12
Fix all the new warnings: * try-with-resources * useless type definitions Change-Id: Ib03065e19467d1ce094fe2345ee391f2a987b781 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-02-08Bug 485922 - Remove trailing white spaces in org.eclipse.ua.testsI20160209-0800Alexander Kurtakov4-12/+12
Mass remove in all java files. Change-Id: I51b8600fb0e80bb12f326c882e48328900a721d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-01-20Bug 485918 - Convert org.eclipse.ua.tests to JUnit 4Alexander Kurtakov6-96/+125
Everything left in intro source folder. Change-Id: I6715a49ac40ffaa4e220d0ff350fca24b4b8b999 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-01-15Bug 485918 - Convert org.eclipse.ua.tests to JUnit 4 Alexander Kurtakov7-100/+29
Convert TestSuites. Change-Id: Ia8df70474f30634c8a2130b56f4bb854d12abd6c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-12-02Bug 483477 - Run "Fix Copyrights" on all plug-ins of platform.uaI20151213-2000I20151209-2300I20151209-2000I20151209-0800I20151208-2000I20151208-0800I20151207-2000I20151207-0800I20151206-2000I20151203-1230I20151203-0800Lars Vogel2-2/+2
Change-Id: Id7609d660eace6b8f9ac8a2f8bc02ce02b685842 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-01-15Move to JavaSE-1.6 (triggered by bug 457396)I20150203-1300I20150203-0800I20150129-1830I20150128-2000I20150128-0900I20150127-2000I20150127-0900I20150126-2000I20150126-0930I20150126-0800I20150125-2000I20150120-0800I20150116-1000Markus Keller6-76/+76
2013-09-04Replaced deprecated junit.framework.AssertDani Megert1-5/+8
2012-02-07Bug 370719 - Test failure inkmoir2-3/+20
ContentDetectorTest.testNoSavedState(ContentDetectorTest.java:79)
2011-01-10Fix warnings when compiled with Java 5.0Chris Goldthorpe4-12/+16
2011-01-07Fix warnings when compiled with Java 5.0Chris Goldthorpe1-4/+4
2009-05-26Update copyrightsChris Goldthorpe7-49/+49
2009-04-22Bug 273241 – [Intro] The text of item is't trim on Welcome page:Chris Goldthorpe2-0/+66
2009-01-23Bug 241885 – [Intro]Option to always launch to Welcome until user chooses ↵Chris Goldthorpe3-0/+81
not to
2008-10-14Bug 208357 – [Help] eclipse automated test cases failedChris Goldthorpe1-1/+0
2007-12-21Bug 211636 – [Intro] Allow product to have full control of Universal Intro rootChris Goldthorpe3-5/+8
2007-12-20Add test for includeChris Goldthorpe1-9/+32
2007-12-20Add test for replacement contentChris Goldthorpe2-28/+72
2007-12-17Fix serializer to save file URL of root page without using absolute pathsv20071217Chris Goldthorpe1-1/+1
2007-12-04Bug 179886 – [Intro] NPE when loading extensionContent elementsChris Goldthorpe2-0/+222
2007-04-03Bug 177635 - [Intro] Show intro and highlight new content if new intro ↵Chris Goldthorpe1-11/+64
content is available
2007-03-28Contribution persistence which is the groundwork for Bug 177635 - [Intro] ↵Chris Goldthorpe2-1/+101
Show intro and highlight new content if new intro content is available.
2007-03-16update copyrightCurtis D'Entremont1-1/+1
2007-01-16fixed NPE during performance testsCurtis D'Entremont1-1/+1
2006-12-15fixed intro performance test to use fixed data setCurtis D'Entremont1-0/+15
2006-12-14improved accuracy of performance testsCurtis D'Entremont1-1/+9
2006-12-14improve performance testsCurtis D'Entremont1-1/+3
2006-12-14improve performance testsCurtis D'Entremont2-3/+13
2006-11-22added UA performance testsCurtis D'Entremont2-0/+109
2006-04-17updated copyrightsv20060417Curtis D'Entremont3-3/+3
2006-03-28132251 New: NOT function on filtersCurtis D'Entremont5-336/+43
2006-03-17disable platform intro test until universal intro stabilizesCurtis D'Entremont3-6/+5
2006-02-23127121 Fix warnings in UA pluginsCurtis D'Entremont2-2/+2
2006-02-09*** empty log message ***Dejan Gloszic3-3/+0
2006-01-30*** empty log message ***v20060130Dejan Gloszic3-24/+210
2006-01-23*** empty log message ***v20060123Dejan Gloszic1-3/+12
2006-01-20*** empty log message ***v20060120Dejan Gloszic1-3/+6
2006-01-05*** empty log message ***Dejan Gloszic6-0/+769

    Back to the top