Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-16Bug 455540 - types in pulled-up method require qualificationI20211216-1800Jeff Johnston1-1/+6
2021-04-27Bug 573089 - Make skipped and aborted tests visible in integration buildCarsten Hammer1-29/+24
2020-09-24Bug 567150 - no hidden rules any longerI20200924-1800Carsten Hammer1-3/+7
2020-09-20Bug 567151 - dogfooding use "Initialize collection at creation" (2nd)I20200920-1800Carsten Hammer1-2/+1
2020-07-14Bug 565188 - Disambiguate Class name between Java 1.5 and Java 15 asI20200713-2230Kalyan Prasad Tatavarthi1-2/+2
2020-04-26Bug 558313 - Update some tests in refactoring to junit 4Carsten Hammer1-45/+192
2020-04-02Bug 552377 - [pull up] Pull Up a generic method in a superclassFabrice-TIERCELIN1-385/+385
2020-03-19Bug 548309 - Use jdk 5 for-each loopCarsten Hammer1-8/+5
2019-11-04Bug 491541 - [pull up] cannot pull up field with different sub-typesI20191105-0025I20191104-1800Kenneth Styrberg1-3/+23
2019-10-31Bug 355327 - [pull up] Disables field hidingKenneth Styrberg1-0/+28
2019-08-27Bug 394726 - [pull up] Pull up adds redundant qualifierS4_13_0_RC1I20190828-1800I20190828-0600I20190827-1800Kenneth Styrberg1-1/+55
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
2016-04-25Bug 396524 - [refactoring] Pull Up and Extract Interface refactoringsTill Brychcy1-1/+20
2016-04-06Fixed bug 428965: [pull up] Non public method when pulled up toNoopur Gupta1-1/+13
2015-08-18Bug 444354 - [pull up] pull up refactoring doesn't add the requiredI20150818-0800Kalyan Prasad1-1/+24
2015-07-13Bug 439874: Increase BREE for JDT UI to 1.7Markus Keller1-8/+9
2014-04-10Fixed Bug 426963: [1.8][pull up] Import declaration for the type useManju Mathew1-3/+3
2012-11-13Bug 391927: Speed up JDT UI tests by avoiding performDummySearch()v20121113-162527Markus Keller1-497/+403
2011-11-15Bug 125326: [pull up] of abstract methods to abstract base class failsv20111115-1507Deepak Azad1-1/+34
2008-09-11Removed trailing whitespace and organized the importsMarkus Keller1-363/+363
2008-07-03228950 [pull up] exception if target calls super with multiple parametersMartin Aeschlimann1-0/+23
2008-05-15200580: [pull up] final method in interface makes uncompilable codeMarkus Keller1-1/+45
2007-11-22use ProcessorBasedRefactoring, avoid subclassesMartin Aeschlimann1-61/+105
2007-07-17196635 [pull up] Internal Error with Refactor > Pull Up (ArrayStoreException)Martin Aeschlimann1-0/+22
2006-04-27135057 [refactoring] Extract superclass wizard does not display cus correctlyTobias Widmer1-1/+1
2006-03-28Updated copyright.Tobias Widmer1-1/+1
2006-03-27Adapted testcasesTobias Widmer1-1/+1
2006-03-20Generalized Pull Up UITobias Widmer1-1/+1
2006-03-14Continued on extract supertypeTobias Widmer1-21/+21
2006-01-25Preparation for extract supertypeTobias Widmer1-24/+39
2006-01-09Addes scripting support to all refactorings except Generalize TypeTobias Widmer1-1/+1
2005-07-06102760 Disabled regression tests should be enabled againTobias Widmer1-26/+24
2005-04-15Improved performance of move static membersTobias Widmer1-30/+11
2005-03-1687493 PackageExplorerPart#makeActions des a lot of work on startup [package e...Tobias Widmer1-25/+26
2005-02-25Converted from CPL to EPLDirk Baeumer1-6/+6
2005-01-0581143 [refactoring] pull up reports unnecessary visibility problemsTobias Widmer1-4/+0
2005-01-04Added test cases for static importsTobias Widmer1-1/+59
2004-12-10Fixed deprecated invocations to getCodeGenerationSettings()Tobias Widmer1-2/+6
2004-11-29Adapted tests for visibility warningsTobias Widmer1-17/+13
2004-11-26Preparations to use visibility adjustmentsTobias Widmer1-0/+40
2004-11-2478709 PullUpTests#testGenerics4() tests invalid importsTobias Widmer1-26/+28
2004-10-20Pull Up/Push Down now organizes imports and leaves javadoc formatting intactTobias Widmer1-1/+1
2004-09-10PullUp fixes and new RenameTypeVariableRefactoring.Dirk Baeumer1-1/+150
2004-09-03Added Generic support for pull up and push down & renamed MyTestSetupDirk Baeumer1-4/+154
2004-06-23Copyright fix - automated changes with releng toolDani Megert1-1/+1
2004-05-1444283: pull up doesn't detect duplicate (overriden) methods [refactoring]Markus Keller1-0/+4
2004-03-19Even more refactoring API workDirk Baeumer1-19/+19
2004-03-16Refactored code to move refactoring to org.eclipse.ltk.core.refactoringDirk Baeumer1-7/+6
2004-02-09Refactoring API workDirk Baeumer1-4/+4

Back to the top