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 1210fbf commit 8a05bc5Copy full SHA for 8a05bc5
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/TensorGenerator.java
@@ -282,6 +282,7 @@ else if (valueIK instanceof AllocationSiteInNode) {
282
PointerKey pointerKeyForInstanceField = builder.getPointerKeyForInstanceField(asin, f);
283
LOGGER.fine(
284
"Found pointer key for instance field: " + pointerKeyForInstanceField + ".");
285
+
286
// Get the points-to set for the instance field.
287
OrdinalSet<InstanceKey> instanceFieldPointsToSet =
288
pointerAnalysis.getPointsToSet(pointerKeyForInstanceField);
0 commit comments