OpenCL Codebench is a Plug-in for Eclipse. It uses Eclipse wizards to autogenerate the host code, a unit test bench and the framework for the OpenCL kernel. The tool includes a feature rich inte...
Jnario has the goal to make writing executable specifications for Java as simple as possible. It provides two different languages, one for writing high-level acceptance specifications and one for w...
DPJ stands for Deterministic Parallel Java, and is available at http://dpj.cs.illinois.edu/. DPJizer is an Eclipse plug-in that helps programmers write DPJ programs. DPJizer is a refactoring tool t...
The CoreASM Modeling Framework
CoreASM is an open source project that focuses on offering a lean executable ASM (Abstract State Machines) language, in combination with a supporting tool environm...
Suppress warnings in any programming language. Export markers (errors, warnings, info) to HTML.
The Eclipse Marker Manager allows to:
Export your warnings to a HTML file.
Suppress markers...
Bytecode Outline plugin shows disassembled bytecode of current java editor or class file, allows bytecode compare for java/class files and shows ASMifier code for current bytecode. Have you already...