Skip to content

Commit f2a0b25

Browse files
author
Dominik Helm
committed
Fix registry for MethodStringFlowAnalysis
1 parent b6a2fbe commit f2a0b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OPAL/tac/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ org.opalj {
118118
},
119119
"MethodStringFlowAnalysis" {
120120
description = "Computes results of data flow analysis for string variables in the context of a method.",
121-
lazyFactory = "org.opalj.tac.fpcf.analyses.string.flowanalysis.MethodStringFlowAnalysis"
121+
lazyFactory = "org.opalj.tac.fpcf.analyses.string.flowanalysis.LazyMethodStringFlowAnalysis"
122122
},
123123
"L0StringFlowAnalysis" {
124124
description = "Computes string flow functions on level L0 for individual statements in the context of a method to be used in data flow analysis.",

0 commit comments

Comments
 (0)