Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-04Bug 578558 - "Widget is disposed" while switching between debug viewsY20220209-0600Y20220208-0600Y20220207-0600Y20220206-0600Y20220205-0600I20220208-1800I20220207-1800I20220206-1800I20220205-1800I20220205-0040I20220204-1800Sarika Sinha1-1/+4
2021-10-12Bug 576521 - Avoid UI freezes due to slow Debug viewI20211103-0020I20211102-1800I20211102-1020I20211101-1800I20211031-1800I20211030-1800I20211029-1800I20211028-1800I20211027-1800I20211026-1800I20211025-1800I20211024-1800I20211023-1800I20211022-1800I20211022-0920I20211022-0130I20211021-1800I20211020-1800I20211019-1800I20211018-1800I20211017-1800I20211016-1800I20211015-1800I20211014-1800I20211013-1800I20211012-1800Joerg Kubitz1-2/+15
2021-07-21Use JDT static inner class clean up for platform.debug internal packagesY20210810-0820Y20210810-0500Y20210805-0800Y20210804-1030Y20210730-0530Y20210729-0800Y20210727-0800Y20210722-0800I20210811-1800I20210810-1800I20210809-1800I20210808-1800I20210807-1800I20210806-1800I20210805-1800I20210804-1800I20210804-0930I20210730-1800I20210729-1800I20210729-0050I20210728-1800I20210727-1800I20210726-1800I20210725-1800I20210724-1800I20210723-1800I20210722-1800I20210721-1800Lars Vogel2-2/+2
2021-04-12[dogfooding] Use Java method instead of system property cleanupI20210415-0010I20210414-1800I20210414-0330I20210413-2350I20210413-1800I20210413-1400Lars Vogel1-2/+1
2020-06-22Bug 564429 - VirtualCopyToClipboardActionDelegate: Add TAB even forY20200624-1200Y20200622-0340I20200626-1800I20200625-1800I20200624-1800I20200623-1800I20200623-1010I20200622-1800Sebastian Ratz1-1/+2
2020-06-18Bug 564330 - Lambda and method cleanup on o.e.debug.ui plug-inY20200620-1200I20200621-1800I20200620-1800I20200619-1800I20200618-1800Lars Vogel3-58/+38
2020-04-10Bug 561983 - Remove dependnecy on icu from debug.[core|ui]I20200416-1800I20200416-0410I20200415-1800I20200415-0620I20200415-0200I20200414-1010I20200414-0630I20200413-1800I20200412-1800I20200411-1800I20200411-0950I20200411-0720I20200411-0510I20200411-0300I20200410-2300I20200410-1800Alexander Kurtakov1-2/+1
2020-03-22Bug 561338 - Random IOOB on updating breadcrumb in Debug viewI20200323-1800Andrey Loskutov1-1/+8
2019-12-10Use jdk 5 for-each loopchammer1-2/+2
2019-12-10Use jdk 5 for-each loopchammer2-30/+22
2019-12-10Use jdk 5 for-each loopchammer4-124/+82
2019-11-14Use jdk 5 for-each loopI20191114-1800chammer5-43/+30
2019-10-19Use jdk 5 for-each loop (Part 2)I20191024-1800I20191023-1810Carsten Hammer1-4/+4
2019-10-16Bug 550220 Sometimes incomplete stack is shown for threads that wereUmair Sair1-23/+2
2019-08-14Use StringBuilder in org.eclipse.debug.uiY20190815-0900I20190816-0155I20190814-1800Lars Vogel3-8/+8
2019-06-20Small String optimizationI20190620-1800Lars Vogel5-9/+9
2019-06-18Use addAll, deleteAll instead of looping through a collectionI20190620-0130I20190619-1820I20190619-1800I20190618-1805Lars Vogel2-6/+4
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationI20190616-1800I20190615-1800I20190614-1800Paul Pazderski46-7543/+7543
2019-06-13Use StringBuilder instead of StringBuffer where possible.Carsten Hammer6-6/+6
2019-06-12Use isEmpty() instead of size()==0 where possibleCarsten Hammer1-1/+1
2019-05-18Bug 547304 - [cleanup] Fix wrong line delimitersS4_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-0600I20190519-1800Paul Pazderski2-83/+83
2019-03-20Remove useless non-javadoc see comments. (take 3)I20190320-1800Alexander Kurtakov14-389/+20
2018-10-18Bug 540242 - SWTException in InternalTreeModelViewer.getDisplayAndrey Loskutov2-13/+11
2018-09-11Bug 538303 - Debug View wrong selection if activated by breakpointI20180912-0225I20180912-0210I20180911-1400Simeon Andreev1-1/+1
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel69-207/+414
2018-07-19Bug 521038 - [refactoring] Replace anonymous Runnable classes by lambdaAlexander Kurtakov8-525/+463
2018-06-14Bug 535686 - use one queue for scheduling async tasksI20180618-0800I20180615-0655I20180615-0300I20180614-2045I20180614-2000Andrey Loskutov1-9/+22
2018-06-14Bug 535686 - wait for pending ElementContentProvider jobsAndrey Loskutov1-1/+8
2018-06-12Bug 534681 - Remove redundant modifiers in org.eclipse.debug.uiKarsten Thoms41-202/+200
2018-06-07TreeModelContentProvider cleanupI20180607-2000Andrey Loskutov1-58/+37
2018-06-07ModelDelta cleanupAndrey Loskutov1-34/+8
2018-01-04Bug 514319 - Using a dedicated trim method to trim the expressions labelsMartin Schreiber1-2/+17
2017-09-08Bug 522059 - Remove redundant specification of type arguments fromI20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Lars Vogel14-57/+57
2017-09-08Revert "Bug 521038 - Replaced anonymous Runnable classes by lambda expression"Alexander Kurtakov8-375/+402
2017-09-06Bug 521038 - Replaced anonymous Runnable classes by lambda expressionI20170906-2000I20170906-0815Karsten Thoms8-402/+375
2017-07-11Bug 519433 - group model changed events processed on ui threadI20170725-2000I20170724-2000I20170723-2000I20170722-2000I20170722-0045I20170721-2000I20170720-2000I20170719-2000I20170719-0600I20170719-0040I20170718-2000I20170718-0355I20170717-2000I20170717-0350I20170716-2000I20170716-0130I20170715-2000I20170714-2000I20170713-2000Igor Fedorenko1-6/+89
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 Loskutov69-1834/+1834
2016-09-17Bug 495461 - [Debug] Copy Stack does not workI20160920-0800Till Brychcy1-0/+6
2016-08-17Bug 499011 - SWTException: Widget is disposed in Variables viewSarika Sinha1-2/+2
2016-01-22Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000Sarika Sinha4-25/+20
2015-11-20Bug 482570 - Compiler warning in platform.debug.uiSarika Sinha2-4/+4
2015-11-19Bug 482570 - Compiler warning in platform.debug.ui Sarika Sinha1-2/+2
2015-09-11Bug 476814 - Replace new Integer() with Integer.valueOf()Alex Blewitt2-5/+5
2015-09-03Bug 474074 - Replace new Boolean with Boolean.valueOfI20150908-0800Alex Blewitt1-2/+2
2015-02-20Fixed bug 460417: Fix compiler problems from generified IAdaptable#getAdapter...Dani Megert2-3/+3
2014-10-22Bug 438724 - [flex] REVEAL delta does not always work reliablyI20141111-0830I20141111-0800I20141104-0800I20141029-2000I20141029-0800I20141028-2000I20141028-0800I20141027-2000I20141027-0800I20141026-2100Anton Leherbauer1-1/+18
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie30-717/+1159
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie1-12/+14
2013-05-14Updated copyright dateI20130515-2000I20130514-2000Dani Megert3-3/+3
2013-03-19Bug 335216 - [detail] Widget disposed exception from detail pane proxyI20130319-1000Pawel Piech1-2/+4

Back to the top