maisonobe
maisonobe
Hi, thanks for the PR. Please note the github is only a mirror of our main forge. Pull requests should rather be registered on https://gitlab.orekit.org/orekit/orekit
Could also it be possible to add some unit test for the feature?
Is it possible to have a way to configure a set of our own classes that should be considered safe to store/retrieve? I have just upgrade a big project and...
I have looked at the heuristic and found it is mainly based on names. Class names, and method names. Unfortunately, I am working with mathematics, and "add" is not only...
> Although `String` is immutable, `StringStore` is not, because anyone can replace the string it stores. This is not what I had in mind, but maybe I misunderstood what `field.isFinal()`...
Anyway, a user-defined whitelist would still be useful for cases where the classes really are mutable, but users really want to pass them around. In huge datasets context, this occurs...
This patch looks interesting. Would you mind discussing about it on the Commons Developers list? This is where all technical discussions about Apache Commons Math occur. You can find instructions...