Java S125 incorrectly reports “This block of commented-out lines of code should be removed” on markdown documentation comments (Java 23 feature: JEP 467: Markdown Documentation Comments).
Context:
- SonarQube Cloud
Text:
/// The base system topology describes:
/// - how specific components in the system, if present, are connected;
/// - what roles certain components may have;
/// - if the system requires changing the role of any existing equipment;
/// - and how these changes will impact the scope of work.
///
/// It serves as a bridge between a defined configuration (usually described in the installation manual of an energy storage system or microgrid controller)
/// and the granular representation of a circuit model.
class BaseSystemTopology {
}
View in SonarCloud: