Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-22Bug 565211 - Outline view shows 2 elements for a single component in aY20200722-1200Jay Arthanareeswaran24-220/+379
2020-07-22Bug 564672 - [15] type identifier "record" not flagging errors inSravan Kumar Lakkimsetti1-1/+1
2020-07-20Merge remote-tracking branch 'origin/master' into BETA_JAVA15Y20200721-0450Vikas Chandra3-17/+43
2020-07-20Bug 564828 - [14] Content assist for public rec should give record I20200721-1800I20200721-1400I20200721-0950I20200721-0610I20200721-0130I20200720-1800Vikas Chandra3-17/+43
2020-07-20Merge branch 'master' into BETA_JAVA15Manoj Palat8-105/+131
2020-07-19Bug 565156 - Compiler crash on switch expressions with try-catch andI20200719-2010Manoj Palat4-43/+88
2020-07-16Revert "Bug 564907 - [15] Search on field access should not have any reference"Y20200716-0820Vikas Chandra2-0/+52
2020-07-16Bug 565267 - [subword] improved boundaries for mixed caps and camel caseI20200718-1800I20200717-1800I20200716-1800Julian Honnen1-53/+31
2020-07-16Bug 565194 - [15] Escaped \t processed as whitespace in a text blockJay Arthanareeswaran1-93/+97
2020-07-15Bug 564853 - Replace Vector with ArrayListJay Arthanareeswaran1-7/+7
2020-07-15Bug 565015 - [14] Creating a Record within a Record gives an errorI20200715-1800Kalyan Prasad Tatavarthi1-1/+4
2020-07-14Bug 565053 - [formatter] Parenthesis in "separate lines if wrapped":Mateusz Matela1-2/+2
2020-07-14Bug 565174 - [15] 'sealed' modifier not set when reconstructed fromY20200715-1200Jay Arthanareeswaran1-0/+2
2020-07-13Bug 565168 - [15] Merge 4.17 M1 to BETA_JAVA15 -Merge branch 'master'Manoj Palat46-192/+400
2020-07-10Bug 564638 - [15] 'sealed' and 'permits' disallowed as type identifiersY20200711-1200Manoj Palat5-0/+19
2020-07-10Bug 565104 - [15] JEP 384 Records - generated canonical constructors toManoj Palat1-3/+3
2020-07-06Bug 564922 - Compiler fails to use Java 16 when release option isS4_17_0_M1I20200714-1800I20200713-2230I20200713-1800I20200712-1800I20200711-2250I20200711-1800I20200710-1800I20200710-0230I20200708-1800I20200708-0600I20200707-1800I20200707-0600I20200706-2300I20200706-1800Andrey Loskutov3-48/+67
2020-07-06Bug 564830 - [15][sealed] Fix location or message for compile error onY20200708-1200Manoj Palat2-9/+9
2020-07-03Bug 564905 - [regression] Missing full build on .class file changesI20200705-1800I20200705-0710I20200705-0600I20200704-1800I20200704-0600I20200703-1800Simeon Andreev1-2/+2
2020-07-03Bug 564146 - [14] Records - Non-canoncial constructors must call anManoj Palat5-1/+29
2020-07-03Bug 564907 - [15] Search on field access should not have any referenceVikas Chandra2-52/+0
2020-07-03Bug 563713 - [Tests] Build up AST rewrite tests for record componentsSarika Sinha3-9/+37
2020-07-02Bug 564591 - ParameterizedTypeBinding drops annos from ReferenceBindingI20200702-2150I20200702-1800Eric Milles1-3/+5
2020-07-02Bug 564638 - [15] sealed - permits disallowed as type identifierY20200704-1200Y20200703-0300Manoj Palat7-7/+39
2020-07-02Bug 481323 - support substring and subword matching in findTypesJulian Honnen7-18/+60
2020-07-02Bug 563375 - [14][inline] Inline method that returns record/class adds code b...Kalyan Prasad Tatavarthi1-8/+21
2020-07-01Bug 564841 - IllegalArgumentException in content assist for seal typesY20200701-1200Sarika Sinha1-1/+4
2020-07-01Bug 561820 - Update help docs to reflect the latest support JavaJay Arthanareeswaran1-4/+5
2020-07-01Bug 564766 - [14] Code Clean Up: ClassCastExceptionI20200701-2350I20200701-2210I20200701-1800Jay Arthanareeswaran3-32/+13
2020-06-30Bug 564729 - [14] Records- Model representation of Record should excludeI20200630-1800Jay Arthanareeswaran1-0/+2
2020-06-30Bug 564729 - [14] Records- Model representation of Record should excludeY20200701-0020Jay Arthanareeswaran1-0/+2
2020-06-29Bug 563698 - [15] [DOM] [AST] provide an API on IMethodBinding forI20200629-1800Alexander Kurtakov1-2/+2
2020-06-29Bug 563919 - [15][dom ast] DOM AST Support for JEP 360 - Sealed TypesY20200629-1000Y20200629-0740Sarika Sinha8-3/+312
2020-06-26Bug 562948 - [14] "record" name for a Record gives error after creation of Re...I20200628-1800I20200626-1800Kalyan Prasad Tatavarthi1-2/+2
2020-06-26Fix warnings due to unused suppress warnings and suchJay Arthanareeswaran2-2/+2
2020-06-26Bug 563654 - EclipseCompiler reports suppressed warningsThomas Wolf1-4/+0
2020-06-25Bug 564646 - [15] AIOOBE while reconciling sealed type declarationManoj Palat1-1/+4
2020-06-25Bug 118641 - [formatter] Formatter does not break line on assertI20200625-1800Rory Hunter5-2/+58
2020-06-25Bug 564049 - [15] JEP 360 - Sealed Types - Search Support Vikas Chandra5-7/+81
2020-06-25Bug 564613 - Method name permits causes compilation error in EclipseManoj Palat23-170/+175
2020-06-25Bug 563181 - [15] Records - Clarification on annotations on recordJay Arthanareeswaran11-194/+180
2020-06-25Bug 563187 - [15] Records - Flag error for field assignment in compactManoj Palat8-55/+114
2020-06-24Bug 564607 - [14] Generate Getters are not added in the right positionSarika Sinha1-1/+13
2020-06-24Bug 563698 - [15] [DOM] [AST] provide an API on IMethodBinding for Compact Co...I20200624-1800Kalyan Prasad Tatavarthi5-3/+48
2020-06-24Bug 564498 - [15] JEP 360 error flagged for implicit permits in innerY20200624-1200Jay Arthanareeswaran2-46/+86
2020-06-23Bug 563184 - [15] Record - Constructor Formal parameter requirementManoj Palat4-0/+32
2020-06-23Bug 563183 - [15] Records - Canonical constructor need not be public -Manoj Palat2-4/+0
2020-06-22Bug 563183 - [15] Records - Canonical constructor need not be publicManoj Palat6-20/+35
2020-06-22Bug 563806 - [15] JEP 360 - Sealed Types - Type Resolution - minimalManoj Palat4-71/+11
2020-06-22Bug 564492 - [15] anonymous type instantiation for sealed should flagY20200622-0340Manoj Palat5-10/+18

Back to the top