https://github.com/eclipse/eclipse.jdt.debug

sort by:
Revision Author Date Message Commit Date
770cd81 Bug 529822 - Can't debug a 1.4 app Change-Id: I11230d720531fb56a5aed1d81aaae7a502d9a356 16 January 2018, 05:35:18 UTC
a9bc530 Bug 529738 - Fix PrototypeTab typo Change-Id: Icf7919b3e5ccc8ae34c8ea5d9ac38557a55e46ae Signed-off-by: Axel Richard <axel.richard@obeo.fr> 15 January 2018, 09:12:56 UTC
a72c013 Bug 529198 - fixed SpotBugs warnings Change-Id: I9266be517ba8f8a865d1668e0dfae0f2c2f59bc5 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 13 January 2018, 20:51:45 UTC
1e72b83 Bug 527593 - [9] support launching modular projects with multiple output folders Change-Id: I12874713ed27a0cc17f1e7c06899cb6c0cf7c74d 11 January 2018, 07:20:21 UTC
87bf5a5 Bug 529559 - [9][launching] "null"-strings on the runtime modulepath Change-Id: I43f4c19bb9384f21a468b52b50c561b49bc74a49 09 January 2018, 07:43:25 UTC
f20e32d Revert "Bug 343031 - There is no icon for java stack trace console" This reverts commit a1c3bfda63c3431b195e7ec1ed11597463c6c603 and commit 97ab1fc3b64a1c556101f15c2aef3a25ff75fcdb. 05 January 2018, 09:28:14 UTC
97ab1fc Bug 343031 - There is no icon for java stack trace console Added same icon to the opened page too. Change-Id: I779875476eeaa46a9f18dface35230a6cbd06b60 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 28 December 2017, 08:38:51 UTC
a1c3bfd Bug 343031 - There is no icon for java stack trace console Change-Id: I4309d52dad56769dc803f5cf0a694476ca9b7ef1 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 27 December 2017, 20:16:50 UTC
435ad78 Bug 529198 - extracted huge methods from anonymous job classes No functional changes, just refactoring and code cleanup. Change-Id: Icbd99975420e1e34c4f5cb5ceb38d2726a0696f2 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 26 December 2017, 16:44:56 UTC
17f982b Bug 529198 - refactored toggleBreakpoints(IWorkbenchPart,ISelection) Split toggleBreakpoints() method in three parts and fixed some possible NPE's. To simplify code and allow context error to be logged, changed JDIDebugUIPlugin.logErrorMessage(String) to log(String, Throwable). Beside this no functional changes. Change-Id: If1c982a64e3f4d89996e2dc1015d2d15844a58c1 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 25 December 2017, 23:30:49 UTC
c338db8 Bug 529198 - ToggleBreakpointAdapter code cleanup, no functional changes - short-circuit complex "if" blocks to reduce nesting level - added "static" to all static methods - removed useless non-javadoc comments Change-Id: Ia616cf4739c72ede8e29e747e6bca35399ada5a2 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 25 December 2017, 22:44:26 UTC
75ededc Bug 529201 - debug formatter settings inconsistent for try/catch Fixed the formatting rules for try/catch/finally to be consistent with the rest of Eclipse platform code base. Change-Id: Ic0d29d193c249947ede5ac23f8831bbb9e7b6343 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 25 December 2017, 22:39:06 UTC
e41b2ee Bug 528321 - ignore invalid markers and log additional information Change-Id: Idde9ee431a90b922b0073331dea169324e89226c Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 25 December 2017, 18:22:15 UTC
722b2f9 Bug 528949 - [9] NPE while trying to add a breakpoint in module-info files Change-Id: I4200b52afbc0f1f4fbb7d5d10d1276a3290a643e 22 December 2017, 12:05:06 UTC
486054f Bug 528808 - set "Listen to thread name changes" off by default Set "Java -> Debug -> Listen to thread name changes" to "false" by default. Change-Id: I474c3bd99251ba599bb32c1cfd9836c34d6f663c Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 22 December 2017, 09:49:27 UTC
2fd68f9 Bug 528808 - Support for Thread.name change in the debuggee JVM Added automatic update for thread names in the Debug view to allow developers see real values of thread names without closing/re-opening the view. This allows debugger to show job names for worker threads as requested in bug 223492. Debugger installs (user invisible) method entry breakpoint on Thread.setName(String) method to be informed if the thread is changing its name. On a breakpoint hit, debug STATE CHANGE event with thread as source is sent to listeners, and so Debug view can update the thread representation. This is controlled by a new debugger option "Java -> Debug -> Listen to thread name changes", which is set to "true" by default. Change-Id: I0ccd9040c269d2be33c48b8d45763633ebf30e33 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 22 December 2017, 09:48:29 UTC
687e7af API Filter for minor version increase Change-Id: Id6f0635614d073bdd16f92c0460bcce0761949a9 22 December 2017, 07:02:22 UTC
a7ab4ce Bug 528949 - [9] NPE while trying to add a breakpoint in module-info files Change-Id: I210e372f0e8640c47b0a32493183feb733930f61 21 December 2017, 07:14:02 UTC
2e55f1d Bug 525253 - Bug 522554 - [9] Give an option for user to copy --add-reads etc. classpath attributes from buildpath while launching Change-Id: I4f152b24419e8d85348175a572794109f595b422 20 December 2017, 04:58:39 UTC
e2c1c99 Bug 528127 - [9] Changing JRE from 8 to 9 for Ant build launch configuration gives message to apply changes Change-Id: I6fef660265f3e5006c8c0b25c31abdebb40ddcb3 20 December 2017, 04:12:48 UTC
eb19377 Bug 528216 - Exit Breakpoint doesn't show method return value Change-Id: Ia8f4325e5776cf8e58fa40ae894717b8ef110577 15 December 2017, 06:25:16 UTC
420278d Bug 494622 - Relabel Display view Call it "Debug Shell" and put some comments. Change-Id: I9476d9d23a9ab8e77e3a97bcd06b55d6205259c1 Signed-off-by: Mickael Istria <mistria@redhat.com> Also-By: Sarika Sinha <sarika.sinha@in.ibm.com> 14 December 2017, 10:58:49 UTC
88456d6 Bug 525948 - [9][JUnit] Cannot run JUnit tests in a module project Change-Id: I096b46dafd3db8a203905d9d733157887ba538ae 14 December 2017, 05:02:40 UTC
8f99f1b Bug 528452 - IES 4.6 JDT Unexternalized string in "Add JRE" menu Change-Id: I339bea8455426b7c53af64b546329fa432d1ebca 12 December 2017, 05:48:22 UTC
96d0d57 Bug 41353 - Launch configuration prototypes "Java application" launch configuration type implementation of the launch configuration prototypes mechanism. Test this contribution along with https://git.eclipse.org/r/#/c/92991/ Change-Id: I08ba69ca020f7e82938b7823ea97159a0beba852 Signed-off-by: Axel Richard <axel.richard@obeo.fr> 12 December 2017, 04:34:23 UTC
0697a37 Bug 528304: [9][javadoc] Wrong URL for jdk9 API Change-Id: Idb4cc25c0bb6694de2814150bc907820f3f85bc4 11 December 2017, 14:25:27 UTC
0a6a2c3 Bug 516278 - Lambda variables (closures) are not recognized by debugger variable inspector Variables from enclosing method should be now resolved inside lambdas in many simple cases. The two corner cases left are: 1) The variables from enclosing lambda bodies (lambdas nested in lambdas), because there is no easy way to identify the proper stack frame for the parent lambda expression. 2) The "outer" variables if the lambda was not directly used in the defining method but passed by as argument to another method (like listeners etc). In all cases the variables are attached to the stack below the current but they are unnamed (arg$1, arg$2, ordered by they occurrence in the source code). A generic solution which will cover all use cases should parse the bytecode or sourcecode of the lambda body (depending on the enclosing method type) to get the current variable index in the lambda body and access the variable from the previous stack with this index. Change-Id: Iefbade3d8711deddf5a951666f2455e770c4c5cc Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 11 December 2017, 06:25:06 UTC
3c4e470 Bug 516872 - Update F1 help documentation for new JDT debug features Change-Id: Ibde84ae6b7146a2a8a9de0b2b4a82d469ce70c3f 11 December 2017, 06:11:00 UTC
a8c13da Bug 526821 - better preference description Change-Id: Ieb06d30de4043120b9f1b791e0b5c3969ea83177 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> 09 December 2017, 23:39:07 UTC
5cd6007 Bug 527861 - [9] JarSourceLookupTests.testTranslateContainers fails when run on JDK 9 Change-Id: Ia7bfe39170514f9efdd7c17ed83cc7c705fadea9 08 December 2017, 12:29:58 UTC
ab1a834 Bug 521960 - An adapter for TextSelection to IVariable Change-Id: I9982e3a7676e0006c4b3d5f96d0dfdacf5f0e498 04 December 2017, 05:38:06 UTC
3c1e336 Revert "Bug 513355 - Create top level Debug menu" This reverts commit 0e23aa1bd12eaf56823e387da94636dae16cbf8c. Change-Id: I8f65f51b170bccb76e71161543942b1f4a12d8ef 01 December 2017, 08:49:16 UTC
6ef3570 Bug 527938 - Add Automatic-Module-Name to MANIFEST.MF in JDT Debug Change-Id: Ia1def1c07c5a55246fbf4c2f56e84fdf729ac887 01 December 2017, 04:13:48 UTC
0556fe3 Bug 527861 - [9] JarSourceLookupTests.testTranslateContainers fails when run on JDK 9 Change-Id: Ia1402e66d8d1512697d3430717cbcc87587a6050 29 November 2017, 06:34:15 UTC
2c093eb Bug 526388 - don't enable advanced source lookup when run-as Change-Id: Ib2f7a538701407a5acdb28ed84d7f5ddd379444b Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> 22 November 2017, 03:36:08 UTC
c2d4e53 Bug 527290 - add quotes to javaagent string to handle spaces, etc Signed-off-by: Gregory Amerson <gregory.amerson@liferay.com> Change-Id: I7d95831e4af78be860085c09ec5c233ea7e88355 22 November 2017, 02:59:45 UTC
d45ed95 Bug 527290 - consoludated duplicate getJavaagentString implementations Change-Id: I3bdaaba22ef0f3ee3727f2ff18742b91135da52b Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> 21 November 2017, 04:25:33 UTC
0e23aa1 Bug 513355 - Create top level Debug menu Moved "org.eclipse.ui.run" "Run" menu to "org.eclipse.ui.debug" menu named "Debug". This also moves "jdtGroup" group previously defined in "org.eclipse.ui.run" menu. Moved all debug related contributions to the new menu. Change-Id: I69b18cd571ea0df700efd3bec3c4ab5ef4dbe685 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 15 November 2017, 09:13:59 UTC
d220060 Bug 527249 - Remove references to update.core Change-Id: I6200f63a3b69bb381e0faf2522d53b24152d2117 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> 14 November 2017, 16:52:02 UTC
680d5a9 Bug 464898 - Improve default Debug perspective By default show Display view in the Debug perspective. Also replace old Search view contribution with the new one. Change-Id: I97818a02847fcc532693219c4d0e5f476d559886 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 14 November 2017, 06:18:49 UTC
3a53a2c Bug 526815 - Installed JREs "Search..." button does not allow to select directory to search JREs Change-Id: I87b5a24e2891427d54cfcae23dc06dd3fee658ad 13 November 2017, 10:36:56 UTC
dbf860f Bug 526383 - use ASM 6.0 for Java 9 compatibility Change-Id: Ibb2d51d56012c4476115c5f15d44e04e6a3b4193 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> 13 November 2017, 04:23:47 UTC
4445f80 Bug 527021 - Use Static constants in StandardVMType Change-Id: Id1b5175398bbd4002adaddc2c16f4445fe458bab 09 November 2017, 05:07:17 UTC
7c0cf13 Bug 525840 - [9] java 9 jdk source not found when debugging Change-Id: I32ad3134df3ab2a8eb191360aa12498fcd68d430 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com> 09 November 2017, 04:27:15 UTC
ac69015 Bug 525844 - [JUnit] ClassNotFoundException trying to run JUnit-Tests under Java9 Change-Id: Ib563754c86f4329dfc86d32e54c6f634f542c54e 07 November 2017, 10:55:21 UTC
f9da983 Bug 526675 - Adding JRE to Installed JREs throw NoSuchFileException Change-Id: Ie72be355f1d2eb88c36724937bdaf98cdacacd4c 31 October 2017, 09:13:43 UTC
1d6a236 Bug 522581 - Cannot run ant build file from generic project Change-Id: Idb97e1696417f0d049420ea36852b1bc32df6a59 30 October 2017, 06:49:21 UTC
68cea5b Updated bundle version for Photon (4.8) 25 October 2017, 06:41:08 UTC
7f245b6 Bug 526389 - Advanced source lookup to be turned off by default Change-Id: Ib8dcf8da2b0c555e6d6aef7192e0910a1480b3d9 24 October 2017, 04:44:26 UTC
972488a Bug 526189 - Remove unused filters from JDT Debug Change-Id: Ie58df911ebd1d1f2791fa8ae1f02fadc63b8c3ad 19 October 2017, 10:18:34 UTC
656ffd7 506149 advanced source lookup implementation Change-Id: I690b45f9aa5912d77dd02609b583808d487306ea Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> 19 October 2017, 04:57:28 UTC
fce60ce Bug 521081 - JavaMainTab does not complain if no project specified Change-Id: I7f646e7d73212a2681110b6e53ae902d7881404d Signed-off-by: Brian de Alwis <bsd@mt.ca> 18 October 2017, 18:21:35 UTC
03bfe25 Bug 526107 - Guard and log when getJavaVersion() returns null - JavaRuntime: install.getJavaVersion() might return null. Return false => assume non-modular Java - StandardVM/MacOSXVMInstall: Log when Java version cannot be determined for install location Change-Id: Ia9d0b87805104157894146d9125ae01850d01ee0 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> 18 October 2017, 07:57:16 UTC
51c971a Bug 526189 - Removed unused filters from JDT Debug Change-Id: I2537c54f12fe534a92b62ecd957052fb389a941d 18 October 2017, 07:56:45 UTC
600c6b5 Bug 525971 - Run to line in lambdas fail RunToLineAdapter uses JLS4 thus it can't parse the lambda lines and considers the cursor line as not a valid code while it is. Move to JLS9 so it can parse any java construct fixes the issue. Removed the non-javadoc lines to not clutter the codebase. Change-Id: I58dcf86f101a63fc46dd90e61dcf1a570bd5c185 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> 16 October 2017, 06:18:08 UTC
57c6130 Bug 521960 - Code cleanup Annotate to remove unchecked warnings Copyright header Use newer JLS Change-Id: I3b895a50d3795dec888acd1e232aa71e2fa693fa Signed-off-by: Mickael Istria <mistria@redhat.com> 13 October 2017, 08:15:03 UTC
865c638 Bug 525904 - Running Tests FatJarExportTests with Java9 fail as the rtstubs jar is library not handled by JavaRuntime computeModularJREEntry Change-Id: I4396b3c4a2faccca1ffe108e13865fe8b4a3b10c 13 October 2017, 06:46:26 UTC
1fcb974 Added API Tools filter since API was backported to 4.7.1a 12 October 2017, 08:27:38 UTC
7684da6 Bug 521960 - An adapter for TextSelection to IVariable Signed-off-by: Mickael Istria <mistria@redhat.com> 09 October 2017, 04:39:25 UTC
dff28ce Bug 525382 - [9] Project having multiple output folders throws CNFE while running with JDK9 Change-Id: I673239953b55e7539772f7f0208e789513b27464 06 October 2017, 11:37:56 UTC
75be8bb Bug 525382 - [9] Project having multiple output folders throws CNFE while running with JDK9 Change-Id: If649eb93108886a7251317c2b3c6e562ee68c740 05 October 2017, 10:15:09 UTC
40f63e1 Bug 525353 - Java 9 Application Start Delivers NullPointerException Change-Id: I21aad03d0e295e41a6fd07011391a518c087ab79 03 October 2017, 13:07:13 UTC
14f77b8 Bug 525317 - Warning in M20170927-1700 Change-Id: I12947e666e6a1de5628ac39662398d95abc07369 28 September 2017, 12:12:05 UTC
e1f6f70 Merge R4_7_maintenance for Java9 Change-Id: I48fb21fe5f390df028256690048dfb7335770219 26 September 2017, 11:02:41 UTC
888c4fa Bug 522333 - [9] "Error: Could not find or load main class o.c.p.c.l.Launcher" when running Eclipse Java 9 Beta Change-Id: Ifcc2adf04b9a15883eec5b929b4e189ef22f7d78 25 September 2017, 10:51:52 UTC
31a59f2 Bug 522696 - [9] Log error if Xbootclasspath or Xbootclasspath/p used in run configuration above 9 Change-Id: Ia97f82f1ca44502c8761ce0821e0fe7c4427e5d2 25 September 2017, 06:57:17 UTC
6d91412 Bug 522694 - [9] JRE Comes under classpath for Modular project in Launch Configuration Change-Id: I307c6aaa330fe057701be5ad9ef0e66f37dcb759 25 September 2017, 06:46:48 UTC
5dc3b41 Bug 521843 - [9] Cannot launch JUnit Plugin test with Java 9 instead of Java 8 Change-Id: I11d9a11f5f48e93785efacf5aa5d5421c1200a3a 22 September 2017, 11:25:02 UTC
1b64988 Bug 522617 - [9] Javadoc errors in M-build for 4.7.1a Change-Id: Ib27eabe8f5b5974e23f873984882f0163a1980cb 22 September 2017, 07:01:19 UTC
ce97036 Java doc updated Change-Id: I5a59cd9ff761dd3896c1be79c88dbb7f012dc907 21 September 2017, 06:16:37 UTC
0e763de [Bug 522333] "Error: Could not find or load main class o.c.p.c.l.Launcher" when running Eclipse Java 9 Beta Change-Id: I525763582d4eaa81cbde0294e8e54baa0ab3c41e 21 September 2017, 04:26:32 UTC
d5e62f3 BETA_JAVA9 mergers - updating bundle versions Change-Id: I0e4389da1a993314967586cb7aab01f3f86eb541 20 September 2017, 17:17:45 UTC
ab7a46d Merge remote-tracking branch 'origin/BETA_JAVA9' into R4_7_maintenance 20 September 2017, 16:54:16 UTC
d3d2e9b Bug 522395 - [9][JUnit] Cannot run JUnit tests with JDK 9 Change-Id: I4456e184c7ceee62e6259735ea3f7ba252e9a0db 20 September 2017, 16:29:45 UTC
f865bc0 Bug 522395 - [9][JUnit] Cannot run JUnit tests with JDK 9 Change-Id: Ib5048f9b5d4371ecfbcfe61cf7157ca3f66acecd 20 September 2017, 14:48:04 UTC
54ede6b Bug 522395 - [9][JUnit] Cannot run JUnit tests with JDK 9 Change-Id: Ied1df34e5846a2a1db0a1bd9f4941fd852ca9144 20 September 2017, 12:35:24 UTC
89b2db0 Bug 522473 - [9] Compute Dependencies using Resolvedpath instead of rawpath for Dependencies tab Change-Id: I9a9fd0ce3b03f79a0074144608ad5332881bad02 19 September 2017, 08:31:46 UTC
9451372 Bug 522395 - [9][JUnit] Cannot run JUnit tests with JDK 9 Change-Id: Ie9357c6d535a1b3346f6e6b2100d1d70ba34bf97 17 September 2017, 11:28:27 UTC
20657d5 Bug 522171 - [9][debug] NPE in ToggleBreakpointAdapter.isInterface Change-Id: Id7c5954dfdc6b062501f00645b7c98044d105b0f 13 September 2017, 05:33:24 UTC
756cd54 Bug 521929 - Java 9 Support (BETA) change order in classpath Change-Id: I54098cdef115a0591d672e0a389445ebfc136822 11 September 2017, 07:03:20 UTC
82dc5f2 Bug 522092 - Comparator errors from I20170909-0920 Change-Id: I035939c49810ab9c74da736546467445cdb37c0d 10 September 2017, 13:58:08 UTC
303ab53 Bug 521843 - [9] Cannot launch JUnit Plugin test with Java 9 instead of Java 8 Change-Id: I4b34f60990d67061f0c567a7bc40689de7ebf2c6 04 September 2017, 19:38:49 UTC
7c29ae3 Bug 521806 - [9] StringIndexOutOfBoundsException when launching debugger Change-Id: I69b04a50e880e7e13de8d1b164265e2e6978e586 04 September 2017, 09:40:57 UTC
bc8014d Bug 521396 - [9] Rename org.eclipse.jdt.core.IClasspathAttribute.AUTOMATIC_MODULE Change-Id: I3cb6a3cc804bba5fe99d0bdce78c56372b12b566 02 September 2017, 12:36:54 UTC
09da36a Bug 518866 - [9] User should have the ability to define module path and classpath while launching Change-Id: Icd552e17fef169cb6155a836cd17a303c9d85fc0 01 September 2017, 09:54:57 UTC
d838bce Bug 518866 - [9] User should have the ability to define module path and classpath Change-Id: I001ba94ada23b860261de0f42195dff0a6c591fa 01 September 2017, 05:29:24 UTC
c5ee6ab Bug 521175 - [9] React to Bug 520651 to make changes for IClassFile.getType() Change-Id: I374237bc79f1e28ded7b1a5884d9aee29c5710db 29 August 2017, 06:56:52 UTC
c7be1c0 Bug 521391 - IES 4.7.1 Platform TCT#15 - Missing mnemonic key Change-Id: I6d06d97d469f89e08fc657656d21544d8f244ba1 26 August 2017, 07:09:36 UTC
9105f6c Bug 521391 - IES 4.7.1 Platform TCT#15 - Missing mnemonic key Change-Id: I6d06d97d469f89e08fc657656d21544d8f244ba1 26 August 2017, 07:04:03 UTC
6633c32 Bug 520672 - Cannot run maven build configuration using latest Y build Change-Id: Ic2242f39c757ebc271305a6a7ee46e2ac4933838 09 August 2017, 03:59:13 UTC
7558936 Bug 520288 - [9] Java9 Patch: NullPointerException during: "Launching Tomcat Server" Change-Id: I120a18f1b94c8768515e8b9f39342311d243a27a 31 July 2017, 05:23:49 UTC
b7c710a Bug 509259 - workaround ReferenceTypeImpl fMethodTable lazy initialization race Change-Id: I6792837ee747b14ff9f3f6a3a46f7f2405c40627 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> 27 July 2017, 09:10:22 UTC
65c7793 Bug 509259 - Conditional break point doesn't work properly Change-Id: I82ee1eda2abf3f8da16edc0c995a576fcdfb0d99 27 July 2017, 06:50:04 UTC
c97f889 Bug 520180 - [9] Evaluation throws "String index out of range: -1" with JRE 9 Change-Id: I240471cef3d7796a5497956e798275778b91f096 26 July 2017, 10:44:40 UTC
fa91e78 Bug 520199 - [9] Scrapbook evaluation throws NPE with JRE 9 Change-Id: I16d88d98eea2edd4dbcb86afe5ec99e8a6968036 26 July 2017, 09:33:28 UTC
d0cb939 Bug 516024 - disable unstable testLastStackElementShown test Change-Id: I2ff1d7a64614d457c8578ffabcf1a74002510c2c Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 24 July 2017, 15:44:26 UTC
ede48b7 Bug 519382 - disable last assert in testSuspendLongRunningCondition This should make the test stable, but this does not fix the unknown root cause - the thread is sometimes still marked as suspended after resume. Change-Id: I0cbb76f23c4b9cf466eb2cc18969f8c889d2ac14 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 24 July 2017, 15:37:57 UTC
8b34bf7 Bug 519926 - Allow custom debugger decide on filtering Change-Id: Ic892144158a6165593c5823bb0cc51b03c087885 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 20 July 2017, 11:01:45 UTC
58b4318 Bug 285130 - bundle version bump for related test bundle Change-Id: I84f96282961d0c67547beaa9b67b3e1f6ab64aaa Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 13 July 2017, 12:20:12 UTC
ecff540 4.7.1 Bundle version increase for jdt.debug.ui Change-Id: I5c0b8304fa428d1d679b9a768a0175b6fc524956 13 July 2017, 05:02:12 UTC
back to top