Skip to content

Commit 4a349dd

Browse files
committed
Convert exception throw to warning.
1 parent 4e39344 commit 4a349dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python/source/com/ibm/wala/cast/python/ipa/callgraph/PythonSSAPropagationCallGraphBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ private void processWildcardImports(
462462
Set<CGNode> nodes = callGraph.getNodes(importMethodReference);
463463

464464
if (nodes.isEmpty())
465-
throw new IllegalStateException(
465+
logger.warning(
466466
"Can't find CG node for import method: "
467467
+ importMethodReference.getSignature()
468468
+ ".");

0 commit comments

Comments
 (0)