File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/main/java/org/variantsync/diffdetective/variation/tree/view/relevance/spec Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11package org .variantsync .diffdetective .variation .tree .view .relevance .spec ;
22
3+ import java .util .List ;
4+
35import org .prop4j .Node ;
46import org .prop4j .NodeWriter ;
57import org .variantsync .diffdetective .analysis .logic .SAT ;
@@ -41,13 +43,13 @@ public boolean test(VariationNode<?, ?> t) {
4143 }
4244
4345 @ Override
44- public String getFunctionName () {
45- return "configure_spec" ;
46+ public List < Object > getSourceArguments () {
47+ return List . of ( config . get (). toString ( NodeWriter . logicalSymbols )) ;
4648 }
4749
4850 @ Override
49- public String parametersToString () {
50- return config . get (). toString ( NodeWriter . logicalSymbols ) ;
51+ public String getSourceExplanation () {
52+ return "configure_spec" ;
5153 }
5254
5355 @ Override
You can’t perform that action at this time.
0 commit comments