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


0
3 comments
Avatar
Permanently deleted user

Ted Hill wrote:

Is there a way to find all write accesses to an array of primitives?


No. Add your votes to
http://www.intellij.net/tracker/idea/viewSCR?publicId=1714...

0
Avatar
Permanently deleted user

You may want to omit the ... from the end of that URL.

0
Avatar
Permanently deleted user

Ben Pickering wrote:

You may want to omit the ... from the end of that URL.


Oh, sorry about that. It works fine in Mozilla but I suppose other
programs parse URLs in plain text differently.

0

Please sign in to leave a comment.