2020-12-07 |
Merge pull request #17 from nitta-lab/methodExecutionName
...
methodExecutionName: Remove package name & argument signature from method name.
自分でマージします。
|
Remove package name & argument signature from method name.
...
(when constractor etc.)
|
2020-12-05 |
Merge pull request #15 from nitta-lab/collaborationViwer
...
collaborationViewer: Migrating from DeltaViewer to CollaborationViewer.
I've confirmed.
|
Merge pull request #14 from nitta-lab/changeAliasCollector
...
ChangeAliasCollector:Change DeltaAliasCollector to DeltaAliasTracker.
It's OK because I was watching your jobs.
|
Merge pull request #13 from nitta-lab/drawingOrder
...
DrawingOrder:FrameとViewerの設計変更
さっき確認したので大丈夫です。
|
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-12-01 |
Merge pull request #12 from nitta-lab/drawingOrder
...
確認しました。
|
2020-11-30 |
#7 Tested objTraceSample5, Fixed createMethodExectuion() for nullpointer
...
bug.
|
2020-09-21 |
Map.entrySet(), Map.keySet(), Map.values() に対応した。
|
2020-09-20 |
Merge pull request #11 from nitta-lab/test_ToyProgram
...
マージしました。後で確認します。
|
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-17 |
Merge pull request #10 from nitta-lab/test_ToyProgram
...
#7 Tested pre_Exp3,5,6 trace.
|
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().
|
Merge pull request #9 from nitta-lab/curvedEdge
...
ありがとうございます。
確認しました。マージします。
|
2020-09-15 |
Merge pull request #8 from nitta-lab/test_ToyProgram
...
了解しました。マージします。
|
|
Reflect update of traceAnalyzer in MagnetRON.
...
Add trace files related to MagnetRON Experiments.
|
2020-08-14 |
#7 Tested pre_Exp1,2,4,7 trace.
...
#5 Fix DeltaViewer#doLastAnimation() to remove Argument,
Local when method execution finished<pre_Exp1,2>.
|
2020-07-31 |
#7 Finished testing ArgoUML shape selection trace.
...
Tidy up DeltaViewerSample.java and Adjustment when static class methods.
|
2020-05-16 |
#7 Tested ArgoUML shape selection trace.
...
#5 Change DeltaViewer#removeMethodExecutionVertex() to remove Argument,
Local whend method execution finished.
|
2020-05-11 |
#7 Testing ArgoUML shape selection trace.
...
Change DeltaViewerSample#createObjectVertexOnConstructor() so that the
sourceCell refers to the absolute position.
Implemented DeltaViewerSample#createObjectReference()
for Collection.
|