org.sonar.l10n.xml.rules.xml.S1135.html Maven / Gradle / Ivy
TODO
tags are commonly used to mark places where some more code is required, but which the developer wants to implement later.
Sometimes the developer will not have the time or will simply forget to get back to that tag.
This rule is meant to track those tags and to ensure that they do not go unnoticed.
Noncompliant Code Example
<!-- TODO Drop this dependency -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
</dependency>
See
- MITRE, CWE-546 - Suspicious Comment
© 2015 - 2025 Weber Informatics LLC | Privacy Policy