File tree Expand file tree Collapse file tree
src/main/java/org/variantsync/diffdetective/mining/postprocessing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import org .variantsync .diffdetective .diff .difftree .render .DiffTreeRenderer ;
66import org .variantsync .diffdetective .diff .difftree .render .RenderOptions ;
77import org .variantsync .diffdetective .diff .difftree .serialize .*;
8- import org .variantsync .diffdetective .diff .difftree .serialize .edgeformat .DefaultEdgeLabelFormat ;
9- import org .variantsync .diffdetective .diff .difftree .serialize .edgeformat .EdgeLabelFormat ;
108import org .variantsync .diffdetective .diff .difftree .serialize .treeformat .IndexedTreeFormat ;
119import org .variantsync .diffdetective .mining .DiffTreeMiner ;
1210import org .variantsync .diffdetective .util .FileUtils ;
@@ -37,9 +35,9 @@ public class MiningPostprocessing {
3735 GraphFormat .DIFFTREE ,
3836 IMPORT_OPTIONS .treeFormat (),
3937 DiffTreeMiner .NodeFormat (),
40- new DefaultEdgeLabelFormat ( EdgeLabelFormat . Direction . ParentToChild )
38+ DiffTreeMiner . EdgeFormat ( )
4139 );
42- private static final RenderOptions DefaultRenderOptions = new RenderOptions .Builder ()
40+ public static final RenderOptions DefaultRenderOptions = new RenderOptions .Builder ()
4341 .setGraphFormat (EXPORT_OPTIONS .graphFormat ())
4442 .setTreeFormat (EXPORT_OPTIONS .treeFormat ())
4543 .setNodeFormat (EXPORT_OPTIONS .nodeFormat ())
You can’t perform that action at this time.
0 commit comments