cloning
cloning copied to clipboard
illegal reflective access
I got the note:
2020-12-11 09:40:58 INFO Main:144 - Parse input file.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.rits.cloning.Cloner (file:/C:/Users/rschumacher/.m2/repository/uk/com/robust-it/cloning/1.9.10/cloning-1.9.10.jar) to field java.util.TreeSet.m
WARNING: Please consider reporting this to the maintainers of com.rits.cloning.Cloner
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
what can I do about it to get the software running without such warnings?
See #74.