2020-12-22 |
仮引数エイリアスの場合のタイムスタンプが不正だったのを修正。
...
ForwardAliasCollectorで不要?なエイリアスを収集していたのを修正。
ForwardLayoutでオブジェクト間の間隔が広くなるよう修正。
|
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-20 |
Merge pull request #28 from nitta-lab/collaborationViwer
...
collaborationViewer: #22 Migrate CollaborationViewer from DeltaViewer of MagnetRONFrame.
No look merged!
|
2020-12-19 |
|
#22 Migrate CollaborationViewer from DeltaViewer of MagnetRONFrame.
...
Create MagnetRONViewer#getRelatedInformation return value is reference
and FieldName.
|
|
ForwardAliasCollectorの作成。
...
CollaborationViewerで同じオブジェクトの頂点が複数できる場合があったのを修正。
オブジェクト指向教育の問題用のトレースふぁるを追加。
|
2020-12-18 |
#22 Implement CollaborationViewer#doLastAnimation,
...
createEdgeToObject, createObjectVertices.
Migrated method from DeltaViewer to MagnetRONViewer and
CollaborationViewer.
Add CollaborationViewerSampleTest.
|
2020-12-17 |
Merge pull request #24 from nitta-lab/layout
...
Layoutの指定方法の修正. CollaborationLayoutクラスの追加.ありがとうございます。マージします。
|
Layoutの指定方法の修正.
...
CollaborationLayoutクラスの追加.
|
2020-12-16 |
Implement CollaborationObjectCallGraph#merge(ExtractedStructure)
...
that uses lowestCommonAncestor.
Rename CollaborationAliasCollector#sortAliasListByTimeStamp() from
sort().
Add CollaborationObjectCallGraph#sortTracePointByTimeStamp()and test
file.
|
2020-12-17 |
Merge pull request #20 from nitta-lab/layout
...
デルタ専用のレイアウトアルゴリズムの作成。既存のレイアウトアルゴリズムと完全互換。
ありがとうございます。マージします。
|
Merge pull request #21 from nitta-lab/collaborationViwer
...
collaborationViewer: Implement CollaborationAliasCollector#merge(IAliasCollector).
I've confirmed.
|
2020-12-12 |
デルタ専用のレイアウトアルゴリズムの作成。既存のレイアウトアルゴリズムと完全互換。
|
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-09 |
Merge pull request #16 from nitta-lab/deltaObjectCallGraph
...
ありがとうございます。マージします。
|
2020-12-08 |
Merge pull request #18 from nitta-lab/changeAliasCollector
...
Change DeltaAliasCollector not to use changeTrackingObject().
確認したのでマージします。
|
2020-12-05 |
ExtractedStructure クラスの代用として、DeltaObjectCallGraph クラスを作成した。
|
2020-12-04 |
Migrating from DeltaViewer to CollaborationViewer.
...
Add IObjectCallGraph, MagnetRONViewer is parent of DeltaViewer,
CollaborationViewer.
|
Change DeltaAliasCollector to DeltaAliasTracker.
|
Add MagnetRONFrame extends JFrame, Change to DeltaViewer extends JPanel,
...
DeltaViewerSample is Main method.
|
#3 Fixed bug always draw the edge between method calls in front
...
when not worked reductionEdgeAnimation.
Remove the package name from the method name.
|
2020-12-02 |
#3 Always draw the edge between method calls in front
...
on createEdgeToMethodExecution().
|
#3 Always draw the edge between method calls in front
...
on createEdgeToMethodExecution().
|
2020-11-30 |
#7 Tested objTraceSample5, Fixed createMethodExectuion() for nullpointer
...
bug.
|
2020-09-19 |
Create cell of srcObject when delta srcSide is ref.isCreation(),
...
in createObjectVertices().
#7 All tentatively tested ArgoUMLDelete2, JHotDrawTransform,
JHotDrawSelect2 traces etc.
|
Create ObjectVertex at RETURN_VALUE when Vector$Itr etc,
...
isCreation() is true.
#7 Tested tentatively ArgoUMLDelete1, JHotDrawSelect1 trace.
Creates edge when executing static method.
|
2020-09-18 |
Add getRelatedTracePoint() to ExtractedStructure.java.
...
For objects returned by Collections.unmodifiable(), List.iterator(),
etc., set the flag to true in Reference.isCreation() generated in
method.
|
#7 Tested tentatively ArgoUMLDelete1, JHotDrawSelect1 trace.
...
Modify createObjectVertices() to generate ObjectVertex of coordinator
when both srcSide and dstSide do not include a coordinator.Change to
generate calling methodExec in doAnimation() when the beginning was
RECEIVER .
|
2020-09-16 |
#7 Tested pre_Exp3,5,6 trace.
...
Add curved edge drawing when 3control points on the side.
Change occurrencePoint.getMethodExecution().getSignature() in
Alias.getMethodSignature().
|