2020-12-26 |
#22 Fix bug in JHotDrawSelect multiple deltas,
...
by creating MethodExecutionVertex for MethodExecution not only
calledMethodExecution.
|
#36 To replace relatedPoints with shrink MethodExecution in this-another
...
, Add CollaborationObjectCallGraph#replaceRelatedPoints(),
DeltaAliasCollector#collectNewToOldMethodExecution().
Fix bug by setting return value in new MethodExecution of
DeltaAliasCollector#replaceInvocationChains().
|
2020-12-25 |
表示メニューのコマンドを追加した。
...
その他若干の修正。
|
2020-12-24 |
1. IMagnetRONのインタフェースの修正
...
2. StartAmimationActionおよびMagnetRONFrameの修正
3. アニメーションメニューへの「終了」の追加および、StopAnimationActionの追加
4. mxGraphComponentのサイズが常にウィンドウサイズに合うように修正
|
2020-12-23 |
#22 Fix bug create two same vertices
...
in CollaborationViewer#createObjectVertices().
|
2020-12-19 |
#22 Migrate CollaborationViewer from DeltaViewer of MagnetRONFrame.
...
Create MagnetRONViewer#getRelatedInformation return value is reference
and FieldName.
|
2020-12-18 |
#22 Implement CollaborationViewer#doLastAnimation,
...
createEdgeToObject, createObjectVertices.
Migrated method from DeltaViewer to MagnetRONViewer and
CollaborationViewer.
Add CollaborationViewerSampleTest.
|
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-04 |
Migrating from DeltaViewer to CollaborationViewer.
...
Add IObjectCallGraph, MagnetRONViewer is parent of DeltaViewer,
CollaborationViewer.
|