We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e1387 commit c3124ecCopy full SHA for c3124ec
visualvm/heapviewer.truffle/src/org/graalvm/visualvm/heapviewer/truffle/lang/r/RObject.java
@@ -788,8 +788,8 @@ public Instance getDefiningInstance() {
788
789
@Override
790
public boolean equals(Object obj) {
791
- if (obj instanceof RFieldValue) {
792
- RFieldValue rfv = (RFieldValue) obj;
+ if (obj instanceof RObjectFieldValue) {
+ RObjectFieldValue rfv = (RObjectFieldValue) obj;
793
794
return instance.equals(rfv.getDefiningInstance())
795
&& index == rfv.index;
0 commit comments