Skip to content

Commit

Permalink
Add TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jul 26, 2024
1 parent 0f4ed4f commit 11993eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ protected boolean shouldProcess(CGNode caller, CallSiteReference site, IClass re

@Override
public IMethod getCalleeTarget(CGNode caller, CallSiteReference site, IClass receiver) {
// TODO: Callable detection may need to be moved. See https://github.com/wala/ML/issues/207. If
// it stays here, we should further document the receiver swapping process.
if (isCallable(receiver)) {
LOGGER.fine("Encountered callable.");

Expand Down

0 comments on commit 11993eb

Please sign in to comment.