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

r-isitani authored on 1 Jun 2018
org.ntlab.traceCollector getObjectFlowでエイリアスを辿るにあたり, フィールドアクセスがあった際に当該フィールドの最終更新を辿るパターンと, 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が呼び出されるようになっている。