blob: def6887918d61a23b656007f3f09bc27eb7bf5cc [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html XMLNS:Style>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U) [Netscape]">
<title>Previous JDT Text and JDT UI 3.4 Milestone plans</title>
<script type="text/javascript">
<!--
function linkifyBugs() {
// Replaces plain text 'bug xyz' by a link to Eclipse's bugzilla.
traverseLinkifyBugs(document.getElementsByTagName("body")[0]);
}
function nextNode(node) {
if (node.nextSibling) {
return node.nextSibling;
} else if (node.parentNode == document.getElementsByTagName("body")[0]) {
return null;
} else {
return nextNode(node.parentNode);
}
}
function traverseLinkifyBugs(node) {
while (node) {
if (node.nodeType == 1/*element*/ && node.nodeName == "a") {
node= nextNode(node);
} else if (node.childNodes != null && node.childNodes.length > 0) {
node= node.childNodes[0];
} else if (node.nodeType == 3/*text*/) {
var txt= node.data;
var regex= /([Bb]ug\s*)([0-9]+)/;
var res= regex.exec(txt);
if (res) {
var matchStart= txt.indexOf(res[0]);
var beforeNode= document.createTextNode(txt.substring(0, matchStart));
node.parentNode.insertBefore(beforeNode, node);
var linkNode= document.createElement("a");
linkNode.href= "https://bugs.eclipse.org/bugs/show_bug.cgi?id=" + res[2];
linkNode.appendChild(document.createTextNode(res[1] + res[2]));
node.parentNode.insertBefore(linkNode, node);
node.data= txt.substr(matchStart + res[0].length);
// continue with current (shortened) node...
} else {
node= nextNode(node);
}
} else {
node= nextNode(node);
}
}
}
//-->
</script>
</head>
<body text="#000000" bgcolor="#FFFFFF" onload="linkifyBugs()">
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
<tr>
<td WIDTH="100%">
<p>Last revised 11:27 CEST July 2, 2008</p>
</tr>
<tr>
<td WIDTH="100%">
<p>The current 3.4 milestone plan can be found <a href="plan.php">here</a>.</p>
</tr>
<tr>
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" WIDTH="100%" BGCOLOR="#595791"><font face="Arial,Helvetica"><font color="#FFFFFF"><a name="Milestone_Planning">Milestone M6 (2008-3-28)</font></font></td>
</tr>
<tr>
<td WIDTH="100%">
See also the <a href="http://www.eclipse.org/eclipse/platform-text/3.4/plan.php#Milestone_Planning">Platform Text 3.4 M6 Plan</a>.</p>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Refactoring [<a href="#3">3</a>]</h4>
<ul>
<li><font class="indexsub" color="#8080ff">[&gt;3.4]</font> <Style:committed>change execution should not happen in the UI thread (bug 175733)</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> refactoring should report affected binary references (bug 182346)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> JUnit [<a href="#2">2</a>]</h4>
<ul>
<li><font class="indexsub" color="#8080ff">[&gt;3.4]</font> update JUnit4 to 4.4 (bug 197170)</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> show test running time (bug 102236)</li>
<li><font class="indexsub" color="#8080ff">[3.5]</font><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> track rename of org.junit4 bundle to org.junit (bug 186369)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Javadoc view and sticky Javadoc hover [<a href="#2">2</a>]</h4>
See also the <a href="http://www.eclipse.org/eclipse/platform-text/3.4/plan.php#rich hovers">Rich Hovers</a> item.
<ul>
<li><font class="indexsub" color="#8080ff">[&gt;3.4]</font> <Style:committed>add better support for the @inheritDoc tag</Style:committed>
<li><font class="indexsub" color="#8080ff">[&gt;3.4]</font> <Style:committed>add the new Javadoc (links, inheritDoc) functionality as API to <code>JavadocContentAccess</code></Style:committed>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>support to follow links in Javadoc view</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>support navigation and history support in Javadoc view</Style:committed></li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Usability [<a href="#3">3</a>]</h4>
<ul>
<li>enrich the problem hover:
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> add a tool bar button or command link(s) when quick fixes are available</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> add a tool bar button or command link to change the compiler options</li>
<li><font class="indexsub" color="#8080ff">[&gt;3.4]</font> add a tool bar button or command link to change clean up on save options</li>
</ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> add UI support for external class folders (see JDT Core bug 182537)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Content Assist [<a href="#2">2</a>]</h4>
<ul>
<li><font class="indexsub" color="#8080ff">[&gt;3.4]</font> <Style:committed>indicate match in proposal list (similar to Ctrl+3)</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> offer API for simpler access to proposal computers preferences (bug 140886)</li>
</ul>
</li>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Performance [<a href="#1">1</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> investigate performance bugs filed by Frédéric</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Jar Exporter [<a href="#3">3</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> create Ant file from Runnable JAR file exporter (bug 213638) - review and comment on external contribution</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Permanent Items</h4>
<ul>
<li>bugzilla inbox tracking</li>
<li>bug fixing</li>
<li>watch performance tests</li>
<li>increase correctness test coverage</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" nosave="" border="0" height="16" width="16" align="top"> Testing</h4>
<ul>
<li><a href="http://www.eclipse.org/jdt/ui/r3_4/testing/M6_Test_Plan.html">test plan</a> for the 3.4 M6 test pass.</li>
</ul>
</td>
</tr>
<tr>
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" WIDTH="100%" BGCOLOR="#595791"><font face="Arial,Helvetica"><font color="#FFFFFF"><a name="Milestone_Planning">Milestone M5 (2008-2-8)</font></font></td>
</tr>
<tr>
<td WIDTH="100%">
See also the <a href="http://www.eclipse.org/eclipse/platform-text/3.4/plan.php#Milestone_Planning">Platform Text 3.4 M5 Plan</a>.</p>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> General Items</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>3.3.x maintenance work</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> 3.3.2 one day test pass (<a href="testing/3.3.2_Test_Plan.html">test plan</a>)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Refactoring [<a href="#3">3</a>]</h4>
<ul>
<li><font class="indexsub" color="#8080ff">[3.4 M6]</font> <Style:committed>change execution should not happen in the UI thread (bug 175733)</Style:committed></li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> JUnit [<a href="#2">2</a>]</h4>
<ul>
<li><font class="indexsub" color="#8080ff">[3.4 M6]</font> <img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> track rename of Junit 4 bundle to org.junit (bug 153429)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Javadoc hover [<a href="#2">2</a>]</h4>
See also the <a href="http://www.eclipse.org/eclipse/platform-text/3.4/plan.php#rich hovers">Rich Hovers</a> item.
<p>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>support to follow links (relative URLs, @see, @link,...)</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>support navigation and history support</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> allow to go to Javadoc view</li>
</ul></p>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Performance [<a href="#1">1</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> document the setup of local performance testing</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> document how to create YourKit performance trace dumps</li>
<li><font class="indexsub" color="#8080ff">[3.4 M6]</font> <img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> investigate performance bugs filed by Frédéric</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Quick Fix [<a href="#2">2</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>improve cursor jumping on quick fix invocation (bug 201878)</Style:committed>
<br>idea: second Ctrl+1 goes back to caret location</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Jar Exporter [<a href="#3">3</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> sign JAR (bug 11485) - review and comment on external contribution</li>
<li><font class="indexsub" color="#8080ff">[3.4 M6]</font> <img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> create Ant file from Runnable JAR file exporter (bug 213638) - review and comment on external contribution</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Miscellaneous</h4>
<ul>
<li><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> <Style:committed>add better support for the @inheritDoc tag</Style:committed>
<ul>
<li><font class="indexsub" color="#8080ff">[3.4 M6]</font> hover</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> content assist</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> syntax coloring</li>
</ul>
</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>revisit showing markers <em>and</em> temporary problems together in rulers</Style:committed>
<br>&rArr; we might want to only show the actual temporary problems (if this feature is enabled)
</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>emphasize write access over read access in mark occurrences with a different color</Style:committed></li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Permanent Items</h4>
<ul>
<li>bugzilla inbox tracking</li>
<li>bug fixing</li>
<li>watch performance tests</li>
<li>increase correctness test coverage</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" nosave="" border="0" height="16" width="16" align="top"> Testing</h4>
<ul>
<li><a href="http://www.eclipse.org/jdt/ui/r3_4/testing/M5_Test_Plan.html">test plan</a> for the 3.4 M5 test pass.</li>
</ul>
</td>
</tr>
<tr>
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" WIDTH="100%" BGCOLOR="#595791"><font face="Arial,Helvetica"><font color="#FFFFFF"><a name="Milestone_Planning">Milestone M4 (2007-12-14)</font></font></td>
</tr>
<tr>
<td WIDTH="100%">
See also the <a href="http://www.eclipse.org/eclipse/platform-text/3.4/plan.php#Milestone_Planning">Platform Text 3.4 M4 Plan</a>.</p>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> General Items</h4>
<ul>
<li><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> 3.3.2 bug fixing</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Refactoring [<a href="#3">3</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>change method signature refactorings should support participants (bug 89422)</Style:committed></li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> JUnit [<a href="#2">2</a>]</h4>
<ul>
<li><font class="indexsub" color="#8080ff">[3.4 M5]</font> <img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> track rename of Junit 4 bundle to org.junit (bug 153429)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Performance [<a href="#1">1</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> investigate and fix organize import performance regression
<br>&rarr; moved to Platform UI</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> setup local performance testing
<br>&rarr; needs to be documented during</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> investigate creation of YourKit performance trace dumps
<br>&rarr; needs to be documented during</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Content Assist [<a href="#2">2</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>enable navigation key bindings in proposal list (bug 140550)</Style:committed></li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Miscellaneous</h4>
<ul>
<li><font class="indexsub" color="#8080ff">[3.4 M5]</font> <img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> <Style:committed>add better support for the @inheritDoc tag</Style:committed>
<ul>
<li>hover</li>
<li>content assist</li>
<li>syntax coloring</li>
</ul>
</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>revisit showing markers <em>and</em> temporary problems together in rulers</Style:committed>
<br>&rArr; we might want to only show the actual temporary problems (if this feature is enabled)
</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>emphasize write access over read access in mark occurrences with a different color</Style:committed></li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Permanent Items</h4>
<ul>
<li>bugzilla inbox tracking</li>
<li>bug fixing</li>
<li>watch performance tests</li>
<li>increase correctness test coverage</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" nosave="" border="0" height="16" width="16" align="top"> Testing</h4>
<ul>
<li><a href="http://www.eclipse.org/jdt/ui/r3_4/testing/M4_Test_Plan.html">test plan</a> for the 3.4 M4 test pass.</li>
</ul>
</td>
</tr>
<tr>
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" WIDTH="100%" BGCOLOR="#595791"><font face="Arial,Helvetica"><font color="#FFFFFF"><a name="Milestone_Planning">Milestone M3 (2007-11-2)</font></font></td>
</tr>
<tr>
<td WIDTH="100%">
See also the <a href="http://www.eclipse.org/eclipse/platform-text/3.4/plan.php#Milestone_Planning">Platform Text 3.4 M3 Plan</a>.</p>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> General Items</h4>
<ul>
<li><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> 3.3.2 bug fixing</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> API</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> Move/Rename and Delete resource to LTK so the can be used by Plaform/UI (bug 206064)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Clean Up [<a href="#3">3</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> only format edited lines on save (bug 201063)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Content Assist [<a href="#2">2</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> improve content assist after <code>instanceof<code> (193909)</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> support code assist for static members when import missing (bug 205723)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> JUnit</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> double clicking a failed JUnit test should show the failing JUnit assertion (bug 68738)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Call Hierarchy [<a href="#2">2</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> provide more starting points: start on fields, types, constructors (default for anonymous, e.g Runnables), static methods</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Permanent Items</h4>
<ul>
<li>bugzilla inbox tracking</li>
<li>bug fixing</li>
<li>watch performance tests</li>
<li>increase correctness test coverage</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" nosave="" border="0" height="16" width="16" align="top"> Testing</h4>
<ul>
<li><a href="testing/M3_Test_Plan.html">test plan</a> for the 3.4 M3 test pass.</li>
</ul>
</td>
</tr>
<tr>
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" WIDTH="100%" BGCOLOR="#595791"><font face="Arial,Helvetica"><font color="#FFFFFF"><a name="Milestone_Planning">Milestone M2 (2007-9-21)</font></font></td>
</tr>
<tr>
<td WIDTH="100%">
See also the <a href="http://www.eclipse.org/eclipse/platform-text/3.4/plan.php#Milestone_Planning">Platform Text 3.4 M2 Plan</a>.</p>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> General Items</h4>
<ul>
<li><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> 3.3.1 bug fixing</li>
<li>3.3.1 one day test pass (<a href="testing/3.3.1_Test_Plan.html">test plan</a>)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> API</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>API to access the shared AST (bug 199992)</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>API to add pages to the Javadoc wizard (bug 139818)</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>make new projects WorkingSetConfigurationBlock API and push down to platform (bug 199904)</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>make functionality of JavaProjectWizardFirstPage API (bug 160985)</Style:committed></li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> <Style:committed>add extension point for 'add library' quick fix (bug 196141)</Style:committed></li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Clean Up [<a href="#3">3</a>]</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> fix indentation on save (bug 164324)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Miscellaneous</h4>
<ul>
<li><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> improve template mechanism and offer a set of SWT templates</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> FilteredTypesSelectionDialog mixes 2 versions of SearchPattern (bug 176017)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Permanent Items</h4>
<ul>
<li>bugzilla inbox tracking</li>
<li>bug fixing</li>
<li>watch performance tests</li>
<li>increase correctness test coverage</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" nosave="" border="0" height="16" width="16" align="top"> Testing</h4>
<ul>
<li><a href="testing/M2_Test_Plan.html">test plan</a> for the 3.4 M2 test pass.</li>
<li><a href="testing/3.3.1_Test_Plan.html">test plan</a> for the 3.3.1 test pass.</li>
</ul>
</td>
</tr>
<tr>
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" WIDTH="100%" BGCOLOR="#595791"><font face="Arial,Helvetica"><font color="#FFFFFF"><a name="Milestone_Planning">Milestone M1 (2007-8-10)</font></font></td>
</tr>
<tr>
<td WIDTH="100%">
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> General Items</h4>
<ul>
<li><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> 3.4 planning</li>
<li><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"> 3.3.1 bug fixing</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Items</h4>
<ul>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> improve drag and drop in Java views: drop between, not onto (where applicable)</li>
<li><img src="../images/ok.gif" border="0" height="10" width="10"> extract class (bug 185338)</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" border="0" height="16" width="16" align="top"> Permanent Items</h4>
<ul>
<li>bugzilla inbox tracking</li>
<li>bug fixing</li>
<li>watch performance tests</li>
<li>increase correctness test coverage</li>
</ul>
<h4><img src="http://www.eclipse.org/images/Adarrow.gif" nosave="" border="0" height="16" width="16" align="top"> Testing</h4>
<ul>
<li><a href="testing/M1_Test_Plan.html">test plan</a> for the 3.4 M1 test pass.</li>
</ul>
</td>
</tr>
</table>
<table border="0" cellpadding="2" cellspacing="5" width="100%"><tbody><tr><td colspan="4" align="left" bgcolor="#595791" valign="top" width="100%"><font face="Arial,Helvetica"><font color="#ffffff">Legend
</font></font></td>
</tr>
<tr>
<td valign="center"><img src="../images/progress.gif" border="0" height="5" width="14" align="absmiddle"></td>
<td width="50%">item is under development.</td>
<td valign="top"><img src="../images/glass.gif" border="0" height="10" width="10"></td>
<td width="50%">item is under investigation.</td>
</tr>
<tr>
<td valign="center"><img src="../images/ok.gif" border="0" height="10" width="10"></td>
<td width="50%">item is finished.</td>
<td valign="top">( )</td>
<td width="50%">item is time permitted.</td>
</tr>
<tr>
<td valign="center"><font class="indexsub" color="#8080ff">[xyz]</font></td>
<td width="50%">item is deferred (&gt;) from xyz or continues in xyz.</td>
<td valign="center"><font class="indexsub"><img src="../images/new.gif" border="0"></font></td>
<td width="50%">new</td>
</tr>
</tbody>
</table>
<br>&nbsp;
</body>
</html>