mirror of https://github.com/mchr3k/org.intrace
28 lines
735 B
HTML
28 lines
735 B
HTML
---
|
|
layout: default
|
|
title: Roadmap
|
|
---
|
|
<h1>Roadmap</h1>
|
|
|
|
<p>Eclipse <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=344422">Enhancement 344422</a> tracks the possible future inclusion of InTrace with the Java Development Tools (JDT) project.
|
|
|
|
<h2>Target for Future Releases</h2>
|
|
<ul>
|
|
<li>Per release download stats
|
|
<li>VisualVM
|
|
<ul>
|
|
<li>Productise integration</li>
|
|
<li>Launch client with more memory</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Other ideas</h2>
|
|
<ul>
|
|
<li>Exit trace in finally block
|
|
<li>Package trace viewer as standalone application and eclipse plugin.
|
|
<li>Compress network output stream - (use mappings for classname, methodname and timestamp)</li>
|
|
<li>Instrument ternary if statements</li>
|
|
<li>improve UTs</li>
|
|
</li>
|
|
</ul> |