デバッガによって現在停止中のメソッドのシグネチャを, JDIを用いて取得できる情報を元に生成できるようにした.
これによって, 現在停止中のメソッドのシグネチャを取得するだけならば,
メモリ上に保持しているThreadInstanceのgetCurrentMethodExecutionメソッドを呼ぶ必要がなくなった.
1 parent f282e52 commit 444f4d88409e4df02f25cc2d976b95532d7f043b
r-isitani authored on 11 Oct 2018
Showing 3 changed files
View
org.ntlab.sampleAnalyzer/log.csv
View
org.ntlab.sampleAnalyzer/src/org/ntlab/sampleanalyzer/SampleAnalyzeAction.java
View
org.ntlab.sampleAnalyzer/src/org/ntlab/sampleanalyzer/analyzerProvider/SampleAnalyzer.java