Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-05Bug 516076: Fixed comparator errors caused by GVT47 : Non-externalized ↵I20170507-2000I20170506-2000I20170505-2000Dani Megert1-0/+2
strings in Launch mode drop down list
2017-04-26Bug 511607 - don't use assertTrue(x == y), use assertEquals(x, y)Y20170427-1000I20170426-2000Andrey Loskutov1-8/+8
Change-Id: I03c07522e3bd963103e18f482770964d82eea6fe Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-19Bug 513790 - Compiler warnings in I20170316-2000 after moving to M6Y20170406-1000Y20170330-1000Y20170321-2315Y20170321-0120I20170412-2000I20170411-2000I20170411-0500I20170410-2000I20170409-2000I20170408-2000I20170407-2000I20170406-2000I20170405-2000I20170405-0300I20170405-0200I20170405-0130I20170404-2000I20170404-0840I20170404-0245I20170403-2000I20170402-2000I20170401-2000I20170331-2000I20170330-2000I20170329-2000I20170328-2000I20170327-2000I20170326-2000I20170325-2000I20170324-2000I20170323-2000I20170322-2000I20170321-2000I20170320-2000I20170319-2000Andrey Loskutov1-1/+1
compiler Change-Id: I8ed4bf58d11c23d054a950577add87415f3c910a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-18Bug 511743 - CCE at ProcessConsolePageParticipant.getShowInContext()I20170318-2000Andrey Loskutov1-0/+6
Don't return Boolean.TRUE for few unrelated calls in test code. Change-Id: I64390af9a26badc978422dddbd7a67f9e3f91c6c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-13Bug 513367 - IllegalStateException while decoding output to ConsoleI20170315-2000I20170315-0500I20170314-2000I20170313-2000Andreas Loth1-1/+54
Stream Change-Id: Ia205ed73daab72454193a33c7e3abf053186caa5 Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-03-10Bug 511607 - Improve stability of launch group testsI20170310-2000Markus Duft1-6/+9
Change-Id: Ifa686d72f9629566b53f30ba47dee08c50d74cbe Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-03-04Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersY20170309-1000S4_7_0_M6I20170308-2000I20170308-0800I20170307-2000I20170307-0800I20170307-0610I20170307-0450I20170307-0420I20170307-0410I20170307-0150I20170306-2000I20170306-0800I20170305-2000I20170304-2000Sarika Sinha1-0/+25
at buffer boundaries correctly Change-Id: Iee66ccfd74f93760b1c0e26c7114d4b48cee6324
2017-03-03Revert "Bug 507664 - IOConsoleOutputStream does not handle multi-byte ↵I20170303-2000Sarika Sinha1-3/+0
characters at buffer boundaries correctly" This reverts commit 5875ab13fa7cbd511932f98efcdeb50447d49d99.
2017-03-02Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersAndreas Loth1-0/+3
at buffer boundaries correctly Change-Id: Idfeabbcff7330541c5908ac4b3464a5cce1398ce Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-03-01Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersI20170301-2000Andreas Loth5-43/+131
at buffer boundaries correctly Change-Id: Ib1651069ab6a1a09d26e0b33bfae2dc3aef2fd77 Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-02-07Add missing copyright headers for recent changesY20170223-1000Y20170216-1515Y20170216-1450Y20170216-1000I20170228-2000I20170228-0330I20170228-0240I20170227-2000I20170226-2000I20170225-2000I20170224-2000I20170223-2000I20170222-2000I20170221-2000I20170220-2000I20170219-2000I20170218-2000I20170217-2000I20170216-2000I20170216-0140I20170215-2000I20170214-2200I20170214-2000I20170213-2000Markus Duft1-0/+10
Change-Id: I166699318948cff0bef1304aff7b635c5d0a5c6a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-02-06Bug 508718 - Allow groups to catch up with renames in launch configsMarkus Duft1-14/+18
This change registers a global listener in the LaunchManager that handles updating launch groups whenever a member of that group is renamed. This relies on the workings of the ILaunchmanager#getMovedFrom method. Change-Id: Ie1a617b6e826b0a1b6adb0a1b962dc18484f071a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
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 Loskutov47-431/+431
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>
2017-01-13Launch Groups: Support to wait for output on child stdoutMarkus Duft1-17/+172
This adds support to listen for output on the console of the launched item before continuing the launch. Bug: 508420 Change-Id: I84027592c82b546ddf60c415bcc7047d9bc5490a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-12Launch Groups: Support to skip running launchesMarkus Duft1-6/+90
This change introduces a flag on each group entry that allows to skip launching that configuration in case it is already running, launched either manually or by another group. This allows to prevent duplicate launches for certain configurations. Bug: 508420 Change-Id: If0bac83f4486967c9b634dcad8ebdc848c1a1e8e Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-12Initial contribution of LaunchGroupTestsY20170112-1300Y20170112-1000I20170112-2000Markus Duft2-0/+160
These contain basic test for the existing launch group functionality. No tests for the additional functionality are provided in this commit. Test for additional functionality will be in the according commits. This commit also fixes a bug in the existing functionality that marks a group as terminated too early. Bug: 508420 Change-Id: I1e1e0ae512384665f926d7225b55c701dca92409 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-11-09Bug 489546 - still trying to stabilize the test caseY20161124-1000Y20161117-1000Y20161110-1000I20161130-2000I20161129-2330I20161129-2000I20161128-2000I20161128-0600I20161128-0330I20161127-2000I20161127-1300I20161126-2000I20161126-0815I20161125-2000I20161124-2000I20161123-2000I20161122-2000I20161121-2000I20161120-2000I20161119-2000I20161118-2000I20161117-2000I20161116-2000I20161115-2000I20161114-2000I20161114-0355I20161113-2000I20161112-2000I20161112-0405I20161111-2000I20161111-1220I20161111-0900I20161111-0740I20161111-0510I20161110-2030I20161110-1630I20161110-1225I20161110-1130I20161110-0710I20161110-0510I20161109-2000Andrey Loskutov1-4/+36
Change-Id: I54c8dbbf8d26234bd5f07c4a47bf0224e2e3eef6 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-11-09Bug 506182 - Launch is not multi-thread safeAndrey Loskutov4-2/+219
Protect access to fTargets and fProcesses with read/write lock to avoid possible ConcurrentModificationExceptions. Change-Id: I1a42b263cd9b64c7ebb914b5fdea0d2d3e408b73 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-25Bug 500273 - Removing elements from source lookup cache not workingY20160908-1000Y20160901-1000I20160906-0800I20160830-0800Andrey Loskutov1-1/+48
properly Applied patch from Alexander Schwarz and added test for the LRU cache. Change-Id: I145af345d019a7f1414e7b97d1802891948ccf91 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-19Bug 489546 - trying to stabilize the test caseI20160824-1429I20160823-1359I20160823-0759Andrey Loskutov1-12/+12
Change-Id: Ia70bc6d1eb87b7ba453354ee80c03fe12ab3251a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-01Bug 489546 - Call to ConsoleManager.showConsoleView(x) has no effect ifY20160811-1000I20160809-1300I20160809-1100Andrey Loskutov3-1/+255
ShowConsoleViewJob is already running Change-Id: Iab3d68b31476704a81f75172cb41ef21b62a57e9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsY20160721-1000Y20160714-1000I20160726-1400I20160726-0800I20160719-0800I20160716-1900I20160712-1000I20160712-0800I20160708-1700Sarika Sinha1-2/+2
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f
2016-04-19Bug 490012 - Remove the "strictly compatible JRE" per-project overrideY20160421-1000Stefan Xenos1-2/+0
Change-Id: Ic5ea8bbb786f0e51757bc0f416430463464db970 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-02-16Bug 390052 -testREfreshToUnfilterElementsWithMixedFilters test times outI20160301-1230I20160301-0800I20160223-0800I20160216-1400I20160216-0800Sarika Sinha1-1/+9
Change-Id: I6e5a9737a2a60fece583b319df10c1f55f5aeeab
2016-01-13Bug 390052 - VirtualViewerFilterTests test times out on Windows 7I20160119-0800Sarika Sinha1-2/+2
Change-Id: Ib09511bf7c439bd9010a0475d3d7080323b03227
2016-01-04Bug 484882: Synchronize access to fSortedConfigNamesI20160112-1800I20160112-0800I20160105-1000I20160105-0800Jonah Graham1-0/+55
The new test demonstrates the problem by running two threads, one creating/deleting launch configs, the other one accessing fSortedConfigNames. Note if you set fSortedConfigNames to volatile without making clearConfigNameCache synchronized you can see the test fails generally very fast. Change-Id: I981d7054d51e263f5d097096ffe23cdc1fa74256 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-11-20Bug 482570 - Compiler warning in platform.debug.uiSarika Sinha2-6/+9
Change-Id: I34344417db23ad4c95ad7d2d2273532f2a3a9aa8
2015-11-20Save action disabled for testsSarika Sinha1-2/+8
Change-Id: Ib4638b964b24eb0cc82c8613e0be3d4a8f44339e
2015-09-11File formattingSarika Sinha1-746/+728
Change-Id: I520c53f7abf5ecd8dc21a0d5eebae1f9eacec4b4
2015-09-11Bug 476814 - Replace new Integer() with Integer.valueOf()Alex Blewitt4-18/+18
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-09-07Bug 476814 - Replace Boolean.valueOf(true) and (false)Alex Blewitt1-2/+2
References to Boolean.valueOf(true) and Boolean.valueOf(false) can be converted to constant references Boolean.TRUE and Boolean.FALSE. Change-Id: I075a579f65e9a5fefdfa2824bf284d6f2490d6fc Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-09-03Bug 474074 - Replace new Boolean with Boolean.valueOfI20150908-0800Alex Blewitt1-3/+3
Using `new Boolean()` results in the creation of a new object on the heap, when the flyweight `Boolean.TRUE` and `Boolean.FALSE` are available. Java 1.4 added a `Boolean.valueOf()` which can be used in place of `new Boolean()` but which will use the existing flyweight values instead. Globally change `new Boolean(...)` to `Boolean.valueOf(...)` and replace `new Boolean(...).booleanValue()` to `Boolean.parseBoolean(...)`. Change-Id: I95bed6f2af0293c20d1ac7076ca151b85d1f962d Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵I20150707-0800Markus Keller1-1/+1
parent poms for 4.6
2015-04-17Bug 462996: Enable units tests to run on GerritI20150421-0800Markus Keller6-65/+43
- removed layer-breaking reference from debug.tests to JDT launch configuration - added required bundle org.eclipse.ui.externaltools Change-Id: Ia3e486825f3913ca2faa3c551f1db10fe2dddc08
2015-04-16Bug 462996: Enable units tests to run on GerritMarkus Keller1-7/+3
2015-04-15Enable tests for TychoDani Megert1-0/+23
Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
2015-03-05Bug 461219 - Compile warnings in official buildI20150305-1200Sarika Sinha2-2/+3
Change-Id: I163982897460fb0618b8b69a14b09379337fabb6
2015-03-02Bug 461103 - build failure in N20150227-2000 related to ?maven tests?Sarika Sinha3-3/+3
Change-Id: I9f1028df065d20bb3e1cf25c30a122e1b7371687
2015-02-27Bug 461029 - Move Platform Debug project to 1.7 complianceSarika Sinha4-7/+8
Change-Id: Ie29a60a934f7696ad5d8da9513489c5a9b925216
2015-02-20Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert5-45/+50
IAdaptable#getAdapter(..)
2015-02-06Bug 459310: New API: DebugPlugin#splitArguments(String)Markus Keller1-2/+12
2015-01-16Revert "[nobug] update .gitignore for default output folders"I20150203-1300I20150203-0800I20150129-1830I20150128-2000I20150128-0900I20150127-2000I20150127-0900I20150126-2000I20150126-0930I20150126-0800I20150125-2000I20150120-0800I20150116-1000Markus Keller1-1/+0
This reverts commit 9fa473cbc4dcf2772e6d164ce860c2fcd96a7bdf. See bug 454097: EGit adds wrong .gitignore files/entries at project root
2015-01-15[nobug] update .gitignore for default output foldersMike Rennie1-0/+1
Change-Id: I2f031cbe2cd18479d1684c97911b4b45de738c0f
2014-10-22Bug 438724 - [flex] REVEAL delta does not always work reliablyI20141111-0830I20141111-0800I20141104-0800I20141029-2000I20141029-0800I20141028-2000I20141028-0800I20141027-2000I20141027-0800I20141026-2100Anton Leherbauer1-82/+154
Change-Id: Idf22b5a70b0194b8c91b234db3aefc5fde28d559 Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-08-13Bug 437193 - JSR-45 Support broken Mike Rennie7-0/+542
2014-08-05Bug 437122 - Stale launches in Debug view after canceling "Save andI20140806-0800I20140805-2000Mike Rennie6-8/+188
Launch" dialog - unit tests Change-Id: I52464a557cccf2245d552b2fb5a40be476f236fd
2014-07-30[nobug] fix spelling mistake in test package nameI20140805-0800I20140804-2000I20140804-0800I20140803-2000Mike Rennie66-120/+120
2014-07-24Bug 438621 - [step filtering] Provide an extension point to enhanceMike Rennie1-1/+2
methods step filtering - version / header / since tag updates
2014-07-23[bug 438621][debug]: provided step filters extension pointakosyakov5-14/+84
Change-Id: I26b55e35ab210527d52516cefc216ec40576c1d8 Signed-off-by: akosyakov <anton.kosyakov@itemis.de>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>

Back to the top