Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-24Bug 552388 - Type argument containment is too lenient when checkingI20191024-1800Stephan Herrmann2-2/+84
2019-10-24Bug 552339: [13] Add support for text block in PublicScannerJay Arthanareeswaran6-64/+284
2019-10-19Bug 552247 - [9][model] API to get a project's module disregardingI20191023-1810I20191022-1800I20191022-0405I20191020-1800I20191019-1800Stephan Herrmann2-2/+24
2019-10-17[trivial] Fixed typo in commentI20191018-1800I20191018-0720Karsten Thoms1-1/+1
2019-10-16Bug 552105 - [13] Text block indentation not preserved on running theJay Arthanareeswaran2-5/+37
2019-10-16Bug 552107 - [13] Error in JDT Core during AST creation:I20191016-1800Sarika Sinha2-1/+48
2019-10-10Bug 551657 - [13] Text block is not properly closedI20191015-1800I20191014-1800Jay Arthanareeswaran1-0/+5
2019-10-09Bug 549436 - [13] Formatter support for JEP 355 Text BlockS4_14_0_M1I20191013-1800I20191012-1800I20191011-1800I20191009-1800Sarika Sinha1-0/+1
2019-10-08Bug 549436 - [13] Formatter support for JEP 355 Text BlockI20191009-0600I20191009-0300Mateusz Matela21-36/+1376
2019-10-07Bug 551856 - [test] distinguish methodsI20191008-1800I20191008-0600I20191007-1800Stephan Herrmann5-91/+89
2019-10-06Bug 285379 - [content assist] infinite loopI20191007-0625I20191007-0430I20191006-1800Stephan Herrmann1-1/+1
2019-10-06Bug 285379 - [content assist] infinite loopStephan Herrmann6-1/+153
2019-10-06Bug 550410 - [model] undue caching of module while moving / renamingStephan Herrmann3-0/+64
2019-10-03Bug 409303 - [batch][compiler][options] "-warn:+unused" should includeI20191006-0600I20191003-1800Stephan Herrmann3-18/+46
2019-10-03Bug 495475 - [quick fix][dom] Create local variable quickfix fails withStephan Herrmann2-3/+47
2019-10-01Bug 551648 - Versions increase needed since Java 13 branch mergedI20191002-1800I20191002-0100I20191001-1800Alexander Kurtakov4-4/+4
2019-09-28Bug 551369 - [OI2JIRO] Migration of JDT JIPP to new CI infrastructureI20190930-1800I20190929-1800I20190928-1800Stephan Herrmann1-1/+1
2019-09-28Bug 404648 - [1.8][compiler] investigate differences between ECJ & javacStephan Herrmann1-0/+8
2019-09-28Bug 551368 - VerifyError with latest jdt.core code on master, take 3I20190928-0515Olivier Thomann3-17/+99
2019-09-27Bug 551469 - Make jdt.debug.ui x-friend of some jdt.core packages.I20190928-0205I20190928-0000I20190927-1800I20190927-1530Roland Grunberg1-3/+4
2019-09-27Bug 551368 - VerifyError with latest jdt.core code on masterOlivier Thomann2-1/+29
2019-09-27Bug 551351 - [13][compiler] Double slash in text block recognized asI20190927-0255I20190927-0225I20190927-0145Jay Arthanareeswaran3-18/+73
2019-09-25Bug 550583 - Fix files that have ended up with CRLF in the gitI20190926-1800Ed Merks42-4647/+4647
2019-09-25Removing the reference to Y build update site and specific tycho versionI20190926-0625Jay Arthanareeswaran1-3/+1
2019-09-25Bug 551305 - Java Doc error in I20190919-1800Sarika Sinha1-4/+0
2019-09-24Bug 547197 - [9][model] API to get the kind of a IModuleDescriptionStephan Herrmann4-3/+47
2019-09-24Bug 551356 - ArrayIndexOutOfBoundsException inI20190924-1800Stephan Herrmann5-10/+64
2019-09-24Bug 551284 - build path cycle message lists too many projects to beStephan Herrmann5-80/+368
2019-09-24Bug 551368 - VerifyError with latest jdt.core code on masterOlivier Thomann2-16/+67
2019-09-24Revert "Bug 544943 - revert "Changes for new stack map frame""Stephan Herrmann38-1661/+1702
2019-09-24Bug 551305 - Java Doc error in I20190919-1800Sarika Sinha1-2/+0
2019-09-23Bug 544943 - revert "Changes for new stack map frame"I20190923-1800Andrey Loskutov38-1702/+1661
2019-09-23Bug 551305 - Java Doc error in I20190919-1800I20190923-0615Sarika Sinha1-13/+14
2019-09-22Bug 551189 - Consistent ArrayIndexOutOfBounds when saving an incorrectI20190922-1800Mateusz Matela2-2/+22
2019-09-20Bug 551286 - [13] Test failures in I Build after Java 13 mergeI20190921-1800Stephan Herrmann1-1/+1
2019-09-20Changes for new stack map frameI20190920-1800Olivier Thomann38-1661/+1702
2019-09-20Revert "BUG 544943 Merge remote-tracking branch 'origin/new_stack_map'"Sarika Sinha22-1631/+1658
2019-09-20Revert "Bug 544943 - [13][codegen] Exception while codegen for multi-nested s...Sarika Sinha2-62/+2
2019-09-20Bug 544943 - [13][codegen] Exception while codegen for multi-nestedManoj Palat2-2/+62
2019-09-20BUG 544943 Merge remote-tracking branch 'origin/new_stack_map'Manoj Palat22-1658/+1631
2019-09-19Merge remote-tracking branch 'origin/BETA_JAVA13'I20190919-1800I20190919-0850Manoj Palat212-3256/+13557
2019-09-18Bug 541225 - The message "At least one of the problems in category 'XXX'I20190918-1800Stephan Herrmann7-8/+108
2019-09-15Bug 531536 - Another NPE in Annotation.isTypeUseCompatible() due toI20190918-0300I20190917-1800I20190916-1800I20190915-1800Stephan Herrmann2-0/+45
2019-09-15Bug 534466 - [1.8] ecj uses varargs method reference to disambiguateStephan Herrmann1-0/+51
2019-09-15Bug 537014 - [10] "Unexpected runtime error when computing a text hover"Stephan Herrmann4-22/+169
2019-09-14Bug 551012 - New problems with Redundant null check for involvingI20190914-1800Stephan Herrmann1-1/+1
2019-09-13Bug 466299 - [model] confusion about different per-project externalStephan Herrmann14-87/+414
2019-09-13Bug 548456 - Ensure core model tests fail if test case misses suite()I20190913-1800Simeon Andreev1-3/+3
2019-09-12Bug 499738 - Enrich IAEs with information about actual argumentsI20190912-1800Andreas Sewe4-94/+106
2019-09-12Bug 551012 - New problems with Redundant null check for involvingStephan Herrmann9-7/+64

Back to the top