We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a2fbe commit f2a0b25Copy full SHA for f2a0b25
OPAL/tac/src/main/resources/reference.conf
@@ -118,7 +118,7 @@ org.opalj {
118
},
119
"MethodStringFlowAnalysis" {
120
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"
+ lazyFactory = "org.opalj.tac.fpcf.analyses.string.flowanalysis.LazyMethodStringFlowAnalysis"
122
123
"L0StringFlowAnalysis" {
124
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