Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-05Using indexOf char instead of indexOf StringY20190708-0900I20190710-1800I20190710-0610I20190709-1800I20190709-0610I20190708-1800I20190708-1035I20190708-0800I20190707-1800I20190707-0110I20190706-1800I20190705-1800Lars Vogel1-3/+3
2019-06-17StringBuilder instead of StringBufferLars Vogel1-1/+1
2019-06-17Remove redundant blockLars Vogel1-41/+35
2019-06-14Use isEmpty() instead of length() to check if collection is emptyI20190615-1800I20190614-1800Lars Vogel2-8/+8
2019-06-13Use jdk 5 for-each loopI20190614-0330I20190613-1800Carsten Hammer3-10/+8
2019-06-11Removes trailing whitespace from org.eclipse.text.testsI20190612-0115Lars Vogel22-311/+311
2019-06-11String.indexOf can be replaced with String.containsCarsten Hammer1-1/+1
2019-06-11Use StringBuilder instead of StringBuffer where possible.Carsten Hammer4-10/+10
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 Pazderski4-22/+22
2019-03-20Bug 545565 - ListLineTracker returns wrong results after content set toI20190321-1800I20190321-0435I20190321-0245I20190320-1800Paul Pazderski1-1/+60
2018-08-21Bug 530393 - EPL 2.0 update for platform.text test bundlesLars Vogel32-96/+192
2018-07-30Bug 109481 - [find/replace] replace doesn't work when using a regex withI20180730-2240I20180730-2000I20180730-0800Kalyan Prasad Tatavarthi1-25/+1
2018-07-18Sanitize org.eclipse.text.tests.Y20180720-0300Y20180718-2200I20180722-2000I20180721-1500I20180720-2000I20180719-2000I20180718-2000Alexander Kurtakov2-52/+43
2018-07-18Sanitize LinkedPositionTest.Alexander Kurtakov1-56/+45
2018-06-11[Sonar] Remove dead stored variablesJonas Hungershausen1-2/+1
2018-04-30Improve some constructs for performanceMickael Istria1-43/+45
2018-01-15Bug 529716 - Combine catch blocks in org.eclipse.text.tests.AccessorI20180117-2000I20180116-2000I20180115-2000Lars Vogel1-48/+14
2017-07-13Bug 109481 - [find/replace] replace doesn't work when using a regex withfingerl1-1/+25
2016-04-04Bug 487095: Move test bundles to JUnit 4Y20160407-1000I20160405-0800Markus Keller3-29/+32
2016-02-09Bug 486903 - [Templates] Allow specifying a default value in case theI20160209-0800Lars Vogel2-3/+83
2016-02-03Bug 487095 - Move test bundles to JUnit 4Sopot Cela25-700/+909
2016-01-30Bug 486889 - Migrated TemplatesTestSuite to JUnit 4I20160202-1000I20160202-0800Lars Vogel4-52/+76
2016-01-23Bug 75981: [templates][preferences] Allow to specify format of date variable ...Jeremie Bresson2-1/+137
2016-01-20changed fail(..) to throw AssertionFailedException again (some tests actually...Markus Keller1-1/+4
2016-01-19don't swallow root exception (example: bug 479217 comment 17)Markus Keller1-38/+38
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller8-114/+112
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller23-40/+81
2014-09-15Bug 180973: [linked mode] Linked mode does not work with Unicode escapesI20140923-0800I20140918-0330I20140917-2000I20140917-0800I20140916-2000I20140916-0800I20140915-2000Markus Keller2-6/+23
2013-09-04Replaced deprecated junit.framework.AssertDani Megert5-10/+15
2013-09-04Fixed compile warningDani Megert1-1/+3
2013-05-15Fixed compile warningI20130603-2000I20130602-2000I20130601-1500I20130531-2000I20130530-1430I20130529-2000I20130528-2000I20130528-1200I20130527-2000I20130527-0800I20130526-2000I20130526-0500I20130525-1500I20130523-1400I20130522-2000I20130521-2000I20130520-2000I20130519-2000I20130518-1500I20130516-2200I20130516-1800I20130516-1600I20130515-2000Dani Megert1-1/+3
2012-10-25Fixed bug 380218: TUR4.2: Regular Expression \C violates the relationv20121025-122133I20121106-0800I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Dani Megert1-0/+19
2012-10-25Platform.getOS() gives an NPE if test runs outside of EclipseMarkus Keller1-4/+2
2012-10-23Bug 392594: DNF in text.tests on Mac (1.7 VM crash on StackOverflowError with...v20121023-163345I20121024-1200I20121024-1130Markus Keller1-0/+8
2012-08-07Fixed bug 386751: FindReplaceDoucmentAdapter find() treats '.' asv20120807-151628I20120814-0800I20120812-1736I20120810-1300I20120808-2000I20120808-0800I20120807-2000Dani Megert1-1/+14
2012-05-15Updated copyrights.v20120515-1541I20120522-2100I20120522-1900I20120521-2100I20120521-1900I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900I20120515-2300I20120515-2200I20120515-2145I20120515-2100I20120515-1900Markus Keller1-1/+1
2012-03-12Revert "fTextStore doesn't need to be protected"v20120312-1446Dani Megert1-4/+4
2012-03-09Javadocv20120309-2023Markus Keller1-9/+9
2012-03-09fTextStore doesn't need to be protectedv20120309-2020Deepak Azad1-4/+4
2011-04-11Bug 342295: [templates] Template variable names can only contain ASCII charac...v20110412-0800Markus Keller1-0/+21
2011-04-08Bug 342295: [templates] Template variable names can only contain ASCII charac...Markus Keller1-1/+29
2010-11-18Bug 329614 comment 6: [linked mode] Incorrect selection and caret position af...Markus Keller3-41/+33
2010-11-17Bug 329614: [linked mode] Incorrect selection and caret position after rename...Markus Keller2-53/+198
2010-06-14Moving forward to 3.7 and updated copyright date.Dani Megert1-2/+2
2010-04-09Fixed broken tests.Dani Megert1-3/+27
2010-02-05avoid leaks when tests are donev20100209-0800Markus Keller1-1/+6
2010-01-12Made getField() public.Dani Megert1-2/+2
2009-04-01Clarified Javadoc regarding getNumberOfLines().v20090429-1800aDani Megert1-1/+8
2009-01-29Added some undo manager tests.Dani Megert1-0/+474
2008-12-31copyright updatesDani Megert21-21/+21

Back to the top