Closed bgilbert closed 7 months ago
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.
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 inOpenSlideView
caused by calls to superclass methods and not really of interest to us.