Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Bug 567666 - [quick assist] Create an extension from an interfaceI20220323-0740Kenneth Styrberg1-1/+19
2022-01-11Bug 542653 - [quick assist] Quick assist for static import removesFabian Pfaff1-0/+96
2021-12-03Bug 577232 - Quick Fix to add static import to content assist favoritesJeff Johnston1-3/+159
2021-07-30Bug 572574 - [AutoRefactor #71/151] Do/while rather than whileI20210730-1800Fabrice Tiercelin1-4/+272
2021-06-29Bug 574376 - [dogfooding][cleanup] Use new StringBuffer -> StringBuilderLars Vogel1-524/+524
2020-10-03Bug 566614 - Dead storeFabrice Tiercelin1-3/+0
2020-09-04Bug 565600 - [quick assist] Create implementation for an interface.Roland Grunberg1-0/+18
2020-08-17Bug 558313 - We do not want to explicitly tag our tests for JUnit 4I20200819-0600I20200818-1800I20200818-0900I20200818-0600I20200818-0340I20200817-1800Carsten Hammer1-3/+0
2020-08-08Bug 558313 - migrate from junit 3 to 4, reduce static initializationsI20200808-1800Fabrice Tiercelin1-3/+3
2020-07-17Bug 565040 - new quick assist: Use String.format for string concatI20200717-1800Julian Honnen1-0/+145
2020-07-17Bug 565040 - extracted convert string concatenation proposalsJulian Honnen1-1039/+13
2020-05-15Bug 563163 - Eclipse (not responding) When QuickAssist handles (((i)))Fabrice Tiercelin1-3/+2
2020-05-12Bug 118129 - [quick assist] Split variable declaration in for loopKenneth Styrberg1-0/+140
2020-04-11Bug 558313 - Missed tests after junit 4 upgradeFabrice Tiercelin1-0/+28
2020-02-21Whitespace removal in test plug-insLars Vogel1-99/+99
2020-01-27Bug 558313 update quickfix junit tests to junit 4I20200127-1800Carsten Hammer1-22/+177
2020-01-06Bug 326832 - [pull up] Pull Up the method javadoc to super interfaceKenneth Styrberg1-2/+18
2020-01-05Bug 287377 - [extract local] produces illegal codeI20200106-0600I20200105-1800Kenneth Styrberg1-2/+47
2020-01-03Bug 525917 - Join variable declaration implements wrong refactoringI20200103-1800Jeff Johnston1-1/+224
2019-11-26Bug 93850 - [inline] Allow inlining of local variable initialized toS4_14_0_RC1I20191127-1800I20191127-0600I20191126-2315I20191126-1800Pierre-Yves B.1-4/+13
2019-06-25Use StringBuilder instead of StringBuffer where possible.I20190625-1800Carsten Hammer1-26/+26
2019-03-25Bug 539476 - assign to param for static nested class adds indexI20190325-1800Jeff Johnston1-0/+50
2019-01-17Bug 541674: Quick assist for static import shouldn't be offered forFabian Pfaff1-0/+45
2018-12-03Bug 541630 - Quick assist for static import removes non static importS4_10_0_RC2R4_10I20181206-0815I20181206-0320I20181206-0225I20181206-0030I20181205-1800I20181205-0600I20181204-1800I20181204-0600I20181203-1800R4_10_maintenanceFabian Pfaff1-0/+66
2018-11-02Bug 525632 - [quick assist] Support creation of JUnit test case.Roland Grunberg1-2/+22
2018-09-10Bug 534221 - Move StubUtility into jdt.core.manipulation.I20180914-0620Roland Grunberg1-3/+3
2018-08-29Bug 535802 - EPL 2.0 conversion for JDT testsI20180829-0800Lars Vogel1-3/+6
2018-06-25Bug 197850 - [quick assist] Add import static field/methodFabian Pfaff1-0/+554
2018-02-20Bug 530125 - Solve Performance - Method invokes inefficient NumberI20180221-2000Lars Vogel1-1/+1
2017-10-09Bug 525423 - [quick assist] Create "for loop" quick assists should beTill Brychcy1-0/+118
2016-11-01Bug 506799: [quick assist] Assign statement to new local variable creates inv...Markus Keller1-0/+59
2016-03-31Fixed bug 318681: [quick assist] create fields from multiple parametersNoopur Gupta1-6/+112
2015-07-13Bug 439874: Increase BREE for JDT UI to 1.7Markus Keller1-216/+217
2015-02-20Rewrite of ImportRewriteAnalyzer, fixing several issues.I20150224-0800John Glassmyer1-8/+8
2015-02-12Bug 303519: [formatter] Formatter does not format Java code correctly,Mateusz Matela1-7/+11
2015-01-16Fixed bug 457547: extract number with quick fix doesn't replace all theI20150203-1300I20150203-0800I20150129-1830I20150128-2000I20150128-0900I20150127-2000I20150127-0900I20150126-2000I20150126-0930I20150126-0800I20150125-2000I20150120-0800I20150116-1000Noopur Gupta1-1/+59
2014-09-22Fixed bug 444236: [quick assist] Create 'for' loop quick assists produceNoopur Gupta1-30/+53
2014-09-04Bug 443191: [1.8][quick fix] Quick fix for "for loop" is not shown for bare l...Noopur Gupta1-10/+10
2014-06-23Revert "Fixed Bug 338785: [quick fix] Provide a quickfix to add 'finally' block"Markus Keller1-71/+1
2014-06-20Fixed Bug 338785: [quick fix] Provide a quickfix to add 'finally' blockSandra Lions1-1/+71
2014-05-14Bug 430818: [1.8][quick fix] Quick fix for "for loop" is not shown for bare l...Lukas Hanke1-20/+16
2014-04-11Fixed Bug 217984: [quick assist] wrong type inferred by assign to newManju Mathew1-10/+183
2014-04-10Disabled failing tests for Bug 430818: [1.8][quick fix] Quick fix for "for lo...Markus Keller1-1/+31
2013-12-11Bug 423689: [quick fix] Create 'for' loop for int array creates duplicate loc...I20131212-1600I20131211-2000Markus Keller1-0/+56
2013-11-28Bug 241696: [quick fix][quick assist] quickfix to iterate over a collectionLukas Hanke1-35/+362
2013-11-12Fixed Bug 241696: [quick fix] quickfix to iterate over a collectionI20131112-0800Lukas Hanke1-5/+283
2013-11-05Fixed Bug 241696: [quick fix] quickfix to iterate over a collectionLukas Hanke1-1/+393
2013-02-20Fixed bug 119181: [quick assist] Convert to if-returnNoopur Gupta1-62/+2018
2012-07-18Bug 385389: [quick assist] 'Invert equals' not available for enum comparisons.dazad/bug-339223-replace-integer-literals-with-constantsDeepak Azad1-1/+60
2012-06-25Bug 383358: [convert local] The Quick Assist action is not offered whenv20120625-182750Markus Keller1-1/+1

Back to the top