2021-09-08 |
Enable to connect disjunct call hierarchies.
|
2021-08-08 |
Created folders for Japanese and English magnet files.
...
Changed filename extension from .txt to .trace.
|
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-27 |
#36 Fix bug in JHotDrawTransform, don't shrink References too much.
|
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 |
#36 Implement CollaboratoinObjectCallGraph#shrinkAll() to
...
shrink references of Iterator etc. and implement
collectCollectionReferences(),
collectCollectionChains(),
replaceCollectionChains().
Add test CollaboratoinObjectCallGraphTest#shrinkAll().
|
#36 Implement DeltaAliasCollector#shrink() to shrink alias
...
of Iterator etc. and implement collectStandardMethodInvocations(),
collectInvocatoinChains(),
replaceInvocatoinChains().
Add DeltaAliasCollectorTest to test DeltaAliasCollector#shrink().
|
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 |
#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-16 |
Implement CollaborationObjectCallGraph#merge(ExtractedStructure)
...
that uses lowestCommonAncestor.
Rename CollaborationAliasCollector#sortAliasListByTimeStamp() from
sort().
Add CollaborationObjectCallGraph#sortTracePointByTimeStamp()and test
file.
|
Implement CollaborationAliasCollector#merge(IAliasCollector).
...
Add CollaborationAliasCollectorTest and
CollaborationAliasCollector#sort(), Alias#getTimeStamp(), sample of
plural delta.
|