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 Pazderski82-2007/+2007
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-04-18Remove useless casts from cvs.core.Alexander Kurtakov18-33/+33
And enable the compiler preference to mark them. Change-Id: I091e72b08d56caf719ae663dfa5302b1ae57ec75 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-04-17Remove useless non-javadoc/@see comments. (take 4)I20190417-1800Alexander Kurtakov41-596/+155
Put @Override instead where needed. Change-Id: I3798bfbb5fd3c05c16531f7fac7885d2f6eb65b7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-04-17Remove useless non-javadoc/@see comments.Alexander Kurtakov47-433/+150
Put @Override instead where needed. Change-Id: Ib198807a342501579ed484a02e5231a4f06e5a59 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-14Resolve raw type warningsI20190215-0055Karsten Thoms18-81/+81
Change-Id: I5a66afa307f4a830c3766c2c54a8ac2a371f90be Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-10-30Even more lambda conversions.Y20181030-0940Alexander Kurtakov3-50/+40
Change-Id: I621c582be5c5afba330cacb1f3d635465c41158a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-30Lambda conversions.Alexander Kurtakov13-542/+482
Change-Id: I82abbfbcfd6d7485cf76711d685f79030f5b7306 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-27Bug 535802 - EPL 2.0 conversion for team bundlesLars Vogel189-567/+1134
Change-Id: I073c57899401ab31237c02f74fe9c049dcaefe5d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-16Bug 532617 - Replace headstream instead of branchKalyan Prasad Tatavarthi1-3/+44
Change-Id: I5b8c35e14f3f7e4ffa37b1d4f3d4e1c40e5d1268 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
2018-05-12Bug 531433 - Replace usage of SubProgressMonitor by SubMonitorI20180515-0950I20180515-0800I20180514-2000I20180514-0800I20180513-2000I20180513-0800I20180512-1500I20180512-0830Karsten Thoms1-2/+1
Fixes a regression. beginTask must not be called twice on an IProgressMonitor instance. SubMonitor.convert() will call beginTask on the given monitor, so beginTask must not be called before on this monitor instance. To avoid this, a SubMonitor is created with subMonitorFor given the required number of ticks. Change-Id: Icb87740d2a98a0c7b73bfaf6879c767e937759bf Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-03-09Bug 531433 - Replace usage of SubProgressMonitor by SubMonitorI20180311-2000I20180310-1500I20180309-2000Karsten Thoms5-15/+15
Change-Id: I68e635f60614b9a923c8c848c17115b6e9275a30 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-02-07Bug 530860 - Generify Class related APIsS4_8_0_M6I20180308-0630I20180307-2000I20180307-1025I20180307-0900I20180307-0825I20180307-0800I20180306-2000I20180306-0800I20180305-2000I20180305-0800I20180305-0300I20180304-2000I20180304-0800I20180303-1500I20180303-1200I20180303-0800I20180303-0335I20180303-0155I20180303-0055I20180302-2000I20180301-2000I20180228-2000I20180227-2000I20180226-2000I20180225-2000I20180224-1500I20180223-2000I20180222-2000I20180221-2000I20180220-2000I20180219-2000I20180218-2000I20180217-1500I20180216-2000I20180216-0415I20180215-2000I20180214-2000I20180213-2000I20180213-0125I20180212-2000I20180211-2000I20180210-1500I20180209-2000I20180208-2000I20180207-2000Alexander Kurtakov6-22/+22
Change-Id: I2ce29644a969e3df4d47bfcbe2557ebf439c7d0b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-17Bug 529824 - [sonar] Resolve "Possible null pointer dereference"I20180119-0110I20180118-2000René Purrio1-7/+35
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 Thoms6-10/+10
Bump micro version for 4.8 Change-Id: Ib0bee17c6905c38cab7d4701f6339bfd63d9c45e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-01-28Fixed broken build.Y20170202-1000I20170202-2000I20170201-2000I20170131-2000I20170130-2000I20170130-0600I20170129-2000I20170128-2000I20170127-2200Sergey Prigogin1-0/+1
Change-Id: I68e5e8352ef09e9ecd3a82a37e651eebc9db5b3f
2017-01-28Generification.Sergey Prigogin1-45/+52
Change-Id: Ic65db14ac1432dd0c435b7687ab86c7f670848ad
2016-08-08Fixed compiler warnings.Sergey Prigogin1-13/+7
Change-Id: Id1f7f83044c137b9db9cdc252a413b4f02a5bbba
2016-08-08Fixed compiler warnings.Sergey Prigogin2-13/+11
Change-Id: Id03714d70eb65b4c8991cca5bad9d8f99c9c4b9f
2016-03-22Bug 489805 - Move the team git repository to Java 1.8Stefan Xenos1-0/+5
Fixes compiler warnings. This reverts commit b8821710ffb03f8e7573be209e1ab14e27ba04b4. Change-Id: I64b54428dc8500ab05427d505bb801e46511916b Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2015-07-15Bug 464072 - [Search] Refresh on Access ignored during text searchI20150728-0800I20150721-0800Sergey Prigogin1-3/+7
Allow IFileStore to return EFS.ERROR_NOT_EXISTS instead of EFS.ERROR_READ when the file doesn't exist when called from the SyncFileWriter.readFirstLine method. Change-Id: Ibb125dcceea3e0dd47a6dbfae2cc867b2bd8fefa
2015-07-11Bug 464072 - [Search] Refresh on Access ignored during text searchI20150714-0800Sergey Prigogin1-4/+9
Allow IFileStore to return EFS.ERROR_NOT_EXISTS instead of EFS.ERROR_READ when the file doesn't exist. Change-Id: I614cc4023f2fbddcd4d0ac4bb9221744ced3482e Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-17Bug 451738 - Add org.eclipse.team.cvs.core plugin to General > Tracing ↵Szymon Ptaszkiewicz4-15/+31
preference page
2013-05-15Fixed compile warning (touching cvs.core)I20130521-2000I20130520-2000I20130519-2000I20130518-1500I20130516-2200I20130516-1800I20130516-1600I20130515-2000Dani Megert1-1/+3
2011-12-23bug 366790: Allow to specify values from BundleImporterDelegatev20111223-0944Tomasz Zarna1-58/+0
declaratively, in plugin.xml
2011-12-16Typos fixed.v20111216-1257Tomasz Zarna1-2/+2
2011-12-16bug 205251: CVS username disallows full kerberos namesKeerthi Vasan2-4/+4
2011-11-17bug 263919: Synchronize must not abort when log-in to repository failsv20111117-1337Malgorzata Janczarska1-2/+2
2011-11-02Use SafeRunner#runTomasz Zarna1-4/+4
2011-09-01bug 356300: The constructor InstanceScope() is deprecated, call ↵I20110912-1300Tomasz Zarna2-10/+7
InstanceScope.INSTANCE instead
2011-04-21Committed Gosia's patch to fix parts of bug 319661: Patch wizard excludes ↵I20110423-0725Dani Megert2-7/+1
changes in projects that it can't connect
2011-04-11bug 76386: [History View] CVS Resource History shows revisions from all ↵Tomasz Zarna1-13/+15
branches - getBranchRevision update
2011-04-11bug 76386: [History View] CVS Resource History shows revisions from all ↵Tomasz Zarna8-31/+124
branches -- Olexiy's patch
2011-03-29typo fixedTomasz Zarna1-2/+2
2011-03-23bug 319661: Patch wizard excludes changes in projects that it can't connectTomasz Zarna3-6/+8
2011-02-28bug 338163: Incorrect javadoc on KnownRepositories.javaTomasz Zarna1-9/+6
2011-02-22bug 330490: API and UI to configure SCM URLs for import -- Team partTomasz Zarna2-1/+59
2011-02-15bug 76386: [History View] CVS Resource History shows revisions from all ↵Tomasz Zarna8-97/+22
branches -- reverted, legal approval required
2011-02-14bug 76386: [History View] CVS Resource History shows revisions from all ↵Tomasz Zarna1-1/+0
branches -- hide the column+filter and update tests
2011-02-13bug 76386: [History View] CVS Resource History shows revisions from all branchesTomasz Zarna9-32/+101
2011-02-04bug 62547: Rename does not appear as changeTomasz Zarna2-4/+55
2011-01-24Replaced wrong usage of "it's" with "its".Dani Megert1-12/+6
2011-01-03bug 315694: Team > Merge operation for project contains logical model always ↵Tomasz Zarna2-17/+21
show no changes between two branches
2010-12-22bug 332732: SCMURL needs to default project name if not givenTomasz Zarna1-4/+4
2010-12-01bug 326926: API to configure and import SCM URLsTomasz Zarna2-8/+96
2010-11-04typo fixedTomasz Zarna1-5/+3
2010-11-04typos fixedTomasz Zarna1-4/+4
2010-08-31bug 323493: CVS Compare of remote version shows only CHANGED resources, not ↵Tomasz Zarna1-2/+2
NEW and DELETED resource
2010-08-24Fixed bug 138853: [Sync View] Compare editor opened by Synchronize view only ↵Dani Megert1-12/+60
shows right author
2010-08-16bug 320686: Cannot compare locked revision with another regular revisionTomasz Zarna2-11/+23
2010-08-13Javadocs updateTomasz Zarna1-9/+7

Back to the top