Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel9-27/+54
2018-07-19Bug 521038 - [refactoring] Replace anonymous Runnable classes by lambdaAlexander Kurtakov1-116/+65
2018-06-12Bug 534681 - Remove redundant modifiers in org.eclipse.debug.uiKarsten Thoms3-5/+5
2017-09-08Bug 522059 - Remove redundant specification of type arguments fromI20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Lars Vogel3-8/+8
2017-09-08Revert "Bug 521038 - Replaced anonymous Runnable classes by lambda expression"Alexander Kurtakov1-51/+78
2017-09-06Bug 521038 - Replaced anonymous Runnable classes by lambda expressionI20170906-2000I20170906-0815Karsten Thoms1-78/+51
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-100/+100
2015-09-11Bug 476814 - Replace new Integer() with Integer.valueOf()Alex Blewitt1-2/+2
2015-02-20Fixed bug 460417: Fix compiler problems from generified IAdaptable#getAdapter...Dani Megert1-20/+29
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie6-1870/+1881
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie1-15/+1
2012-03-19Bug 374268 - Use the DebugTrace object to print to trace filesv20120319-1845Mike Rennie1-5/+4
2012-03-05Bug 372282 - [memory] NPE in abstractasynctablerendering.isDisposed() when fT...v20120305-1658Pawel Piech1-1/+1
2011-07-07[nobug] fix Javadoc warnings and add API problem filters for known API usage ...Michael Rennie1-11/+14
2011-03-22Bug 338576 - Add the platform IEvaluationContext as a parent for debug UI IEv...Michael Rennie1-3/+2
2010-12-02Bug 327263 - Allow multiple debug views and multiple debug context providersPawel Piech1-3/+3
2010-05-18copyright updatesDarin Wright1-1/+1
2010-04-23Bug 300036 - [Memory View] NPE in AbstractAsyncTableRendering#getSelectedAdd...Samantha Chan1-0/+16
2010-02-25Bug 301825 - [breakpoints] Breakpoints view doesn't always link with Debug vi...Pawel Piech1-2/+2
2010-01-12Bug 292426 - [Memory View] platform renderings cannot be repositioned from n...Samantha Chan1-33/+40
2010-01-11 Bug 218195 - [Memory View] Memory View NPE in AbstractAsyncTableRenderingSamantha Chan1-1/+1
2010-01-11 Bug 218195 - [Memory View] Memory View NPE in AbstractAsyncTableRenderingSamantha Chan1-2/+5
2009-12-01Bug 295771 - [flex-hierarchy] IPresentationContext should be disposed by its ...Darin Wright1-0/+4
2009-10-25Bug 262360 - [Memory View] platform renderings do not implement correctly IMe...Samantha Chan1-1/+2
2009-03-31updated copyrightsMichael Rennie1-6/+6
2009-03-05Bug 258891 - [Memory View] AbstractAsyncTableRendering.removeListeners suscep...Samantha Chan1-5/+8
2008-12-04Bug 240330 - [Memory View] Items per row should not be limited to 16Samantha Chan1-2/+2
2008-05-29copyright updatesDarin Wright1-2/+2
2008-05-05Bug 225567 - [Memory View] Tooltip from rendering stays foreverSamantha Chan1-0/+6
2008-03-04Bug 219643 - Memory: typo EXTENSION_POINT_MEMORY_RENDERIGNSDarin Wright1-1/+1
2008-01-23Bug 212761: [Memory View] NPE in AbstractAsyncTableRenderingSamantha Chan1-1/+1
2008-01-23Bug 212761: [Memory View] NPE in AbstractAsyncTableRenderingSamantha Chan1-3/+3
2007-08-23Bug 198545 Debug Core should use EMPTY_STRING constantMichael Rennie2-6/+7
2007-07-31Bug 198437 EMPTY_STRING constant not usedMichael Rennie2-6/+7
2007-04-25Bug 183019 - [Memory View] Reset does not position the base address to the topSamantha Chan1-3/+8
2007-04-18Bug 183019 - [Memory View] Reset does not position the base address to the topSamantha Chan1-1/+1
2007-04-13Bug 181648 - [Memory View] NPE in AbstractAsyncTableRendering when activatedSamantha Chan1-31/+47
2007-04-13Bug 134863 - [Memory View] Cell editors in the table rendering needs to be ex...Samantha Chan1-10/+25
2007-02-26Bug 174722 - [Memory View] a possible out-of-bound array access in "org.ecli...Samantha Chan1-10/+20
2007-02-26updated copyrightsMichael Rennie1-1/+1
2007-02-26Bug 174722Michael Rennie1-19/+9
2007-02-23BUG 167788 - [Memory View] Add shortcut keys for Next Page and Previous Page ...Samantha Chan1-0/+43
2007-02-23BUG 171753 - [Memory View] Reload is incorrect when receiving selected addres...Samantha Chan1-2/+27
2007-02-23BUG 165515 - [Memory View] Built-in table renderings only write value if it d...Samantha Chan1-4/+17
2007-01-12Bug 166234 - [Memory View] More flexible buffer size in table renderingsSamantha Chan1-15/+126
2006-12-20Bug 153938 - [Memory View] Base address of memory block is not displayed on f...Samantha Chan1-3/+37
2006-12-18Bug 168434 move debug commands to core plug-inDarin Wright1-1/+1
2006-11-10Bug 153500 Asynchronous model viewerDarin Wright2-5/+6
2006-10-26Bug 160932 API for debug context and debug commandsDarin Wright1-2/+2
2006-07-13Bug 148897 - [Memory View] memory renderings leak menu listenerSamantha Chan1-16/+53

Back to the top