Skip to content

Commit 4d69b2d

Browse files
author
David Baum
committed
resolve merge conflict error
1 parent d20ff2e commit 4d69b2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generator/org.svis.generator/src/org/svis/generator/famix/Famix2Famix.xtend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class Famix2Famix extends WorkflowComponentWithConfig {
6767
var List<FAMIXAntipattern> antipattern = newArrayList()
6868
var List<FAMIXComponent> components = newArrayList()
6969
var int i = 0
70+
val Map<String, Node> nodes = newHashMap
7071

7172
override protected invokeInternal(WorkflowContext ctx, ProgressMonitor monitor, Issues issues) {
7273
log.info("Famix2Famix has started.")

0 commit comments

Comments
 (0)