Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release I20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000I20170626-2000I20170625-2000I20170624-2000I20170623-2000I20170623-0110I20170622-2000I20170622-0950Alexander Kurtakov12-13/+13
Point to 4.8 parent pom. Change-Id: I684d6e01306c790b0ce3078cab9c962a5c9f9467 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-12Bug 514724 - LaunchConfigurationsDialog Deletion dialog should use verbY20170617-1235Y20170615-1000I20170621-2000I20170621-0600I20170620-2000I20170619-2000I20170618-2355I20170618-2000I20170617-2000I20170616-2000I20170616-0530I20170615-2000I20170614-2000I20170613-2000David Weiser3-1/+6
instead of "Yes" * adds new button label String with mnemonic * replaces button label Change-Id: I8281bda8d94dd00a921492e2bb91e4f92087fc2b Signed-off-by: David Weiser <david.weiser@vogella.com>
2017-06-08Increased bundle version for Photon (4.8)Y20170608-1000I20170610-0940Dani Megert2-3/+3
2017-06-07Bundle version increase in debug.core and debug.ui for Bug 517740Sarika Sinha4-6/+6
Change-Id: Ifbcd03d92e54db2f1b7b62f568da7fe2b76ede0d
2017-06-05Bug 517740: [Launch Group] Externalisation of strings broke Group LaunchNoopur Gupta5-12/+16
UI Change-Id: I2acb3933ccc9ccfe2a90fd73014dc1ef0ecffb3d Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
2017-06-05Bug 514112 - 'Profile As' menu appears in Java editor's context menuSarika Sinha1-2/+2
Change-Id: Id794a8551a45bd503c2fb5b2e2456910d95148de
2017-05-08Bug 409065 - [variables] Enable "Show Logical Structure" by defaultY20170601-1000Y20170525-1000Y20170523-0000Y20170518-1000Y20170512-0230Y20170511-1500Y20170511-1000S4_7_0_RC3S4_7_0_RC2S4_7_0_RC1S4_7_0_M7I20170604-2000I20170604-0800I20170603-1500I20170603-0800I20170603-0100I20170602-2000I20170531-2000I20170531-0800I20170530-2000I20170530-0800I20170529-2000I20170529-0800I20170528-2000I20170528-0800I20170527-1500I20170527-0800I20170526-2000I20170524-2000I20170524-0800I20170523-2000I20170523-0800I20170522-2000I20170522-0800I20170521-2000I20170521-0800I20170520-1500I20170518-1030I20170518-0830I20170518-0500I20170517-2000I20170517-0800I20170516-2000I20170516-0800I20170515-2000I20170515-0910I20170515-0800I20170514-2000I20170514-1120I20170512-0500I20170511-1200I20170510-2000I20170510-0800I20170509-2000I20170509-1300I20170509-1100I20170509-0945I20170509-0800I20170508-2000I20170508-0800Sarika Sinha11-37/+183
Change-Id: I733eadd388c3dcfdc34f7b6a58a705a28eb92c7e
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-05-04Fixed bug 516076: GVT47 : Non-externalized strings in Launch mode dropI20170504-2000Noopur Gupta4-7/+11
down list Change-Id: Ib0b746c8bbb8266a26116b6d50280cd1854476b2 Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
2017-04-28Bug 515941 - ConcurrentModificationException inY20170504-1000I20170503-2000I20170502-2000I20170501-2000I20170430-2000I20170429-2000I20170429-1330I20170429-1230I20170428-2000I20170428-0830I20170428-0700I20170428-0550Andrey Loskutov1-6/+17
ExternalArchiveSourceContainer Don't try to dispose while the search is running, don't continue with search if container was disposed. Change-Id: Ida0e5e07a5cafe5bdab4096e991bacb13c8872bd Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-04-28Bug 515941 - code cleanup before fixAndrey Loskutov1-19/+4
Change-Id: I972d855a75f81d61b237bfe1b4b53a8d01a4894b Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-04-27Bug 491174 - Last stack entry in Debug view missingI20170428-0445Andrey Loskutov2-5/+28
We have (at least) two jobs started during the proxy initialization: AbstractModelProxy.initialize() and JavaDebugTargetProxy.installed(). Both of them must complete before we can send the "suspended" event, otherwise the "installed" event sent by proxy could override the "suspended" event, which should be logically the last one. ThreadEventHandler waits now for proxy initialization jobs before sending "suspended" event. To fix bug 491174, a second change in jdt.debug is needed (the job in JavaDebugTargetProxy must also properly implement belongsTo()). Change-Id: Ie9a966a14f0f7235612c6c50cd2a9c70a09dac35 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-04-27Bug 515924 - ProcessConsole InputReadJob should have a familyI20170427-2000Andrey Loskutov1-5/+5
Change-Id: Ife824ae15fdb3fd0c6029ebd2434b32b7899f86c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
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-04-26Bug 515798 - Unreadable description of launcherAlexander Kurtakov1-18/+4
There is no need for Text when it would not be edited at all. Also remove the useless @see javadoc comments. Change-Id: Id57c227752eeb518d65c9478679670a8c0216026 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-04-20Bug 515145 - [HiDPI] Composite Platform Debug icons should useY20170420-1000I20170425-2000I20170425-0910I20170425-0700I20170425-0240I20170425-0215I20170424-2000I20170423-2000I20170422-2000I20170422-0300I20170421-2000I20170420-2000Sarika Sinha3-89/+77
high-resolution images Change-Id: I3d0b2ed0794e4da4ac30f74e57c06904ad824da6
2017-04-19Bug 494764 - MemoryRetrievalProxy listener isn't added when openingI20170419-2000Sarika Sinha1-1/+1
MemoryView with no active debug session
2017-04-13Bug 494764 - MemoryRetrievalProxy listener isn't added when openingY20170413-1000I20170419-0430I20170419-0130I20170418-2000I20170417-2000I20170416-2000I20170415-2000I20170414-2000I20170413-2000Sarika Sinha1-2/+2
MemoryView with no active debug session Change-Id: I4203f6c4b1cdb8db7c0d26047ce1e0b67ee8f9d2
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 Loskutov2-10/+10
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-15Bug 473081 - Scroll lock enables on empty consoleY20170316-0500I20170317-2000I20170316-2000Sarika Sinha1-27/+49
Change-Id: Ie9fb5a2eaafea636f2c9f658c21ea9a7e633449f
2017-03-13Bug 513367 - IllegalStateException while decoding output to ConsoleI20170315-2000I20170315-0500I20170314-2000I20170313-2000Andreas Loth2-1/+60
Stream Change-Id: Ia205ed73daab72454193a33c7e3abf053186caa5 Signed-off-by: Andreas Loth <andy_2639@justmail.de>
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-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 Sinha3-11/+50
at buffer boundaries correctly Change-Id: Iee66ccfd74f93760b1c0e26c7114d4b48cee6324
2017-03-03Revert "Bug 507664 - IOConsoleOutputStream does not handle multi-byte ↵I20170303-2000Sarika Sinha2-22/+5
characters at buffer boundaries correctly" This reverts commit 5875ab13fa7cbd511932f98efcdeb50447d49d99.
2017-03-02Bug 498428 - "Run to Line" on Ctrl+Alt+Click in annotation/line numberY20170302-1000I20170302-2000Sarika Sinha4-2/+398
rulers Change-Id: I67d5909551609a848794031ba0581921a880911c
2017-03-02Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersAndreas Loth2-5/+22
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 Loth10-90/+374
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 Duft2-0/+20
Change-Id: I166699318948cff0bef1304aff7b635c5d0a5c6a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-02-06Bug 467326 - NullPointerException in IOConsolePartition.delete (85)Y20170209-1000I20170212-2000I20170211-2000I20170210-2000I20170210-0615I20170210-0600I20170210-0550I20170210-0530I20170209-2000I20170208-2000I20170208-0700I20170207-2000I20170206-2000Victor Rubezhny1-2/+2
The possible attempt to delete from read-only partition is fixed Change-Id: Id1a63ba5ef1cf74f3a594ba67e99f93cb59ea7cb Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2017-02-06Bug 508718 - Allow groups to catch up with renames in launch configsMarkus Duft3-14/+85
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-02-06Bug 510990 - don't FAIL if regex doesn't match, but don't continueMarkus Duft3-8/+10
Change-Id: I437f0bbd361a942761f114dc067ed532a182a474 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-02-03Bug 510990 - launch groups: validate regular expression in input fieldMarkus Duft2-1/+9
Change-Id: Ic86cec79de82f55ca528e98ad8fb17a8d1701c32 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-31Bug 499528 - Adding the IDebugContextProvider results inY20170202-1000I20170205-2000I20170204-2000I20170203-2000I20170202-2000I20170201-2000Andrey Loskutov1-6/+19
nullpointerException in DebugWindowContextService Change-Id: I98228b8ba15b4b2073bed446cd9b483da0c51763 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-01-24Bug 508787: Launch Groups: UI bloopersY20170126-1700Y20170126-1000S4_7_0_M5I20170131-2000I20170130-2000I20170130-0600I20170129-2000I20170128-2000I20170127-2200I20170127-2000I20170126-1030I20170126-0505I20170125-2000I20170125-0800I20170124-2000Markus Keller2-11/+5
2017-01-23Bug 508787 - Rework launch configuration selection dialog for groupsI20170124-0800I20170123-2000I20170123-0830I20170123-0800Markus Duft5-243/+90
According to discussion in the bug 508787, a better layout for the selection dialog has been implemented. This also removed quite some (invisible) widgets from the dialog and should improve the overal experience with it. The most user visible change is that the launch mode combo is now below the launch configuration selection tree. Change-Id: I25296f5a4c9315af87d817c164a3d33b858919c2 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-20Bug 507661 - IOConsoleOutputStream and IOConsoleInputStream throw IOEI20170122-2000I20170121-2000I20170121-0950I20170120-2000Patrik Suzzi2-4/+8
According to Javadoc, java.io.Closeable#close() has no effect if already closed. With this change, IOConsoleOutputStream and IOConsoleInputStream are not throwing exception anymore when calling close() twice. Change-Id: I5fc4ae8eb4fbc276ff81c7e6cee606277ba91d39 Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
2017-01-20Bug 71020 - [breakpoints] "Create Tracepoint" action (conditionalSarika Sinha1-1/+1
breakpoint with side-effect) Change-Id: Ic0fd25fea4f98f1080cab3778c5904b1c78afe01
2017-01-20Bug 71020 - [breakpoints] "Create Tracepoint" action (conditionalSarika Sinha1-25/+33
breakpoint with side-effect) Change-Id: If54ad2a58d0a1926d743f9cc14608b85f2427267
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 Loskutov956-15026/+15031
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 Duft13-51/+407
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 Duft7-34/+167
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 Duft3-1/+163
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>
2017-01-09Bug 470536 - Expression is always hidden away by ellipses, even if thereI20170112-0245I20170112-0200I20170111-2000I20170111-0200I20170110-2000I20170109-2000Ralf M Petter1-3/+4
is enough room to show entire expression Lifts the hard coded limit from 30 to 254 characters for a watch expression name label. Change-Id: I1a472b0c3378408a4fed80f7481819bab191a0fa Signed-off-by: Ralf M Petter <ralf.petter@gmail.com>
2017-01-05Bug 509973 - Comparator errors in I20170105-0320Y20170105-1040Y20170105-1000I20170108-2000I20170107-2000I20170106-2000I20170105-2000Sarika Sinha1-0/+2
Change-Id: Idcbc041a835260db65c9bdd91051f7f740e0994f
2017-01-02Bug 509825 - ResourceException below BreakpointManager$5.run (thrown inI20170105-0320I20170105-0230I20170104-2000I20170104-0800I20170103-2000Andrey Loskutov1-1/+5
Marker.checkInfo) Change-Id: I573ad6db8f41e3d03a8e0d03dc149275ef3a506d Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-12-13Bug 495847 - Remove gif images for which pngs are availableY20161229-1000Y20161223-1030Y20161222-1000Y20161215-1200I20170102-2000I20170101-2000I20161231-2000I20161230-2000I20161229-2000I20161228-2000I20161227-2000I20161226-2000I20161225-2000I20161224-2000I20161223-2000I20161223-0615I20161222-2000I20161221-2000I20161221-0400I20161220-2000I20161220-0530I20161219-2000I20161219-0145I20161218-2000I20161217-2000I20161216-2000I20161215-2000I20161215-0915I20161215-0830I20161215-0730I20161215-0130I20161214-2000I20161214-1005I20161213-2000I20161213-0600Sarika Sinha2-0/+0
Change-Id: I1e8b5ec974e70193d27f738b9c5300068390c78e
2016-12-12Bug 495847 - Remove gif images for which pngs are availableI20161213-0300I20161212-2000Sarika Sinha176-0/+0
Change-Id: I7168ca9dced2e06dca06ba6c12604be5f1219cbd
2016-12-07Bug 508787: Launch Groups: UI bloopersY20161208-1000S4_7_0_M4I20161211-2000I20161210-2000I20161208-0830I20161208-0730I20161207-2000Markus Keller1-5/+5

Back to the top