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
I get a NullpointerException in ReflectedProperty.
It happens in invoke -> lastPart.setValue(current, parameter);
ReflectedProperty.this.getSource() returns null.
Looks like a problem with the weak reference.
I get a NullpointerException in ReflectedProperty.
It happens in invoke -> lastPart.setValue(current, parameter);
ReflectedProperty.this.getSource() returns null.
Looks like a problem with the weak reference.
Best regards,
sobeos