openslide / openslide-java

Java bindings to OpenSlide
https://openslide.org/
GNU Lesser General Public License v2.1
41 stars 24 forks source link

Enable more compiler lints #72

Closed bgilbert closed 7 months ago

bgilbert commented 7 months ago

Leave serialization lints off; we don't care about serialization but sometimes derive from serializable classes. Enable all other lints.

Fix missing type parameters in superclass specifications in GUI code. Suppress warnings for restricted methods in OpenSlideFFM, which is expected to use them. Suppress a this-escape warning in OpenSlideView caused by calls to superclass methods and not really of interest to us.

openslide-bot commented 7 months ago

DCO signed off :heavy_check_mark:

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.