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 |
#36 Fix bug in JHotDraw Transform & Select, References wasn't shrunk.
...
#3 Fix bug by always drawing the MethodExecutionVertex in foreground.
|
2020-12-27 |
#36 Fix bug in JHotDrawTransform, don't shrink References too much.
|
2020-12-26 |
#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().
|
2020-12-24 |
Add CollaborationObjectCallGraph#shrinkAll() and
...
DeltaAliasCollector#shrink() to shrink Iterator, Entry, etc.
|
2020-12-16 |
Implement CollaborationObjectCallGraph#merge(ExtractedStructure)
...
that uses lowestCommonAncestor.
Rename CollaborationAliasCollector#sortAliasListByTimeStamp() from
sort().
Add CollaborationObjectCallGraph#sortTracePointByTimeStamp()and test
file.
|
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.
|