Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-20Use ArrayDeque in StringSubstitutionEngine instead of StackLars Vogel1-3/+4
2019-11-14Unnecessary whitespace removalLars Vogel2-4/+4
2019-10-14Use jdk 5 for-each loop (Part 1)Carsten Hammer1-14/+8
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationI20190616-1800I20190615-1800I20190614-1800Paul Pazderski4-36/+36
2019-04-10Bug 546314 - Fix mangled copyright headersS4_12_0_M1I20190412-1800I20190412-0520I20190411-0625Paul Pazderski1-10/+11
2019-03-20Remove useless non-javadoc see comments.Alexander Kurtakov5-87/+0
2019-02-14Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800Alexander Kurtakov3-27/+38
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel17-51/+102
2018-06-12Bug 534681 - Remove redundant modifiers in org.eclipse.core.variablesKarsten Thoms7-32/+32
2018-05-09Bug 533788 - Use StandardCharsetsI20180509-0800Alexander Kurtakov1-2/+3
2018-05-03Using StringBuilder instead of StringBuffer inLars Vogel2-7/+7
2017-01-13Bug 510100 - [cleanup] Get rid of trailing white space in platform.debugY20170119-1000I20170119-2000I20170119-1010I20170119-0345I20170118-2000I20170118-1215I20170117-2000I20170116-2000I20170115-2000I20170114-2000I20170113-2000Andrey Loskutov9-82/+82
2016-02-01Bug 486347 - Move org.eclipse.core.variables to Java 1.7I20160202-1000I20160202-0800Sarika Sinha2-11/+11
2016-01-25Bug 486157: Adapt to ListenerList changesI20160126-0800I20160125-2000I20160125-0800Markus Keller1-4/+0
2016-01-22Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000Sarika Sinha1-5/+8
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie7-176/+209
2012-05-15Fix Copyrights.Pawel Piech1-1/+1
2011-12-14Bug 365504 - [launch] Launch fails when IDynamicVariableReslover.resolveValue...Pawel Piech1-1/+5
2011-07-06[nobug] fix Javadoc warningsMichael Rennie4-8/+14
2011-04-08[nobug] remove deprecated use of 'new InstanceScope()' for preferencesMichael Rennie1-4/+4
2010-12-13Bug 317975 - Fix for wrong usages of affect* and effect*Michael Rennie1-2/+2
2009-09-10Bug 263535 - resolution of ${eclipse_home} inconsistent with other vars like ...Darin Wright1-2/+14
2009-09-01Bug 288285: StringVariableManager should not use deprecated preferences codeCurtis Windatt1-29/+22
2009-04-29cleanupjohna1-11/+1
2008-07-31Bug 242685 -StringVariableManager - Variable contributions may silently overr...Darin Wright1-3/+16
2008-05-29copyright updates (for API tooling tag additions)Darin Wright5-6/+6
2008-03-24javadoc updates and plug-in version incrementDarin Wright4-11/+2
2008-02-27API tooling set upDarin Wright5-0/+6
2007-03-27update copyrightsDarin Wright6-10/+10
2007-02-05javaodc errorDarin Wright1-1/+1
2007-02-01Bug 165969 API to allow a contributed JRE and variables to be re-initializedDarin Wright6-141/+270
2006-06-12copyright updatesDarin Wright5-10/+10
2006-05-16javadoc spelling errorsDarin Wright5-6/+6
2006-04-19Bug 137569 - Remove ICU4J dependency for org.eclipse.core.variablesDarin Wright4-21/+20
2006-04-10Bug 135770 - need to adopt ICU4J APIsDarin Wright4-4/+4
2006-02-24javadoc spellingDarin Swanson1-3/+3
2006-02-18Move from Platform deprecated APIDarin Swanson1-1/+1
2006-02-09The method run(ISafeRunnable) from the type Platform is deprecatedDarin Swanson1-1/+2
2006-01-25Bug 119922 - mechanism to contribute VM installDarin Wright1-0/+43
2005-11-23Use new utility listener listDarin Wright2-138/+2
2005-08-05Bug 106178 - Remove uneccessary NLS tagsDarin Wright3-8/+8
2005-06-08fixed line delimitersKevin Barnes1-18/+18
2005-06-02Bug 95490 - String substitution variables are lost during importDarin Wright1-15/+36
2005-04-08Bug 90318 - Change string externalization to use new formatKevin Barnes1-1/+1
2005-04-08Bug 88261 - create component XML for debug pluginsDarin Wright6-6/+20
2005-04-06Bug 90318 - Change string externalization to use new formatKevin Barnes5-48/+54
2005-02-23CPL --> EPLDarin Swanson15-15/+15
2005-02-23CPL --> EPLDarin Swanson16-45/+45
2005-02-10Bug 73397 - Setting ErrorHandlers for XML parsingJared Burns1-0/+2
2004-12-07Bug 45977 - Contribute variables should indicate the plugin that contributed ...Jared Burns2-0/+22

Back to the top