Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Bug 579471 - Create array with curly clean up is not applied to varChristian Femers1-3/+15
2022-04-01Bug 138952 - Inline Method wrongly qualifies enum constsMarkus Oley1-9/+32
2022-03-31Bug 579526: Remove duplicated code in Fix and FixCore classesThomas Mäder2-3/+3
2022-03-31Bug 478563 - Generate Optional.empty() instead of "null"I20220331-1800Jeff Johnston2-3/+41
2022-03-30Bug 478563: Generate Optional.empty() instead of "null"Jeff Johnston1-2/+31
2022-03-26Bug 99622 Rename method misses ambiguously overridden methodI20220328-1800I20220327-1800I20220326-1800Jeff Johnston1-1/+63
2022-03-25Bug 367536 - Inline Local Var does not qualify obscured type accessesI20220325-1800Nikolay Metchev3-10/+292
2022-03-25Bug 578146: fix escape encoding in convert to text block fixThomas Mäder1-37/+110
2022-03-23Bug 577682 - [18] Release Activities.I20220324-0140I20220323-1800I20220323-1230Kalyan Prasad Tatavarthi2-5/+51
2022-03-23Bug 577723 - [18] Remove JCP disclaimers from code, UI and marketplaceY20220323-0540P20220323-0540BETA_JAVA18Kalyan Prasad Tatavarthi4-10/+2
2022-03-23Bug 567666 - [quick assist] Create an extension from an interfaceI20220323-0740Kenneth Styrberg2-2/+6
2022-03-23Bug 579315: fix walking supertypesThomas Mäder1-18/+30
2022-03-22Bug 562671: don't rename local vars for clashes within methodThomas Mäder1-15/+7
2022-03-18Bug 578124 - [Code Clean-Up] "Reduce indentation" is missing expressionI20220318-0220Fabrice Tiercelin1-3/+37
2022-03-12Bug 578911 - Remove unnecessary casts can cause compile errorI20220313-1800I20220312-1800Jeff Johnston1-0/+32
2022-03-10Bug 561484: Add cleanup to remove unused parameters of private methodsI20220310-1800Thomas Mäder8-46/+327
2022-03-09Bug 578917 - Use valueOf() instead of instantiation needs to useThomas Mäder1-4/+35
2022-03-09Bug 573868 - "Primitive type rather than wrapper" cleanup not as previewHolger Voormann2-2/+10
2022-03-09Bug 573870 - [cleanup] "valueOf() rather than instantiation" issuesHolger Voormann1-1/+2
2022-03-09Bug 579044 - Use declaring class as qualifier cleanup failsJeff Johnston1-2/+15
2022-03-09Bug 578906 - Remove unused local in for loop causes compile errorJeff Johnston1-0/+13
2022-03-09Bug 578910 - Convert to enhanced for loop isn't removing element declJeff Johnston3-7/+8
2022-03-04Bug 579073 - POM and product version change for 4.24 releaseI20220307-0340Sravan Kumar Lakkimsetti1-1/+1
2022-02-28Bug 578997 - [18] QuickFixTest17 - 12 tests fail in the BETA_JAVA18Y20220302-0600Y20220301-0600Y20220228-0600Kalyan Prasad Tatavarthi1-2/+33
2022-02-17Bug 578794 - [18] Merge from master to BETA_JAVA18 PeriodicallyY20220217-0600P20220217-0740Kalyan Prasad Tatavarthi26-147/+2087
2022-02-14Bug 438266 - [clean up] removes parentheses required around expressionI20220214-0600Kalyan Prasad Tatavarthi1-1/+10
2022-02-14Bug 575864 - CoreASTProvider.getAST() wakes up sleeping reconcilerJoerg Kubitz3-3/+27
2022-02-11Bug 578693 - Move finders to jdt.core.manipulationI20220211-1800Odin Dahlström6-2/+1354
2022-02-10Bug 576482 - Add serial version ID generates empty commentI20220210-1800Snjezana Peco1-1/+1
2022-02-09Bug 575330 - Provide support for Refactor > Rename of Modules in theI20220209-1800Kalyan Prasad Tatavarthi1-1/+100
2022-02-07Bug 577919 - Enable callees based on implementorsI20220207-1800Gayan Perera5-32/+83
2022-02-03Bug 578527 - Move substring cleanup to jdt.core.manipulationI20220204-0300I20220203-1640I20220203-1550Thomas Mäder1-0/+146
2022-01-26Bug 558292 - Offer quick fix to extract a lambda body to a methodI20220126-1800Jeff Johnston2-0/+2
2022-01-26Bug 578128 - Convert to switch expression discards assignmentsI20220126-0520Jeff Johnston1-0/+4
2022-01-25Bug 578129 - Convert to switch expression missing the default caseJeff Johnston1-22/+43
2022-01-21Bug 578168 - Convert if/else to switch results into compilation failureJeff Johnston1-30/+25
2022-01-19Bug 576230 - Code Clean Up "Use Autoboxing" changes program logicI20220120-1800I20220120-0720I20220120-0220I20220119-1800Fabrice Tiercelin1-1/+184
2022-01-15Bug 578130 - Convert to switch expression swallows case commentsI20220118-1800I20220117-1800I20220116-1800I20220115-1800Jeff Johnston1-53/+87
2022-01-13Bug 578200 - [18] Allow JDT to target Java 18 in compiler preferencesKalyan Prasad Tatavarthi1-3/+26
2022-01-13Bug 578169 - Remove unused local variables results in compile errorI20220113-1800Jeff Johnston1-2/+7
2022-01-11Bug 578122 - [formatter] Case statement in switch expression is not lineI20220112-0210I20220111-2130I20220111-1910I20220111-1800Mateusz Matela1-0/+6
2022-01-11Bug 578115 - [formatter] Wrong indentation for method invocation onMateusz Matela1-2/+9
2021-12-14Bug 577766 - Cannot remove parentheses for instanceof pattern matchingY20211215-0600I20211215-1800I20211214-1800Jeff Johnston2-3/+5
2021-12-03Bug 577232 - Quick Fix to add static import to content assist favoritesJeff Johnston2-0/+4
2021-12-02Bug 544081 - ImportRemover.PROPERTY_KEY should be guaranteed to beI20211203-1010Fabian Pfaff1-9/+20
2021-12-02Bug 577540 - Refactor SwitchExpressionsFix method for jdt.lsJeff Johnston4-2/+27
2021-11-26Bug 577442 - POM and product version change for 4.23 releaseI20211126-0230Sravan Kumar Lakkimsetti1-1/+1
2021-11-15Bug 575989 - update minimum version of required plug-in dependencies inS4_22_0_RC2S4_22_0_RC1R4_22I20211124-1800I20211124-0600I20211123-1800I20211123-0750I20211123-0600I20211122-1800I20211122-0820I20211121-1800I20211121-0600I20211120-1800I20211120-0600I20211119-1800I20211117-1830I20211117-0920I20211117-0600I20211116-1800I20211116-0600I20211116-0000Kalyan Prasad Tatavarthi1-2/+2
2021-11-12Bug 577180 - [16] New Java Record creation wizard not creating stubs forI20211112-2030Kalyan Prasad Tatavarthi1-1/+2
2021-10-21Bug 576826 - Refactor TypeAnnotationRewrite to jdt.core.manipulationI20211024-1800I20211023-1800I20211022-1800I20211022-0920I20211022-0130Jeff Johnston1-0/+130

Back to the top