Find write access to array of primitives
Is there a way to find all write accesses to an array of primitives?
For example, if I have an array of int, is there some way to ask IntelliJ to
show me everywhere an assignment is done to an array location, e.g.
myArray+ = x;
Thanks,
Ted Hill
Please sign in to leave a comment.
Ted Hill wrote:
No. Add your votes to
http://www.intellij.net/tracker/idea/viewSCR?publicId=1714...
You may want to omit the ... from the end of that URL.
Ben Pickering wrote:
Oh, sorry about that. It works fine in Mozilla but I suppose other
programs parse URLs in plain text differently.