seer-lab / PIE

Pattern Instance Explorer (PIE), is an exploratory visualization tool that enable developers and researchers to examine a repository’s design patterns and their life cycles.
https://www.sqrlab.ca/software/pie/
0 stars 0 forks source link

Convert Pinot from Jikes to Javac #41

Open KashifIV opened 2 years ago

KashifIV commented 2 years ago

Pinot relies on Jikes to compile java projects, however the tool has been sunset in 2004 largely limiting the projects we can analyze. We can try rewriting the Jikes wrapper in Pinot to use Javac to support more up to date projects.