| commit | 1b544d38c9238a0039a99e296fe93da43b8f7ace | [log] [tgz] |
|---|---|---|
| author | Piotr P. Karwasz <pkarwasz-github@apache.org> | Tue Apr 15 09:45:50 2025 +0200 |
| committer | GitHub <noreply@github.com> | Tue Apr 15 09:45:50 2025 +0200 |
| tree | cbf506a7df530fc47d02e828c21aa06c2ec7e66f | |
| parent | d91d6e275486739db0110af4f831cf4d30704952 [diff] |
Fix `SEI MET07-J` violations (#3602) * Fix `SEI MET07-J` violations This change: - Deprecates public/protected hiding methods. - Removes package-private hiding methods. - For legacy modules that will disappear in 3.x, just suppresses the warning. Closes #3601 * Try skipping required checks skip-checks: true