You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing a POPObject as a parameter it is disconnected at the end of the method.
This can be avoided by calling makePermanent() on the POPObject, which is done automatically if the javaagent detects that the object is assigned to any variable.
The problem is that this does not work when the object is for example put into a map or list and used at a later moment from a different method. At this point the object is disconnected.
It also throws a hard to understand nullpointer exception which should give a clearer error message
The text was updated successfully, but these errors were encountered:
When passing a POPObject as a parameter it is disconnected at the end of the method.
This can be avoided by calling makePermanent() on the POPObject, which is done automatically if the javaagent detects that the object is assigned to any variable.
The problem is that this does not work when the object is for example put into a map or list and used at a later moment from a different method. At this point the object is disconnected.
It also throws a hard to understand nullpointer exception which should give a clearer error message
The text was updated successfully, but these errors were encountered: