Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Sep 26, 2024
1 parent c471082 commit 6ebac11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public Set<Element> getNonnullFieldsOfReceiverAtExit(TreePath path, Context cont
return getNonnullReceiverFields(nullnessResult);
}

// TODO re-use this code
private Set<Element> getNonnullReceiverFields(NullnessStore nullnessResult) {
Set<AccessPath> nonnullAccessPaths = nullnessResult.getAccessPathsWithValue(Nullness.NONNULL);
Set<Element> result = new LinkedHashSet<>();
Expand Down

0 comments on commit 6ebac11

Please sign in to comment.