Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel124-372/+744
Commands used for this conversion: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I3c49f3d254233c87acef9c83b3eb9ba831b9d6ff Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-19Bug 521038 - [refactoring] Replace anonymous Runnable classes by lambdaAlexander Kurtakov9-407/+300
expression Changed some formatters to Eclipse so there is some formatting happening as the debug one is not clear where to get from and it's unrealistic to expect random contributors to do it. Change-Id: I731410854f9a4ac0c9fc18bcf3ad3dcf7d941c9a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-07-05Bug 536677 - AbstractDebugView should release MessagePage instancesI20180710-2000I20180709-2000I20180708-2000I20180707-1500I20180706-2000I20180705-2000Andrey Loskutov1-16/+15
Not disposed MessagePage holds site -> serviceLocator -> services -> window reference of closed window. Change-Id: I0e5045d752e35b83f6463bb61114dda09f8bf994 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-06-12Bug 534681 - Remove redundant modifiers in org.eclipse.debug.uiKarsten Thoms60-444/+425
Change-Id: I1d0b999ad8ead1bad88e9f23aa32fd34418c63aa Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-06-01Bug 535454 - do not allow null context in DebugContextEvent constructorSimeon Andreev1-0/+2
In case of a null context passed to the constructor of DebugContextEvent, a NPE could be thrown later on when the event is being processed. This is the case since DebugContextEvent.getContext() makes no mention of possibly returning a null. E.g. some code in ToggleStepFiltersAction and LaunchView does not check if the returned context is null. At the point of throwing the NPE, its unclear where the null context actually came from. For issues which are difficult to reproduce, this information is vital. With this change, an exception is thrown if the passed context is null. Change-Id: If7a86500bc827bc6aa73ca971c9be79a714be81f Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2018-05-09Bug 533788 - Use StandardCharsetsI20180509-0800Alexander Kurtakov1-2/+3
Another bunch of such changes. Change-Id: I4012772607b8f7c165156b8d03fbd5bcbee4b581 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-07Bug 534379 - GVT48: English Strings are found in New Prototype ->I20180508-2000I20180508-0800I20180507-2205I20180507-2000I20180507-0810I20180507-0800Sarika Sinha1-3/+3
Prototype tab Change-Id: I1b47534b83d9927090b0b55646bccee0618c85ba
2018-04-18Bug 533788 - Use StandardCharsetsI20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500I20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov1-9/+3
Also remove useless see comments, convert to lambda and remove redundant type arguments in touched files. Change-Id: Ia38a6b2b4861a75f7b3d16bef471bc3393f938f2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-18Bug 533751 - Direct use of IStructuredSelectionAlexander Kurtakov3-158/+9
Instead of getSelection and cast. Remove useless @see comments in touched files too. Change-Id: I60d49967e9e56ccaf047817a1ac25d9add2075da Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-01Bug 530603 - [9] Expose API to get ILaunchConfiguration forI20180202-0315I20180201-2325Sarika Sinha1-1/+24
ILaunchConfigurationDialog Change-Id: I872e1381def3e8a232473d62077a884b6e1f1928
2018-01-12Bug 529738 - Fix PrototypeTab typoI20180115-2000Axel Richard1-4/+4
Change-Id: I75b273d895ba14505b43ac0e4c39918ee30c9794 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
2017-12-20Bug 527185 - Platform Debug should use SWT.SHEET with File and DirectoryI20171220-2000Sarika Sinha2-4/+5
Dialog Change-Id: Ia53d282ed416eb09856af7d3dce2475b8326e048
2017-12-20Bug 528469 - Refresh LC tree when linking from PrototypeTabAxel Richard1-0/+14
Change-Id: Icb820b5dec90f3c99e9cba2bf85cb729a7acba63 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
2017-12-12Bug 41353 - fixed API errors (added @since tags on new methods)Andrey Loskutov3-9/+3
Change-Id: I98f9a606526d0c4b647732affb208d7a18f4b1c2 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-12-12Bug 528461 - Linking Prototype gives widget disposed errorSarika Sinha1-3/+7
Change-Id: Ifb4e2ebe43631a5c611711a64c0f2f7998c70d15
2017-12-11Bug 41353 - Launch configuration prototypesI20171211-2000Axel Richard7-8/+929
First implementation of the launch configuration prototypes mechanism. Change-Id: I21a2a97b83aa9cb1be79153bbc4b72171cc6be20 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
2017-12-08Bug 528321 - Log error if unable to toggle breakpointAndrey Loskutov1-1/+2
Just added logging to find the root cause of bug 528321. Change-Id: I220eb45070096fa5d4ef40cff3936eddb32ae8f9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-10-18Bug 526139 - NullPointerException in ToggleBreakpointAction.getDocumentI20171025-0800I20171024-2000I20171024-0800I20171023-2000I20171023-0800I20171022-2000I20171022-0800I20171021-1500I20171020-2000I20171019-2000I20171018-2000Andrey Loskutov1-5/+8
Change-Id: I95bec4d9f62613f25a94c2c3ea3e86df07918e6a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-09-26Merge R4_7_Maintenance for Java9I20171002-2000I20171001-2000I20170930-1500I20170929-2000I20170928-2000I20170927-2000I20170927-0420I20170926-2000Sarika Sinha1-1/+19
Change-Id: I93feda21eb29db31eee086d317c17706aca3fdd0
2017-09-08Bug 522059 - Remove redundant specification of type arguments fromI20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Lars Vogel13-29/+29
org.eclipse.debug.ui Change-Id: Iaa1506dffb86445b0bec008c1a595f90b8a02148 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-08Revert "Bug 521038 - Replaced anonymous Runnable classes by lambda expression"Alexander Kurtakov1-1/+7
This reverts commit d8621eaf55a1e95ff894dda0a241af08cc6111fe. Change-Id: I30777d3cf90d9a14f5de5e599b8a0ceefe1c8292
2017-09-06Bug 521038 - Replaced anonymous Runnable classes by lambda expressionI20170906-2000I20170906-0815Karsten Thoms1-7/+1
Change-Id: Ia0d3478be72f514cce6e57cb679fa60668bdb23f Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-09-01Bug 518866 - [9] User should have the ability to define module path andY20170921-1000Y20170920-1000Y20170919-1000Y20170918-1000Y20170917-1000Y20170916-1000Y20170915-1000Y20170914-1000Y20170913-1335Y20170913-1000Y20170912-1000Y20170911-1000Y20170907-1000P20170920-0255P20170919-1155P20170919-0935P20170919-0645P20170911-2315P20170905-0025BETA_JAVA9Sarika Sinha1-0/+8
classpath while launching Change-Id: I5192082c2076f5a39dbb82e29dec3e747d237aa7
2017-09-01Bug 518866 - [9] User should have the ability to define module path andSarika Sinha1-1/+11
classpath while launching Change-Id: I55dbc85b53d87d5936f9335023ad4385314a53d9
2017-03-11Bug 498428 - removed printStackTrace() callI20170312-2000I20170311-2000Andrey Loskutov1-2/+1
Change-Id: Ib33fe3bc0ae80f3dad5775a495aca1db3b2d0fa5 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-02Bug 498428 - "Run to Line" on Ctrl+Alt+Click in annotation/line numberY20170302-1000I20170302-2000Sarika Sinha2-0/+392
rulers Change-Id: I67d5909551609a848794031ba0581921a880911c
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 Loskutov120-3070/+3070
Also enabled "cleanup whitespace on save" actions for debug.ui and debug.tests bundles. Change-Id: I755b879ab1d49144a1bec3f4318dbb8b29521bb3 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-17Bug 492182 - Add Terminate and Relaunch from Configurations, RelaunchY20160818-1000Sarika Sinha1-15/+66
actions and Context based launch Change-Id: Ic2fc123555e45655bce496db47e122d00eb3c8e8
2016-08-12Bug 492182 - Add Terminate and Relaunch from Configurations, RelaunchI20160816-1015I20160816-0800Sarika Sinha1-4/+36
actions and Context based launch Change-Id: Ie4828a93ec219dd9a5f1298451e42f1b6a765ecb
2016-07-30Bug 492182 - Add Terminate and Relaunch from Configurations, RelaunchY20160804-1000I20160803-2000I20160803-0800I20160802-2000I20160802-0800I20160801-2000I20160801-0800I20160731-2000Sarika Sinha5-49/+222
actions and Context based launch Change-Id: Icef7f143a7d967c5d7126180a359fd4fcbe3422e
2016-06-10Bug 469512 - AbstractDebugView.fUpdateables may have multiple actionsSarika Sinha1-2/+2
Change-Id: I9d50a3785250b389080f5f6ba5b5cf3a843e22cd
2016-04-16Bug 487554 - Add "Terminate and Relaunch" to menu and toolbarI20160419-0800I20160417-1112Sarika Sinha1-1/+4
Change-Id: I662be435ba0f808746aa4120d2314cec009684c1
2016-04-15Bug 487554 - Add "Terminate and Relaunch" to menu and toolbarSarika Sinha1-2/+22
Change-Id: I37cc8c369e34ad860070d50a88964185b4d1721b
2016-01-22Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000Sarika Sinha4-40/+33
Change-Id: If4f1f4d0ccb2f8451b4901a2139aa6537542d41e
2016-01-20Bug 485941: [launching] Environment tab grows wider on each config selectionMarkus Keller1-32/+9
Change-Id: I1ced668d8b003df3b0ad9d69c884f4b42d5f70e2
2015-09-11Bug 476814 - Replace new Integer() with Integer.valueOf()Alex Blewitt1-2/+2
Using Integer.valueOf() instead of new Integer() allows for the runtime to cache commonly instantiated values; typically, this will be for values in the range -128..127. Using valueOf is preferred for this reason. Change-Id: I1022eb4973b760b830ace5d39b76eea9353d4ca2 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-09Bug 471829 - Changing "Allocate console" in Common tab doesn't mark itStephan Wahlbrink1-1/+8
dirty Added missing selection listener updating the launch config dialog. Change-Id: Ic3729457a44e04ad00d4b4eaa47bb1c851639915 Signed-off-by: Stephan Wahlbrink <sw@wahlbrink.eu>
2015-04-29Bug 440033 - InjectionException: java.lang.StackOverflowError inI20150511-2130I20150511-2000I20150510-2000I20150509-1500I20150508-2000I20150507-2000I20150506-2000I20150505-2000I20150504-2000I20150503-2000I20150502-1500I20150501-2000I20150430-1445I20150429-2000I20150429-1330I20150429-1230Anton Leherbauer1-4/+8
org.eclipse.e4.ui.workbench.renderers.swt Change-Id: Idae8f17e88a994f7ab8c1089796128f6a73c35b4 Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-03-24Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert1-15/+21
IAdaptable#getAdapter(..)
2015-03-03Bug 461219 - Compile warnings in official buildI20150303-0800Sarika Sinha2-36/+28
Change-Id: I48f14fe5c9ee51a09ede0bc30380cb8e55b5ada2
2015-02-20Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert13-33/+49
IAdaptable#getAdapter(..)
2014-12-02Fixed bug 155411: [launch] Need a way to assign stdin to a file from Run DialogI20141202-0800Sarika Sinha1-6/+4
Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2014-11-25Bug 155411 - [launch] Need a way to assign stdin to a file from RunSarika Sinha2-28/+189
Dialog Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2014-08-13Bug 437193 - JSR-45 Support broken Mike Rennie1-2/+2
2014-08-12Removed unnecessary casts from Bug 430981: Add type information to ↵Markus Keller2-3/+3
IServiceLocator.getService
2014-05-28Bug 435826: org.eclipse.debug.ui.stringsubstitution is missing in generated ↵I20140528-2000I20140528-0930Markus Keller1-1/+1
API doc
2014-05-27Bug 435826 - org.eclipse.debug.ui.stringsubstitution is missing inI20140528-0115I20140527-2300I20140527-2000Sarika Sinha1-0/+19
generated API doc Signed-off-by: Mike Rennie Sarika Sinha <sarika.sinha@in.ibm.com>
2014-03-18Fixed compile warningI20140318-0830Dani Megert1-2/+1
2014-03-11Bug 426107 - Change org.eclipse.debug.ui extension point examples to useLars Vogel4-4/+4
png Change-Id: Ie6885832ebd3543faf15c2daa69e586d46d6ee7f Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
2013-08-08Warn about resource leaks (Tycho build)Dani Megert1-3/+5

Back to the top