2021-09-07 |
This-Another型でメソッドの引数として関連付けられた場合に,relatedPointから引数オブジェクトを取得することができていなかったのを修正.
|
Merge pull request #49 from nitta-lab/forAspectJTrace
...
ForAspectJTrace
確認しました。
ありがとうございます。
|
2021-09-06 |
Fixed bug that Y coordinate of ObjectVertex overlap with MethodExecution
...
Vertex when size of ObjectVertex is updated.
Delete comment out and print test code.
|
2021-09-04 |
Fixed bugs related to parents and children.
...
Implemented to synchronize with mxGraphModel in CollaborationViewer.
|
2021-09-03 |
Animate resizing and translating animation in parallel.
...
Add VertexResizeAnimation.
Rename to TranslateAnimation from EdgeAnimation.
|
2021-08-26 |
1) AspectJ 対応のための作業:
...
・AspectJ ではフィールド名を取得できないため,フィールド名がなくても動作するように MagnetRON 側を対応.
2) 昨日抽出の適正化と高速化:
・抽出したいデルタをより正確に指定できるようにし,またデルタ抽出を呼び出す回数を削減した.
3) デルタ抽出の不具合修正:
・MethodExecution#getObjectReferences() で,メソッドが戻り値を返さない場合のことを考慮していなかった.
・this-to-another 型のデルタ抽出で,指定するトレースポイントがメソッドの先頭だった場合正しく抽出できない不具合を修正.
|
2021-08-20 |
#5 Implemented so that method call and return value,
...
argument animation can be moved almost at the same time
@MagnetRONAnimation and EdgeAnimation.
|
2020-12-30 |
#22 Change to call method execution such as addElement(), add() in
...
CollaborationViewer#doLastAnimation().
|
2020-12-29 |
#22 Fix bug in ArgoUML Select(1)&2 by giving priority to isCreation()
...
= true that references are equals, and just remove VertexObject from
Arguments.
|
2020-12-28 |
|
2020-12-23 |
#22 Fix bug create two same vertices
...
in CollaborationViewer#createObjectVertices().
|
2020-12-21 |
#22 Fix bug call timing Collaboration#doLastAnimationand(),
...
and too remove MethodExecution in Collaboration#doLastAnimation.
Fix bug in Alias#getTimeStamp() when occurencePoint#isValid().
|
2020-12-19 |
ForwardAliasCollectorの作成。
...
CollaborationViewerで同じオブジェクトの頂点が複数できる場合があったのを修正。
オブジェクト指向教育の問題用のトレースふぁるを追加。
|
2020-12-18 |
#22 Implement CollaborationViewer#doLastAnimation,
...
createEdgeToObject, createObjectVertices.
Migrated method from DeltaViewer to MagnetRONViewer and
CollaborationViewer.
Add CollaborationViewerSampleTest.
|
2020-12-17 |
Layoutの指定方法の修正.
...
CollaborationLayoutクラスの追加.
|
2020-12-11 |
Create CollaborationAliasCollector to merge multiple delta aliasList.
...
Create CollaborationObjectCallGraph to merge ExtractedStructure and add
relatedPoint, getCallTree().
Create IObjectLayout to create merge delta layout.
|
2020-12-07 |
Change DeltaAliasCollector not to use changeTrackingObject().
...
Change MagnetRONFrame to use DeltaAliasCollector instead of
DeltaAliasTracker.
|
2020-12-04 |
Migrating from DeltaViewer to CollaborationViewer.
...
Add IObjectCallGraph, MagnetRONViewer is parent of DeltaViewer,
CollaborationViewer.
|