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

sort by:
Revision Author Date Message Commit Date
577d0bc Bug 537172 - Move instable test case to the end of its test suite ConditionalBreakpointTests.testSuspendLongRunningCondition is instable; its conditional breakpoint handling can result in a job rule that is held forever. This change moves the test to the end of its test suite, so that if the instability does manifest, following tests won't suffer from it. Change-Id: Ic331101cedb14bdeecca83b5855de95ad4136d31 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com> 19 July 2018, 09:47:12 UTC
642d773 Bug 385738 - NPE on handling TERMINATE event without process In debug tests we see NPE exception flying around, caused by process being null at deleteProcessTempFiles(process). Added simple guard to avoid that NPE. Change-Id: I18c4dda55ae338dfcb7d579a0204b13563c38590 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 17 July 2018, 13:50:18 UTC
72dc2ba Bug 536140 - Exception logged in Error Log view when terminating debug Since termination of a debug target can occur at any point, its possible for code to check if the JVM is terminated and nevertheless later on run into a terminated state. An example of this is found in JavaBreakpoint.createRequests, which can throw an exception despite checking if the JVM is available. Such exceptions are then logged later on by JDIDebugElement.logError, since they don't contain a VMDisconnectedException as cause. This change ensures that cases in which the debuggee JVM disconnect was detected also supply the VMDisconnectedException as cause. This avoids unwanted error log entries. This change also adds a few other, obvious, exception causes. Change-Id: Ic9b981ff556bf3ce6ae728d587925e83c1f2b248 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com> 17 July 2018, 08:28:51 UTC
47c1b70 Bug 536811 - ThreadNameChangeTests failed with No value present Its possible that ThreadNameChangeTests attempts to retrieve a thread necessary for the test, before JDIDebugTarget.ThreadStartHandler has added this thread to the set of threads in JDIDebugTarget. This change adds a timeout of five seconds to the test, to allow processing in ThreadStartHandler to finish in a reasonable time span. Change-Id: Ia481c77932536379c70196e450cd7d59e71c1195 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com> 16 July 2018, 11:03:53 UTC
adc7d59 Bug 385738 - Shorten the classpath/modulepath if necessary. Shorten the classpath and/or modulepath if it gets longer than current operating system limits. Depending on the java version, os and launch configuration, the classpath argument will be replaced by an argument file, a classpath-only jar or an env variable. The modulepath is replaced by an argument file if necessary. If classpath-only jar needs to be used to shorten the classpath, an explicit error popup ask if user wants to use classpath-only jar. Change-Id: Ibcc23b6fa5c5baa05d91aef0f03529fb8e598e08 Signed-off-by: Cedric Chabanois <cchabanois@gmail.com> 13 July 2018, 13:39:08 UTC
04b6cd2 Bug 535344 - Replace StringBuffer with StringBuilder Similar to Bug 533897 for JDT.UI we should do the same for jdt.debug Only remaning usage is in ImportBreakpointsTest.java as ImportBreakpointsOperation uses it in its constructor. Change-Id: Ieabad25edbe73e9395bf283fe8628b24861232cd Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> 09 July 2018, 04:14:14 UTC
4a362cb Remove redundant type specification for generics in JDT debug tests This fixes all occurances of redundant type specifications and sets the project level to error to avoid this in the future. Change-Id: Iac9928bdae8c054b93a66a77323741ed8ca93e74 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> 08 July 2018, 16:27:34 UTC
6f6c63a Update bundle versions for 4.9 Change-Id: Iab2adf0a76f51c5a7fde6917c4006f62c02f09e0 Signed-off-by: jay <jarthana@in.ibm.com> 06 July 2018, 12:03:20 UTC
ad68cbb Bug 536580 - Update dependency versions in jdt debug with respect to platform debug plugins Change-Id: I01f2bd34fa8dc8a5da4186e97d21e9aa3b2f3565 02 July 2018, 09:32:20 UTC
6cfd88e Bug 536053 - redefine thread name change listener to JDI listener Moved ThreadNameChangeListener logic to a JDI listener, to avoid suspending the target JVM whenever a thread in the Debug View should change its name. The listener can be disabled by passing an environment variable to Eclipse: -Dorg.eclipse.jdt.internal.debug.core.model.ThreadNameChangeListener.disable=true Change-Id: I9c8e23b2e461de31412b073ef92be09a258f9c8c Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com> 25 June 2018, 07:34:46 UTC
a295266 Bug 536224 - Remove DefaultAccessRuleParticipant for Java 9 and 10 Change-Id: Ie891d8789bebed5dae3497cea1b2eb9300586e32 25 June 2018, 06:32:33 UTC
b0c8aca Bug 534298 - updated version constraints on bundles with new API Also changed crlf back to lf. Change-Id: Ib5ee75077d5746573dc95fd215d28545c98cd481 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 20 June 2018, 12:22:25 UTC
3532dc4 Bug 534298 - [quick fix] The New Preference "PREF_COMPLIANCE_COMPATIBLE_JRE_NOT_AVAILABLE" creates a new problem marker But does not provide Quick Fix for the problem marker Change-Id: Ib557db44163d61330f0b9e16e0884e7351536d41 Signed-off-by: kalyan prasad <kalyan_prasad@in.ibm.com> 19 June 2018, 09:06:18 UTC
5f482c3 Bug 535686 - allow test to wait with blocked UI thread After fixes for bug 535686 and 534319 we do not depend on proper event processing in the UI so we can allow UI thread to be blocked while waiting. Change-Id: I702261a284fbcdf8ff0ed7cf130cd89d2c629dde Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 17 June 2018, 07:30:37 UTC
b4ca13a Bug 534319 - additional test Change-Id: I389900f76667b322d2d079c846abf551ad640e91 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 13 June 2018, 14:29:00 UTC
6c8412d Bug 534319 - separate thread.terminate() from threads.remove(thread) To make sure the events triggered by JDIThread.terminated() are processed by clients before ThreadDeathHandler removes the thread from the fThreads list, we separate those operations in ThreadDeathHandler between handleEvent() and eventSetComplete(). - added new and enabled all DebugViewTests - DebugViewTests depends on proper UI event processing, so we must enable UI event loop processing in Waiter. Change-Id: I4e4384628a9f72fe137297ca1c2fd1d709b4e0f0 Also-by: Simeon Andreev <simeon.danailov.andreev@gmail.com> Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 13 June 2018, 12:08:42 UTC
e9f1d40 Bug 534319 - Debug View has wrong selection due to short lived threads Delay thread removal from the internal model after all other events are dispatched to allow other listeners properly update they models. Change-Id: If25eb16a5fe8d4ed40f555cb0986ff4b1dd2b3af Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 12 June 2018, 13:26:21 UTC
3580203 Bug 535686 - allow tests to process UI events while waiting on condition If the test waits for some event to arrive *on the UI thread*, it blocks UI event dispatching and may also block debug events. To avoid this, we can simply allow tests to process UI event queue while waiting. Change-Id: Ib1c3b9c02b6af138644a6a60978a3b1fca267ca9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 11 June 2018, 09:18:08 UTC
e444666 Bug 535318 - Update license to EPL-2.0 for jdt.debug in about.html Change-Id: Ifa7285b2b7100e7f76502bd46a5f51d0e9c2f7fb Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> 07 June 2018, 16:44:36 UTC
1f4ad3c JDIDebugTarget cleanup Change-Id: Ie3c91513a056eed6b98a1d1a20ae8ed0eba1c38e Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 07 June 2018, 13:13:04 UTC
b9ad85c Bug 535583 - Adding a Java 11 JRE can lead to NPE Change-Id: I0dfb22b318e62ca7219b2b23265ccbc37a400a4b 06 June 2018, 10:23:53 UTC
680d73a Bug 535191 - POM version change for 4.9 release Update for eclipse.jdt.debug Change-Id: I02e2ff94d698b7152096762c0ed8f58576bd11e6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> 30 May 2018, 17:12:22 UTC
2612bf5 CLA -> ECA 28 May 2018, 14:22:51 UTC
2abdaf1 Package addition in jdt launching Change-Id: If66f6fea8e10e6507a6908be6a1d703bd94e2c30 23 May 2018, 05:19:35 UTC
7ee4f64 Bug 534037 - disable class instrumentation on unsupported JREs Also cleaned up other messages produced by the javaagent Change-Id: I4e54f3d4fee90568c299e624035edfea79aa6d5b Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> 17 May 2018, 12:25:16 UTC
fe537b4 Bug 531843 - [11] Add support for running unreleased JDKs with a warning Change-Id: I6218d72819fa8682680bfecd321ec51867c43966 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com> 16 May 2018, 07:02:44 UTC
ecb1784 Bug 516319 - [1.8] Variables view should show captured lambda variables Change-Id: Ie6587c1036864600fec00577d9a1152f3ad4423f Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 15 May 2018, 09:29:01 UTC
e187331 Bug 534597 - Unanticipated comparator errors in I20180511-2000 Change-Id: If28a64ca857f4185d022a53c6c872f28c3617909 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> 12 May 2018, 12:06:48 UTC
2cc2902 java doc correction Change-Id: I3258c0831a35180fe732e39a19d58635edffa01a 04 May 2018, 11:32:44 UTC
62dfb2a Update Javadoc for PREF_COMPILER_COMPLIANCE_DOES_NOT_MATCH_JRE and PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE Change-Id: I23a97b341e7e7991b6bb4be93d350507e007c2f3 03 May 2018, 12:34:53 UTC
e8e9a14 Bug 534037 - updated sourcelookup javaagent to embed asm 6.1.1 Change-Id: Id94b3daa02c68fc993cb3924496912272bfc01a5 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> 03 May 2018, 04:16:39 UTC
c14e8fb Bug 533880 - Add problem (marker) for: When selecting compliance, make sure to have a compatible JRE installed and activated Change-Id: I3beb0cacf3bcbfa500d7f07ad033c875e0a62ad3 Signed-off-by: kalyan prasad <kalyan_prasad@in.ibm.com> 02 May 2018, 09:25:14 UTC
27352a4 Bug 509095 - Remote Java Application page: missing mnemonics Change-Id: I677d92b30e3802db3865dc8915428f15307afdad 27 April 2018, 06:17:37 UTC
3216307 Bug 534037 - Junit 5.1 and ASM gives error while debugging with Java 10 Change-Id: I72e85a41c8fe09817dca7252020c292b0f5b8eba 26 April 2018, 09:44:55 UTC
c042fff Bug 509095 - Remote Java Application page: missing mnemonics Change-Id: I5bf0cd1fc81eb87c2648e3bde880829c40b2100f 16 April 2018, 08:53:58 UTC
b75614c Bug 532472 - Debug Shell font should be the same as Java Editor font Change-Id: I1850c84e8539468855278423a11ac2ad0090a938 Signed-off-by: Mickael Istria <mistria@redhat.com> 11 April 2018, 09:37:20 UTC
c0ce4e2 Bug 532733 - set the default root path to "" for src.zip Change-Id: Ieb11a289c067bbf0cc2319fe26b684078a73c2b4 Signed-off-by: Tom Schindl <tom.schindl@bestsolution.at> 30 March 2018, 06:30:14 UTC
21d6620 Bug 532815 - Launching eclipse with Java 10 gives warning in Installed JRE section Change-Id: Ib52a27affc00d753bf5374f9dd1095922862b3b2 23 March 2018, 13:43:04 UTC
4053014 Merge remote-tracking branch 'origin/BETA_JAVA_18_3' 22 March 2018, 09:44:33 UTC
823995d Bug 532750 - [10] Not able to run Ant script with Java 10 Change-Id: I9ae1a6e4fa036c2ae93fc2416579fc0263d66ad1 22 March 2018, 09:41:41 UTC
9b5175d Bug 527569 - [9] Add --release option to Java Compiler preference/properties page Change-Id: I08479ad346f6c74daf687773623dcea33b3d2b02 22 March 2018, 04:00:52 UTC
7a6031c Merge remote-tracking branch 'origin/BETA_JAVA_18_3' 22 March 2018, 03:59:00 UTC
44478a5 beta_java_18_3 branch merged to master 21 March 2018, 16:43:50 UTC
6489f10 Bug 532694 - [10] Execution environment has missing FRAMEWORK_EXECUTIONENVIRONMENT property for java 10 Change-Id: Ie5eac5955e085e273f00d045392f7a2859a07f82 21 March 2018, 09:07:44 UTC
d26ce74 Removing Early draft JCP comment Change-Id: I661cfaa732ce8ab5f77f45151d83188696330253 21 March 2018, 06:42:57 UTC
89c62ba Bug 531642 - Avoid using the incomplete JavaSE-9.profile Change-Id: I6964072fec5f269333d96884f041ec02f1efcb15 21 March 2018, 04:49:53 UTC
9eaef85 Bug 532490 - cannot launch java project on JDK9 anymore Change-Id: If352518a6f38b6622387da62eb0e7345d9fcc2b3 19 March 2018, 12:50:37 UTC
bfe7e25 Bug 527569 - [9] Add --release option to Java Compiler preference/properties page Change-Id: I4ba3c8d9ea621b30772a6f4a2cc1d90540f673c0 Signed-off-by: kalyan prasad <kalyan_prasad@in.ibm.com> 19 March 2018, 09:44:59 UTC
dd7ddc4 Bug 531900 - [10] Java-SE-10 appears before Java-SE-9 Change-Id: Ie0390d243c1f48cd8b3f695ab5715592f82e8e54 16 March 2018, 11:26:30 UTC
11e3580 Bug 531642 - Avoid using the incomplete JavaSE-9.profile Change-Id: I645abc26e626c637407ecdadf83f66f46d969807 16 March 2018, 09:34:16 UTC
9342508 Bug 531642 - Avoid using the incomplete JavaSE-9.profile Change-Id: I4204e7a9a3369462adab2f6dce71cb29bcb05596 Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com> 16 March 2018, 06:51:14 UTC
c9a1f05 Bug 532490 - cannot launch java project on JDK9 anymore Change-Id: If352518a6f38b6622387da62eb0e7345d9fcc2b3 15 March 2018, 17:07:50 UTC
ef5de00 Bug 531706 - Oygen.2 com.sun.jdi.InternalException: Got error code in reply:35 while debugging Change-Id: I6c0281e77c39b56eb85764a190f3773f8a986f28 04 March 2018, 22:06:25 UTC
de10a92 Bug 531979 - [9] 3 JDT debug tests fail if running on Java 9 Moved ThreadNameChange to java17 project and extracted ThreadNameChangeTests to use this project. Change-Id: Ia98586ebfd27e8e9c5edcdc446dcc0258b1cee50 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 04 March 2018, 19:10:05 UTC
2fb835b Bug 531966 - [9] add variation of JavaRuntime.newArchiveRuntimeClasspathEntry that allows to set project Change-Id: I4da41a92cc446e3fd58112d4c610537d16bbda42 03 March 2018, 22:57:00 UTC
07445e1 Bug 531958 - Empty error shown on launching with broken type search Change-Id: I666f37f897266828858698a0483d6d235866eb44 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 03 March 2018, 11:32:48 UTC
2f4c574 Bug 531763 - [9] replace provisional API in JavaModelAccess used by jdt.debug Change-Id: I30b3c13839cdae1d13dd0b9943177a15ea6d9af8 28 February 2018, 19:12:37 UTC
ce04ec5 Bug 508793: Debug value hover black/white color issue - Replace hard-coded COLOR_INFO* with JFace colors. - Known problem is that with this path, on the dark-theme the expression viewer will be light. This is not because this patch breaks it, but because on the dark-theme the expression viewer is not styled. I'll add styling for expression viewer in a subsequent patch. Change-Id: Icfaeaabc6eb37b4adfd99aa42319d91a0a916a56 Signed-off-by: Roland Grunberg <rgrunber@redhat.com> 28 February 2018, 13:15:54 UTC
38dd177 Bug 529772 - [9] Cleanup and improve JavaRuntime.getModuleCLIOptions Change-Id: I337c0fddf6b94bb371384f3c9b0598fcdd9567df 27 February 2018, 20:59:34 UTC
9eb778b Bug 531459 - Module CL options are not generated with appropriate spaces between them Change-Id: Ic8a67a5fe4bf82cdcf670a31855dfd56a6120c9a 23 February 2018, 08:48:44 UTC
3024471 Bug 527187 - JDT Debug should use SWT.SHEET with File and Directory Dialog Change-Id: Ibcbd769ca015ec67931b11ef1b58dfd7cf6a30e6 20 February 2018, 09:20:05 UTC
e21b057 File formatted Change-Id: Ia57dd0efadfb50b36438f093465c736d8e9bb983 20 February 2018, 08:50:25 UTC
924d276 Bug 531163 - JavaDebugPreferencePage shows wrong default preference values if they are customized in product Change-Id: I88527e7319a473c505c45e12c702b29a177cdb88 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 17 February 2018, 13:29:42 UTC
e745139 Bug 530664 - Debug Shell hint moved to content description Change-Id: Ib82fb8a1fa98d62ff4a84a0ec6fe86ec07c52e18 Signed-off-by: Lucas Bullen <lbullen@redhat.com> 16 February 2018, 15:33:07 UTC
68dc9ac Bug 531208 - 'Override' button in 'Override Dependencies' dialog has no mnemonic. Change-Id: Ica353519749dcb7a2504f702555819ec3f16bda3 16 February 2018, 06:06:54 UTC
399251d Revert "Bug 490103 [1.9] JREContainer should work without any physical libraries" This reverts commit 366988d2ce5be661caeeb7d4292c4a4940a5f1ff. 15 February 2018, 10:27:38 UTC
366988d Bug 490103 [1.9] JREContainer should work without any physical libraries Change-Id: I7f07bc0c76338830a337a900cd82986541a67a4f Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com> 13 February 2018, 08:11:21 UTC
5fa8061 Bug 530919 - Compile warnings in debug.ui in I20180207-2000 Change-Id: Ic7a2ed1762409f0f5e94c79612349a07801f33c4 09 February 2018, 06:23:36 UTC
08689ac Bug 529554 - [18.3]Add Execution Environment for JavaSE-10 Change-Id: Id1978a14d88d8f95bf8dacc5c98f2901e0152889 Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com> 07 February 2018, 10:39:56 UTC
e3c1a48 Bug 526764 - [18.3] Launch configuration problem with OpenJDK 10 Change-Id: Ia373f5b1ca13d23eed03babdf1c61c46b3de59c9 Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com> 07 February 2018, 10:36:23 UTC
be9d8a0 Bug 530711 - [9] Add JavaJRETab constructor with param to activate check for classpath dependencies change Change-Id: I4013e92a279cfaa7a06cdd7e1bcd485fa4d52ea3 05 February 2018, 21:39:39 UTC
bbd4c57 Bug 530634 - Remove JAVA_TOOL_OPTIONS from sub-process env Change-Id: Id993cee590d0b88d06a8ccd94fcfb2f817b0db1e Signed-off-by: Mikael Barbero <mikael.barbero@eclipse-foundation.org> 05 February 2018, 20:35:33 UTC
705bd82 Bug 530709 - Comparator errors in jdt debug and jdt ui in I20180204-2000 Change-Id: Ic7475556285a0075272be764aa92d0b31bbc8a39 05 February 2018, 05:59:23 UTC
48639e0 Bug 517514 - Eclipse shows phantom compile errors and pretends wrong Java version would be in effect Change-Id: Ibbfa6f2f46292f259e8492e3696986e664cea511 31 January 2018, 10:46:40 UTC
4d6f62b Bug 530255 - [Breakpoint] Trigger points with conditionals never break Change-Id: Ibc9d0d6dfdd3fc8b3cfc1ad867c36bac064560e1 29 January 2018, 07:02:00 UTC
0e5e0d0 Bug 530279 - Running Tomcat on JDK < 1.8 (JDK 1.6 or 1.7) causes NPE Change-Id: I09da81368a8e1a97d7dbe933027c5fd8913d1de4 29 January 2018, 06:00:58 UTC
2952897 Bug 530223 - [9] Adapt to the fact that iRuntimeClasspathEntry.getClasspathEntry() can return null Change-Id: Ic71dd9bdd2bcbb128147549518a6a83a9f03b928 24 January 2018, 09:28:00 UTC
1004241 Bug 529479 - [9] Improve usability of bug 525253 (copy build path options to the launching command line) Change-Id: Ie425f2b8d3390f5b6d869ae772ba220390de9dc8 22 January 2018, 08:15:03 UTC
ebab1a8 Bug 530104 - [9] Override Dependencies details are empty Change-Id: Ied256d313c49e34f768679c126145249212656ad 22 January 2018, 05:42:23 UTC
daf66ff Bug 530097 - [9] launch overriding --patch-module deletion doesn't work - throws errors while launching Change-Id: I3bf2d2d29cf001d6c4c398004fa908db3e31fdcb 22 January 2018, 05:41:24 UTC
67b9c69 Bug 529559 - [9][launching] "null"-strings on the runtime modulepath Change-Id: I43f4c19bb9384f21a468b52b50c561b49bc74a49 20 January 2018, 20:03:46 UTC
1b6d41c Bug 41353 - bump lower version bound on debug.ui requirement This avoid compilation errors in case maven trusts the manifest and tries to find PrototypeTab in older debug.ui versions. Change-Id: Ie1660d06b906326f0a9f0338552363894743cd38 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 20 January 2018, 13:37:20 UTC
aa18cb2 Bug 526055 - NPE when rebuilding projects or launching junit arrayCopy messed up src/trg. Changing to Array#copyOf as this is less error-prone. Change-Id: I293c2465de3a9cae9d7295774ada500bea65ecbc Signed-off-by: Frank Benoit <frank.benoit.ext@valeo.com> (cherry picked from commit 862f326262433087bb925a806780e3d78e8d79f6) 20 January 2018, 13:35:15 UTC
862f326 Bug 526055 - NPE when rebuilding projects or launching junit arrayCopy messed up src/trg. Changing to Array#copyOf as this is less error-prone. Change-Id: I293c2465de3a9cae9d7295774ada500bea65ecbc Signed-off-by: Frank Benoit <frank.benoit.ext@valeo.com> 20 January 2018, 12:09:26 UTC
7d5a9ad Bug 529874 - Advanced Source Lookup preference needs keywords Change-Id: Ia7faa8093cd24b796b6fb9688649f63c765aea95 18 January 2018, 09:51:51 UTC
a7db80d Bug 529321 - [testsources][launching] Add option to exclude test code from runtime classpath - javadoc fix Change-Id: I86a4f4245551edfb6b2c80ea7ebfa4dd59c54fb4 18 January 2018, 08:59:42 UTC
7fdbf0a Bug 529334 - [9][testsources][launching] Add --add-reads m=ALL-UNNAMED if launching with test code and non-empty build classpath Change-Id: I425a4cbc240925e870ae8905eb61c0e8736d83ee 18 January 2018, 07:14:45 UTC
adbbe57 Bug 529321 - [testsources][launching] Add option to exclude test code from runtime classpath Change-Id: I1067077dfe1eaf2315552182c717e2bf0f700149 17 January 2018, 17:43:01 UTC
fc055c2 Bug 529873 - Advanced Source Lookup only works > 1.4 Change-Id: I7207e6e173a1cd6620f6a22a36ccac618cfdf1da Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com> 17 January 2018, 05:34:55 UTC
ce7fea6 Bug 528808 - enable thread name listening by default and remove prefs UI Change-Id: Id8a0847351db93f504c6b23d19a306638ee6a007 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> 16 January 2018, 15:14:36 UTC
96f2789 Bug 529822 - Can't debug a 1.4 app Change-Id: I11230d720531fb56a5aed1d81aaae7a502d9a356 16 January 2018, 05:46:43 UTC
eac5a1c Bug 529479 - [9] Improve usability of bug 525253 (copy build path options to the launching command line) Change-Id: I79499b3ddba7a01b0dd291dbd0bd11452fb45264 15 January 2018, 10:37:32 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
465eb38 Bug 528949 - [9] NPE while trying to add a breakpoint in module-info files Change-Id: I210e372f0e8640c47b0a32493183feb733930f61 Bug 528949 - [9] NPE while trying to add a breakpoint in module-info files Change-Id: I4200b52afbc0f1f4fbb7d5d10d1276a3290a643e 04 January 2018, 12:40:30 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
back to top