Skip to content

Commit

Permalink
Convert exception throw to warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Aug 1, 2024
1 parent 4e39344 commit 4a349dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ private void processWildcardImports(
Set<CGNode> nodes = callGraph.getNodes(importMethodReference);

if (nodes.isEmpty())
throw new IllegalStateException(
logger.warning(
"Can't find CG node for import method: "
+ importMethodReference.getSignature()
+ ".");
Expand Down

0 comments on commit 4a349dd

Please sign in to comment.