Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Use jdk 5 for-each loopCarsten Hammer1-3/+3
2019-12-03Deletes unused methods from FileTool in filebuffer testsLars Vogel1-25/+0
2019-10-25Delete unused method in test helper methodI20191027-1800I20191026-1800I20191025-1805Lars Vogel1-6/+0
2019-10-25Use StringBuilder in FileBuffersForLinkFiles testLars Vogel2-1/+8
2019-10-11Move away of deprecated StringBufferInputStreamAlexander Kurtakov1-2/+3
2019-07-05Removes unnecessary toString calls and uses append inLars Vogel1-7/+7
2019-06-13Use jdk 5 for-each loopI20190614-0330I20190613-1800Carsten Hammer1-2/+2
2018-08-21Bug 530393 - EPL 2.0 update for platform.text test bundlesLars Vogel23-69/+138
2018-07-31Bug 491070 - Intermittent test failures in FileBufferFunctions.* onI20180801-0820I20180801-0800I20180801-0550I20180731-2000I20180731-1305I20180731-1250I20180731-1025I20180731-0800I20180731-0340Andrey Loskutov1-40/+69
2018-07-18Try-with-resources warnings fixes in core.filebuffers.tests.Alexander Kurtakov4-33/+10
2018-02-05Bug 530745 - Use try with block forLars Vogel1-18/+1
2018-01-15Bug 529816 - [sonar] Resolve "Possible null pointer dereference"René Purrio3-2/+17
2017-09-15Bug 522212 - Resolve redundant null checksKarsten Thoms1-2/+2
2017-07-13Bug 516535 - Replace StringBuffer with StringBuilder inLars Vogel2-4/+4
2016-08-24Bug 500181 - Fix whitespace issues in org.eclipse.core.filebuffers.testsLars Vogel3-4/+4
2016-05-05Bug 492973 - Avoid invoking inefficient new String() constructor inLars Vogel3-3/+3
2016-04-04Bug 487095: Move test bundles to JUnit 4Y20160407-1000I20160405-0800Markus Keller1-17/+17
2016-02-03Bug 487095 - Move test bundles to JUnit 4Sopot Cela18-71/+247
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller15-35/+49
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller18-246/+169
2015-07-30Bug 470244 - Replace new Boolean with Boolean.valueOfAlex Blewitt1-2/+3
2013-09-04Replaced deprecated junit.framework.AssertDani Megert1-2/+3
2013-06-04Provide more details when FileBuffersForFilesInLinkedFolders.test15 fails (se...R4_3M20130724-0800M20130717-0800M20130710-0800M20130703-0800I20130618-0800I20130605-2000I20130604-2000Dani Megert1-4/+14
2008-12-31copyright updatesDani Megert17-17/+17
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert23-499/+501
2008-08-26Fixed Javadoc warnings.Dani Megert3-24/+19
2008-01-29Fixed bug 210290: [api] API to get all IFileBuffer instancesDani Megert2-14/+49
2008-01-25Committed Andrew's patch to fix 208881: [api] enable document setup participa...v20080128Dani Megert4-0/+307
2008-01-25Use compact assignment.Dani Megert2-5/+5
2008-01-25Committed Andrew's patch to fix 208881: [api] enable document setup participa...Dani Megert1-2/+6
2007-08-23Fixed bug 200745: [implementation] Unable to open DefaultTextEditor on a File...Dani Megert1-0/+22
2007-05-29Updated copyright date.Dani Megert8-8/+8
2007-04-04Fixed test failures caused by IFileStore.putInfo now correctly throwing an ex...v20070410-0800Dani Megert2-6/+12
2007-02-22Fixed bug 148057: [misc][api] Allow the construction of an ITextFileBuffer fr...Dani Megert8-3/+1635
2007-02-21Tests for new location kinds.Dani Megert1-59/+267
2007-02-20Clarified document time stamp if it cannot be retrieved from underlying file.Dani Megert1-3/+3
2007-02-19Fixed bug 99610: [api] add API to file buffers that allows to specify whether...Dani Megert3-174/+177
2007-02-19Fixed copyright.Dani Megert1-1/+1
2007-02-19Fixed bug 118199: [api] TextFileBufferManager#createFileBuffer with non-exist...Dani Megert1-0/+32
2007-02-19Fixed bug 118199: [api] TextFileBufferManager#createFileBuffer with non-exist...Dani Megert1-1/+1
2007-02-16Fixed bug 108764: [api] No way to determine document location from documentDani Megert2-0/+27
2007-02-13Additional checks.v20070213-0800Dani Megert1-0/+4
2005-10-09Adopted new EFS classDani Megert7-20/+20
2005-10-07Adopted new Eclipse FS (for details see bug 106176)Dani Megert8-57/+72
2005-10-07Adopted new Eclipse FS (for details see bug 106176)Dani Megert1-1/+1
2005-10-07Adopted new Eclipse FS (for details see bug 106176)Dani Megert1-0/+1
2005-10-07Adopted new Eclipse FS (for details see bug 106176)Dani Megert1-6/+31
2005-10-06Adopted new Eclipse FS (for details see bug 106176)Dani Megert1-7/+8
2005-10-06CosmeticsDani Megert2-4/+3
2005-10-06Adopted new Eclipse FS (for details see bug 106176)Dani Megert3-23/+22

Back to the top