JAVASE-190 Update rules metadata#76
Conversation
SummaryThis PR updates rule documentation metadata by normalizing HTML formatting across 17 rule files and updating the repository's latest-update timestamp. The changes standardize whitespace around HTML tags in list items and links (e.g., What reviewers should knowReview focus: These are formatting and metadata maintenance changes with no functional impact. All HTML modifications are purely structural whitespace normalization — no content changes or logic alterations. The sonarpedia.json timestamp update (2025-07-10 → 2026-04-02) reflects routine metadata maintenance. You can safely scan the diffs quickly; look for consistent spacing patterns rather than semantic changes. The largest changes are in S2755.html and S6376.html, which follow the same whitespace pattern as the other files.
|
| href="https://docs.oracle.com/en/java/javase/21/security/java-xml-digital-signature-api-overview-and-tutorial.html">XML Digital Signature API | ||
| Overview and Tutorial</a> </li> | ||
| <li>Oracle Java Documentation - <a | ||
| href="https://docs.oracle.com/en/java/javase/25/security/java-xml-digital-signature-api-overview-tutorial.html">XML Digital Signature API Overview |
There was a problem hiding this comment.
The link appears broken, but the fix should be done in RSpec (we can skip it in this update).
|
There was a problem hiding this comment.
LGTM! ✅
Clean metadata-only PR with no logic changes. The only substantive content change is in S6377.html, where the Oracle XML Digital Signature API reference link is updated from Java 21 to Java 25 (with a corresponding path change from overview-and-tutorial to overview-tutorial). All other changes are HTML whitespace normalization and the routine sonarpedia.json timestamp refresh.





Part of