blob: b42bb68044c1cfe5fa31c85d50bb6887140cc005 [file] [log] [blame]
<html>
<head>
<meta name="copyright" content="Copyright Technical University Berlin and others 2004, 2010. This page is made available under the Eclipse Public License v1.0. For full details see http://www.eclipse.org/legal/epl-v10.html" />
<link rel=stylesheet type="text/css" href="../css/book.css">
<title>Refactoring Object Teams programs</title>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body>
<h1>Refactoring Object Teams programs</h1>
Significant work has been put into supporting the automated refactoring of OT/J code.
The following refactorings take into account the Object Teams-specific
relationships (implicit role inheritance, team nesting, role-base bindings and method
bindings).
<ul>
<li><b>Extract Method</b></li>
<li><b>Move Method</b></li>
<li><b>Pull Up</b> applicable to method or field</li>
<li><b>Push Down</b> applicable to method or field</li>
<li><b>Rename</b> applicable to: project, source folder, package, type, method, field.<br/>
<i>When trying to rename a team package you'll be asked to rename the team class instead.</i></li>
</ul>
Additionally, specific refactorings for OT/J are being developed. Currently these are implemented:
<ul>
<li><b>Extract Callin</b></li>
<li><b>Inline Callin</b></li>
</ul>
</body>
</html>