Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12Enable index for more tests needing search (disabled by default in jdt)Stephan Herrmann2-6/+11
2021-03-04Test-fix: copy test setup to avoid NPEStephan Herrmann1-1/+2
2021-02-18Fix compile errors in tests: jdt.ui has removed 'static' (bug 563425)Stephan Herrmann3-26/+26
2020-05-26Adjust test suite after JDT/UI's migration to JUnit4Stephan Herrmann1-21/+38
- PasteActionTest was migrated.
2020-05-26Fix compile errors after JDT's https://git.eclipse.org/r/#/c/155226/Stephan Herrmann5-13/+14
2020-05-01Adjust test suite after JDT/UI's migration to JUnit4Stephan Herrmann6-135/+144
- refactoring tests - part 2
2020-05-01Adjust test suite after JDT/UI's migration to JUnit4Stephan Herrmann10-284/+385
- refactoring tests
2020-04-13Adjust test suite after JDT/UI's migration to JUnit4Stephan Herrmann1-2/+2
- fix our adaptation after test class hierarchy was changed
2020-04-11Remove trailing whitespace on all linesStephan Herrmann48-697/+697
- manually replays JDT's 560451
2020-03-03License update to EPL v2.0Stephan Herrmann49-148/+245
- update in sources not currently active for the release
2018-10-15Update jdt.core to S-4.10M1-201810101800Stephan Herrmann1-3/+4
- adjust imports after classes moved to o.e.j.core.manipulation - avoid some warnings
2015-05-05Clean-up:Stephan Herrmann1-2/+1
- avoid warnings - remove copy of test class that never had any OT specifics
2014-03-30Fix 2 regressions: Explicitely disable replacing duplicatesStephan Herrmann1-3/+3
+ use generics to avoid warnings
2013-07-14Bug 315428 - [refactoring] Renaming base features does not updateStephan Herrmann12-190/+114
inferred callouts - actual fix is a small tweak in MethodLocator - includes test refactoring and clean-up
2013-06-07Bug 410226 - [refactoring][dom] move to role file with preceding fieldStephan Herrmann1-0/+4
declaration fails
2013-06-06Bug 410129 - [refactoring] change signature of callin-bound methodStephan Herrmann1-1/+5
creates wrong parameter mappings
2013-06-06Bug 410127 - [refactoring] NPE when changing callin-bound method fromStephan Herrmann1-1/+34
'int' to 'void'
2013-05-18Bug 374822 - [refactoring] change method signature in a callin methodStephan Herrmann1-0/+9
should adjust base-calls accordingly - support searching for base and tsuper message sends - adapt org.eclipse.jdt.internal.corext.refactoring.code.Invocations - avoid bad interaction in the InlineCallin refactoring
2013-05-07Bug 382186 - [refactoring] change inline role to role file and viceStephan Herrmann1-22/+52
versa
2013-05-04Bug 382186 - [refactoring] change inline role to role file and viceStephan Herrmann3-1/+164
versa
2013-02-02Bug 382185 - [refactoring] renaming base package fails to rename baseStephan Herrmann3-6/+415
import
2012-12-04Bug 394037 - [refactoring] renaming an argument with declared liftingStephan Herrmann1-0/+46
fails to rename occurrences
2012-12-04Adopt JDT/UI change for bug 391927 via their commitStephan Herrmann2-46/+34
a9d28d0d237966d409e0e603033f3ce8cddb5d35 (Method safeDelete has been removed and isn't needed actually).
2012-12-04Bug 394037 - [refactoring] renaming an argument with declared liftingStephan Herrmann1-0/+41
fails to rename occurrences
2012-11-08Bug 393915 - [dom][refactoring] pull-up with "use the destination typeStephan Herrmann1-1/+11
where possible" throws StackOverflowError - test (modified existing one) & fix - additional advance fix for bug 393932
2012-09-22Bug 367605 - [refactoring] missing update of base import during renamingStephan Herrmann2-1/+134
or moving a base class - fix an omission in one of ImportRewrite.create - new role (nested team) in MoveAdaptor to detect base imports on this path, too. - test
2012-09-18Bug 389850 - [refactoring] change signature fails if role method isStephan Herrmann1-1/+18
bound in a signature-less callin
2012-08-11Bug 386587 - [refactoring] pull-up refactoring cannot handle calloutStephan Herrmann1-1/+1
bindings - fix compile time regression: used a diamond in 1.5 sources.
2012-08-11Corrected unicode of § character in messages.Stephan Herrmann1-3/+3
2012-08-11Bug 386587 - [refactoring] pull-up refactoring cannot handle calloutStephan Herrmann1-17/+9
bindings - support creation of new callout bindings - support removal of callout declarations
2012-08-11Bug 386814 - [refactoring] pull-up should distinguish callouts that canStephan Herrmann1-2/+48
be pull-up vs. abstract decl. - when pullup of callout is requested, check: - is destination type a bound role? - is the base member accessible via the destination's base? - also report when a base member of a referenced callout cannot be resolved (rather than throwing NPE).
2012-08-08Bug 386587 - [refactoring] pull-up refactoring cannot handle calloutStephan Herrmann2-61/+100
bindings
2012-08-03Bug 374841 - [refactoring] pull up does not work among (nested) rolesStephan Herrmann1-0/+5
2011-12-28Test & fix for bug 367605 - [refactoring] missing update of base importStephan Herrmann1-1/+24
during renaming or moving a base class
2011-12-27Test & fix for Bug 316698 - [refactoring] Refactoring for moving a roleStephan Herrmann2-0/+129
class doesn't handle base imports
2011-03-03adjust to small change in jdt.ui testsStephan Herrmann2-2/+2
2010-11-14Test & fix for Bug 330169 - [refactoring] Extract method throws NPE if ↵Stephan Herrmann2-3/+23
declared lifting arg is involved
2010-10-02Finish adaption of this one jdt.ui.tests.refactoring case: Stephan Herrmann1-3/+5
+ fix base class resolving (don't adapt our own class, but jdt.tests's) + fix string replacement (don't replace "as" in "class").
2010-09-27try to avoid one more inline patch by using a role.Stephan Herrmann1-6/+16
2010-09-27start adapting jdt.ui.tests.refactoring using a team, rather than inline ↵Stephan Herrmann1-0/+67
patching
2010-08-29Tests and fix for Bug 311879 - [refactoring] adapt "change signature" ↵Stephan Herrmann1-0/+314
refactoring
2010-08-20Enabled tests re http://trac.objectteams.org/ot/ticket/286Stephan Herrmann1-32/+31
- corrected test data (see the ticket) - completed the solution from the ticket (do for methods what we already did for fields)
2010-08-20re-enable a few tests which Jogeb commented out during his work (not ↵Stephan Herrmann1-236/+249
interesting at that time). only relevant change: do expect Info that this refactoring is not fully OT-aware (4 tests).
2010-08-15Final cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with ↵Stephan Herrmann6-45/+205
adapting the original TypeHierarchy (see comment 9)
2010-08-12cleanupStephan Herrmann1-6/+1
2010-04-23Test and improve free-hand patch r154 regarding inlined role method call:Stephan Herrmann1-0/+5
- differentiate replace (needs tunneling) from before/after (role signature unchanged) - take base method argument names but for before/after adjust number of args to role method
2010-04-01initial commit in accordance with CQ 3784Stephan Herrmann42-0/+9277

    Back to the top