Implement a tool that visualizes a type-checked jtree in a HTML/CSS page a la format-check –xhtml.

The tool should show pretty-printed Java code and popup the type of an expression if you scroll over it. This should be implemented as an extension of the java-front type-checker, which is available as a library.

Submitted on 17 April 2005 at 23:20

On 19 April 2005 at 00:43 Jira commented:

DRY-44, martin:

Implemented as dryad-vis-tc-jtree.
Screenshot: http://losser.st-lab.cs.uu.nl/~mbravenb/vis-tc.gif

Log in to post comments