Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-26Bug 576093 - Switch on enum causes VerifyError: Bad type on operandP20211026-0140BETA_JAVA17Jay Arthanareeswaran1-0/+1
2021-09-14Bug 575890 - [17] Remove Beta disclaimers in JDT.CoreY20210914-1140Y20210914-1110P20210914-1100Jay Arthanareeswaran52-250/+46
2021-09-14Bug 575956 - [17] Shorten the IProblem error namesY20210914-0800Jay Arthanareeswaran2-9/+9
2021-09-07Bug 575718 - [17][switch pattern][selection] Refactor operation on aP20210907-0320P20210907-0250Vikas Chandra1-15/+9
2021-09-02Bug 575738 - [17] Incorrect error message when a primitive type is usedY20210906-0920Y20210904-0800Y20210903-0800Y20210902-0850Y20210902-0350Sravan Kumar Lakkimsetti4-1/+18
2021-09-01Bug 575740 - [17] Setting preview features problem severity toManoj Palat1-0/+6
2021-09-01Bug 575718 - [17][switch pattern][selection] Refactor operation on aVikas Chandra1-0/+13
2021-09-01Bug 575686 - [17] NPE trying to report DuplicateCaseJay Arthanareeswaran2-17/+21
2021-09-01Bug 575687 - [17][switch pattern] wrongly accepts code that throws CCEY20210901-0420Jay Arthanareeswaran1-1/+3
2021-09-01Bug 575714 - [17][switch pattern] An exhaustive switch with throw givesManoj Palat1-1/+1
2021-08-29Bug 573949 - [17][switch pattern][formatter] JEP 406 changesY20210831-0840P20210831-0130Mateusz Matela2-4/+11
2021-08-29Bug 575609 - [17][switch pattern][null] default pattern does not applyStephan Herrmann1-0/+14
2021-08-26Bug 575593 - [17][switch pattern] Integrate pattern switch with nullY20210826-0800P20210827-0040Stephan Herrmann6-3/+40
2021-08-25Bug 573998 - [17][test] PreviewFeatureTest fails with b24 J17Jay Arthanareeswaran5-10/+26
2021-08-25Bug 575111 - [17][switch pattern][ast rewrite] AST Rewrite changes forP20210825-0220P20210825-0200Sarika Sinha2-0/+92
2021-08-25Merge remote-tracking branch 'origin/master' into BETA_JAVA17Jay Arthanareeswaran1-1/+1
2021-08-23Bug 574097 - Don't add '--processor-module-path' to '--module-path'Gunnar Wagenknecht1-1/+1
2021-08-23Bug 575571 - [17] Compiler wrongly considers switch to be enhancedY20210824-0940Y20210824-0840Jay Arthanareeswaran1-1/+1
2021-08-23Bug 575051 - [17] null, any pattern and corresponding initializationJay Arthanareeswaran1-1/+1
2021-08-20Bug 575353 - [17] Incorrect source range for Case default in switchP20210820-1100Manoj Palat2-5/+8
2021-08-19Bug 575250 - [17] Source Start set as Identifier start name inY20210820-0230Y20210819-0800Jay Arthanareeswaran2-14/+1
2021-08-19Bug 575055 - [17] flag error for duplicate variable declaration inY20210819-0340Kalyan Prasad Tatavarthi1-1/+1
2021-08-19Bug 575351 - [17] Mix of constant case with patternJay Arthanareeswaran6-76/+114
2021-08-18Bug 575360 - [17][codegen] stackmap dump with case null, defaultManoj Palat1-0/+3
2021-08-17Merge "Bug 574039 - [17] Merge master to BETA_JAVA17 periodically" into BETA_...Y20210818-0520Y20210817-1030Y20210817-0500Manoj Palat9-171/+247
2021-08-17Bug 575047 - [17] Dominating and totality rules of 14.11.1Jay Arthanareeswaran6-110/+129
2021-08-17Bug 574039 - [17] Merge master to BETA_JAVA17 periodicallyManoj Palat9-171/+247
2021-08-17Bug 575052 - [17] Enhanced Switch Statements should be exhaustive -Manoj Palat1-1/+2
2021-08-16Bug 573941 - [17][switch pattern][ast dom] AST DOM changes for JEP 406Sarika Sinha8-13/+231
2021-08-16Bug 575426 - fix ZipFile leak from getArchiveValidity()I20210816-1800Joerg Kubitz1-1/+2
2021-08-15Bug 575397 - [content assist] missing static method proposals inI20210815-1800Stephan Herrmann3-4/+24
2021-08-15Bug 571614 - [performance] deprecate JavaProject.canonicalizedPathJoerg Kubitz3-9/+42
2021-08-15Bug 571340 - [performance] avoid validating Archives over and overI20210815-0600Joerg Kubitz1-43/+36
2021-08-13Bug 575377 - [content assist] can't insert type proposal in lambdaI20210814-1800I20210814-0600Stephan Herrmann1-1/+8
2021-08-13Bug 575340 - [17] Content assistant proposal not working for "null" andY20210813-0710Vikas Chandra3-8/+61
2021-08-13Bug 574345 - [17] Selection for Patterns Vikas Chandra1-0/+8
2021-08-13Bug 575050 - [17] check whether switch is exhaustiveManoj Palat2-8/+8
2021-08-13Bug 575052 - [17] Enhanced Switch Statements should be exhaustiveManoj Palat5-5/+55
2021-08-12Bug 574978 - [content assist] keywords are not proposed inside blockI20210813-1800I20210812-1800Stephan Herrmann3-112/+134
2021-08-12Bug 575241 - [17] switch block covering a type T - Follow-upY20210812-0800P20210812-0050Manoj Palat1-2/+1
2021-08-11Bug 573941 - [17][switch pattern][ast dom] AST DOM changes for JEP 406Sarika Sinha2-1/+37
2021-08-11Bug 575356 - [17] Compilation error with switch pattern expressionsManoj Palat1-14/+19
2021-08-11Bug 575241 - [17] switch block covering a type TManoj Palat4-17/+37
2021-08-11Bug 575350 - [17] 33 warnings in JDT core in BETA_JAVA17 branchSravan Kumar Lakkimsetti2-1/+252
2021-08-10Bug 564189 - Possible typo inI20210811-1800I20210810-1800Andrey Loskutov1-1/+1
2021-08-09Bug 573941 - [17][switch pattern][ast dom] AST DOM changes for JEP 406Y20210810-0820Y20210810-0500Sarika Sinha12-8/+970
2021-08-09Bug 574039 - Merge remote-tracking branch 'origin/master'Sarika Sinha2-257/+15
2021-08-09Bug 575299 - ASTNode constant duplicated inI20210809-1800Sarika Sinha2-9/+19
2021-08-09Bug 574039 Merge branch 'master' into BETA_JAVA17Manoj Palat26-237/+1291
2021-08-06Bug 573940 - Fix the failing testcase with default and patternJay Arthanareeswaran1-2/+6

Back to the top