抽出したデルタに関連するエイリアスを反転表示するように実装中。
現時点で実装した箇所
メソッドへの入口:         仮引数、this、メソッド呼び出し
オブジェクトの切り替え: フィールド、コンテナ
メソッドからの出口:      実引数、レシーバ、戻り値
1 parent 446977f commit 09bb552241d9b633aaf9b19f58f883e3ca9c6c37
r-isitani authored on 8 Dec 2019
Showing 26 changed files
View
META-INF/MANIFEST.MF
View
bin/.gitignore 0 → 100644
View
bin/org/ntlab/traceDebugger/DebuggingController.class
Not supported
View
bin/org/ntlab/traceDebugger/JavaEditorOperator.class
Not supported
View
bin/org/ntlab/traceDebugger/TraceDebuggerPlugin.class
Not supported
View
bin/org/ntlab/traceDebugger/analyzerProvider/Alias.class
Not supported
View
bin/org/ntlab/traceDebugger/analyzerProvider/DeltaExtractionAnalyzer.class
Not supported
View
bin/org/ntlab/traceDebugger/analyzerProvider/DeltaExtractor.class
Not supported
View
bin/org/ntlab/traceDebugger/analyzerProvider/DeltaExtractorJSON.class
Not supported
View
bin/org/ntlab/traceDebugger/analyzerProvider/ExtractedStructure.class
Not supported
View
bin/org/ntlab/traceDebugger/analyzerProvider/ObjectFlowAnalyzer.class 100644 → 0
Not supported
View
bin/org/ntlab/traceDebugger/analyzerProvider/ObjectFlowAnalyzerLaunchConfiguration.class
Not supported
View
plugin.xml
View
src/org/ntlab/traceDebugger/DebuggingController.java
View
src/org/ntlab/traceDebugger/JavaEditorOperator.java
View
src/org/ntlab/traceDebugger/TraceDebuggerPlugin.java
View
src/org/ntlab/traceDebugger/analyzerProvider/Alias.java
View
src/org/ntlab/traceDebugger/analyzerProvider/DeltaExtractionAnalyzer.java
View
src/org/ntlab/traceDebugger/analyzerProvider/DeltaExtractor.java
View
src/org/ntlab/traceDebugger/analyzerProvider/DeltaExtractorJSON.java
View
src/org/ntlab/traceDebugger/analyzerProvider/DeltaMarkerManager.java 0 → 100644
View
src/org/ntlab/traceDebugger/analyzerProvider/DeltaRelatedAliasCollector.java 0 → 100644
View
src/org/ntlab/traceDebugger/analyzerProvider/ExtractedStructure.java
View
src/org/ntlab/traceDebugger/analyzerProvider/IAliasCollector.java 0 → 100644
View
src/org/ntlab/traceDebugger/analyzerProvider/ObjectFlowAnalyzer.java 100644 → 0
View
src/org/ntlab/traceDebugger/analyzerProvider/ObjectFlowAnalyzerLaunchConfiguration.java