Javassist版JSONトレース収集プラグイン(Run As -> Java Application with Tracerでトレース収集モードで実行)==> GitHub(https://github.com/nitta-lab/org.ntlab.traceAnalysisPlatform) に移行

r-isitani authored on 21 Sep 2018
org.ntlab.traceCollector クラスパスの区切りをFile.separatorで指定されるものに変更. 6 years ago
README.md Update README.md 6 years ago
README.md

org.ntlab.traceCollector

Javassist版JSONトレース収集プラグイン(Run As -> Java Application with Tracerでトレース収集モードで実行)

現時点(2017/11/3)ではPlainText版もサポートしているが、将来のサポートは保証しない。

専用のクラスローダ(TracerClassLoader)内でJavassistを呼び出し、ロード時インストゥルメンテーションを行っている。 また実行時に、プラグイン内部のMyPrintStream、JSONArrayAdvisor、JSONTraceGenerator、PlainTextGeneratorが呼び出されるようになっている。