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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
As #2535 showed us bad things can happen when field level access to Java objects is allowed. Let's double back and tighten this up. In order to do this we're going to have to first refactor the JNI bindings as described.
Going forward let's all @mapbox/mobile try to use the stock Java get/set encapsulation construct when possible. It'll help with automated testing when that rolls around as well as make life a little less dangerous.
The text was updated successfully, but these errors were encountered:
As #2535 showed us bad things can happen when field level access to Java objects is allowed. Let's double back and tighten this up. In order to do this we're going to have to first refactor the JNI bindings as described.
Going forward let's all @mapbox/mobile try to use the stock Java get/set encapsulation construct when possible. It'll help with automated testing when that rolls around as well as make life a little less dangerous.
The text was updated successfully, but these errors were encountered: