OpenSearch/plugins/delete-by-query
Robert Muir d6f56030d8 ban setAccessible from core code.
In addition to being a big security problem, setAccessible is a risk
for java 9 migration. We need to clean up our code so we can ban it
and eventually enforce this with security manager for third-party code, too,
or we may have problems.

Instead of using setAccessible, use the correct modifier (e.g. public).

TODO: ban in tests
TODO: ban in security manager at runtime
2015-09-12 02:11:06 -04:00
..
2015-09-12 02:11:06 -04:00
2015-07-22 10:45:45 -04:00
2015-09-03 10:43:28 +02:00