kostaskougios / cloning

deep clone java objects
Other
591 stars 111 forks source link

suppress warnings where we know the cast is correct #87

Closed spullara closed 5 years ago

spullara commented 5 years ago

There are several places in the code where we instantiate objects where we can't prove to the compiler they are correct casts but they will be correct at runtime. This should remove all the warnings that Java 8 produces during compilation. I don't think that this warrants another release.

kostaskougios commented 5 years ago

Hey thanks. If you ever want to become a maintainer, please let me know.

spullara commented 5 years ago

Happy to help out.