Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-05-19Bug 547304 - [cleanup] Fix wrong space/tab indentationS4_12_0_RC2S4_12_0_RC1aS4_12_0_RC1S4_12_0_M3R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800I20190531-0245I20190529-2005I20190529-1800I20190529-0600I20190528-1800I20190528-0915I20190528-0850I20190528-0600I20190527-1805I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800I20190524-0135I20190522-1800I20190522-0600I20190521-1800I20190521-0600I20190520-1805I20190520-0600R4_12_maintenancePaul Pazderski45-2421/+2421
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: I4149aaf4e48ccf7b49083f36d52e0c7a67433c7d
2019-05-18Bug 547304 - [cleanup] Fix wrong line delimitersPaul Pazderski1-107/+107
This updates all Java files with wrong or mixed line delimiters to use Unix style delimiters. The change includes only whitespace formatting and no code changes. Change-Id: I1f6bc53b2a6827208b42ec562a855874d9ce69ae
2019-04-17Remove useless non-javadoc/@see comments.Alexander Kurtakov3-13/+6
Put @Override instead where needed. Change-Id: Ib198807a342501579ed484a02e5231a4f06e5a59 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-04-13Bug 545330 - Problems in javadoc for platformAlexander Kurtakov4-15/+21
Fix some javadoc in platform.team. Change-Id: Iaea2910b26777a73b1eeba526eee762647599f19 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-16Bug 543933 - Build javadocs with Java 11I20190218-0600I20190217-1800Alexander Kurtakov6-76/+93
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I18df76d31c00c0d19776a6c0fe5e627528e75c04 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov8-89/+97
Fix javadoc warnings catched by Java 11 tool. (take 2) Change-Id: Ic592eb6ef82b3439c43644170200671756e0b06c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-01-15Bug 543478 - harmonized import settings and organized importsY20190116-2200I20190116-1800I20190115-1800Andrey Loskutov90-196/+808
Use org.eclipse.jdt.ui.ondemandthreshold=99 in all projects Change-Id: I45fc5a90242a9a889138fd2c94f522e6f390c1dd Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-11-09Bug 540941 - Deleted NullSubProgressMonitorKarsten Thoms1-56/+0
Class is not used anymore. Change-Id: I61dabf2c06d0848503f5d250f689600dde68b73d Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-10-30Lambda conversions.Alexander Kurtakov3-26/+8
Change-Id: I82abbfbcfd6d7485cf76711d685f79030f5b7306 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-27Bug 535802 - EPL 2.0 conversion for team bundlesLars Vogel181-543/+1086
Change-Id: I073c57899401ab31237c02f74fe9c049dcaefe5d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-03-09Bug 531433 - Replace usage of SubProgressMonitor by SubMonitorI20180311-2000I20180310-1500I20180309-2000Karsten Thoms1-2/+2
Change-Id: I68e635f60614b9a923c8c848c17115b6e9275a30 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-01-17Bug 529824 - [sonar] Resolve "Possible null pointer dereference"I20180119-0110I20180118-2000René Purrio1-2/+11
Change-Id: I1a4ce29ea6ee3c49b6d218b0c1063415f72466c5 Signed-off-by: René Purrio <rpurrio@itemis.de>
2017-11-09Bug 527018 - [refactoring] Replace use of Number constructors by valueOfI20171113-2000I20171112-2000I20171111-1500I20171111-0410I20171111-0155I20171110-2000I20171109-2000Karsten Thoms7-20/+20
Bump micro version for 4.8 Change-Id: Ib0bee17c6905c38cab7d4701f6339bfd63d9c45e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-10-12Bug 525955 - Replace StringBuffer with StringBuilder in team.coreI20171017-2000I20171017-0515I20171016-2000I20171015-2000I20171015-0655I20171014-1500I20171013-2000I20171012-2000Lars Vogel9-11/+11
Change-Id: I47231b6cfc00541235991a0306187da5efd4244a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-07-25Bug 520159 - Modernize o.e.team.core S4_8_0_M1I20170808-2000I20170807-2000I20170806-2000I20170805-1500I20170804-2000I20170802-2000I20170802-0800I20170801-2000I20170801-0800I20170731-2000I20170731-0800I20170730-2000I20170729-2000I20170728-2000I20170727-2000I20170727-0610I20170726-2000I20170725-2000Alexander Kurtakov67-663/+533
Take 2: * Generify. * Replace non-javadoc with @Override * Convert to lambdas Change-Id: Ia44170d3e752ad6513f007964463692e1cc6288e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-07-25Bug 520159 - Modernize o.e.team.core Alexander Kurtakov59-1067/+785
* Generify. * Replace non-javadoc with @Override * Convert to lambdas Change-Id: I8cd3bc81ce83b53bb9c80f5f928a963baa82b872 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-04Bug 506732 - cleanup trailing spaces in team.core and team.uiAndrey Loskutov172-2098/+2098
Change-Id: I6a92f3b0af9cd07df54bc2e37a8455a52eaf490c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-03-22Bug 489805 - Move the team git repository to Java 1.8Stefan Xenos1-14/+15
Fixes compiler warnings. This reverts commit b8821710ffb03f8e7573be209e1ab14e27ba04b4. Change-Id: I64b54428dc8500ab05427d505bb801e46511916b Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2014-11-17Bug 451737 - Add org.eclipse.team.core plugin to General > Tracing ↵Szymon Ptaszkiewicz6-32/+44
preference page
2013-05-14Updated copyright dateI20130514-2000Dani Megert1-1/+1
2012-11-08Bug 377545 - Make extension pointv20121108-113543Olivier Thomann4-2/+269
for org.eclipse.team.core.storageMergers for text file usable in a headless environment
2012-11-07Fixed Javadoc warningDani Megert1-2/+4
2012-10-31Bug 362219 -Synchronize with Workspace errors with "outer scope rule"v20121031-150607I20121106-0800I20121031-2000Malgorzata Janczarska1-1/+8
when new file is not under an existing folder
2012-04-06bug 375933: API Problem in TeamUI#getPages(..)v20120406-1150N20120417-1633N20120417-1307I20120419-1434I20120418-0248I20120417-1000I20120417-0800Tomasz Zarna1-1/+2
2012-03-29Fixed bug 375634: RepositoryProvider#getProvider(..) methods arev20120329-1513N20120416-1918I20120417-0334I20120417-0255I20120417-0235I20120417-0211I20120417-0142I20120416-2327I20120416-1738I20120416-1719I20120416-1643I20120416-1623I20120416-1600I20120416-1508I20120411-2034I20120411-1737I20120411-0906I20120411-0258I20120410-2330I20120410-2037I20120410-1710I20120410-0633I20120410-0320I20120410-0304I20120410-0252I20120410-0238I20120410-0216I20120410-0152I20120410-0136I20120410-0122I20120410-0102I20120410-0049I20120410-0027I20120409-2358I20120409-2119I20120409-2018I20120409-1957I20120409-1911I20120409-1708I20120409-1622I20120409-1353I20120409-0926I20120409-0904I20120409-0315I20120409-0131I20120408-2304I20120408-2000I20120408-1521I20120408-1324I20120408-1214I20120408-1110I20120408-0330I20120408-0246I20120408-0231I20120408-0216I20120408-0152I20120408-0036I20120408-0012I20120407-2339I20120407-2245I20120407-2106I20120407-1941I20120407-1904I20120407-1840I20120407-1826I20120407-1732I20120407-1717I20120407-1631I20120407-0358I20120407-0346I20120407-0329I20120407-0305I20120407-0217I20120407-0205I20120407-0138I20120407-0103I20120407-0040I20120407-0024I20120406-2327I20120406-0935I20120406-0915I20120406-0250I20120406-0231I20120406-0006I20120405-2131I20120405-1735I20120405-1114I20120405-0114I20120404-2228I20120404-2006I20120404-1351I20120404-0051I20120403-2231Markus Keller1-5/+7
inefficient for inaccessible projects
2011-12-28Allow to specify values from BundleImporterDelegate declaratively, inv20111228-1339Tomasz Zarna1-2/+2
plugin.xml -- fix supportedValues bug: 366790
2011-12-23bug 366790: Allow to specify values from BundleImporterDelegatev20111223-0944Tomasz Zarna1-4/+22
declaratively, in plugin.xml
2011-11-23bug 364561: test failures due to unexpected outgoing changesv20111123-1649Tomasz Zarna1-2/+3
2011-11-18bug 352016: [Sync View] Team synchronization filteringv20111118-1221Tomasz Zarna2-76/+124
2011-11-17bug 263919: Synchronize must not abort when log-in to repository failsv20111117-1337Malgorzata Janczarska3-19/+39
2011-09-30bug 358392: Compare editor does not show author if opened fromI20110926-0800Tomasz Zarna1-2/+2
Synchronize view (NPE)
2011-09-01bug 356300: The constructor InstanceScope() is deprecated, call ↵I20110912-1300Tomasz Zarna1-2/+2
InstanceScope.INSTANCE instead
2011-08-31Fixed typo.Tomasz Zarna1-1/+1
2011-05-05Updated CopyrightsTomasz Zarna1-1/+1
2011-04-19bug 209834: *.a under "Team->Ignored Resources" unchecks itself after each ↵Tomasz Zarna1-1/+1
session - Andrew's fix
2011-04-14Added missing @since tag.Dani Megert1-2/+2
2011-04-11bug 76386: [History View] CVS Resource History shows revisions from all ↵Tomasz Zarna3-3/+23
branches -- Olexiy's patch
2011-03-30bug 209834: *.a under "Team->Ignored Resources" unchecks itself after each ↵Tomasz Zarna3-7/+59
session
2011-02-22bug 330490: API and UI to configure SCM URLs for import -- Team partTomasz Zarna8-2/+495
2011-02-15bug 76386: [History View] CVS Resource History shows revisions from all ↵Tomasz Zarna2-22/+3
branches -- reverted, legal approval required
2011-02-13bug 76386: [History View] CVS Resource History shows revisions from all branchesTomasz Zarna2-3/+22
2010-12-22bug 332732: SCMURL needs to default project name if not givenTomasz Zarna1-4/+4
2010-12-15bug 332558: package.html files need minor change to generate correct descriptionTomasz Zarna2-2/+2
2010-12-15bug 332612: Incorrect argument passed to isSupervised in ↵Tomasz Zarna1-2/+2
ResourceVariantTreeSubscriber.members(IResource)
2010-12-02Reverted previous change as 3.6 was correct.Dani Megert2-2/+2
2010-12-02Fixed wrong @since tagTomasz Zarna1-1/+1
2010-12-02bug 326926: API to configure and import SCM URLs -- bundle version updateTomasz Zarna1-1/+1
2010-12-02Fixed wrong @since tag.Dani Megert1-1/+1
2010-12-01bug 326926: API to configure and import SCM URLsTomasz Zarna1-5/+29
2010-11-19typo fixedTomasz Zarna1-2/+2

Back to the top