Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ReferenceBuilder): Extract parameterized type reference creation into helpers #3966

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert redundant whitespace change
  • Loading branch information
slarse committed May 28, 2021
commit c09eb6bd9760de0741e93a082f7af0763ea68393
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ private CtTypeReference<Object> getTypeParameterReference(String name) {
<T> CtTypeReference<T> getTypeReference(TypeBinding binding) {
return getTypeReference(binding, false);
}

/**
* @param resolveGeneric if true then it never returns CtTypeParameterReference, but it's superClass instead
*/
Expand Down
  NODES
COMMUNITY 2
Note 1
Project 2
USERS 1