In context of DevOps, where we would like to "shift to left" all the best practices, such as security, code quality, technical and functional errors detection, it's important for developers and technical leaders decide the moment when no more technical debt should be added to OutSystems solutions, and the existing one should be resolved based on 20% of the development time for improvements.And for that end, I think that should be important to know when the warnings in the code were introduced (date and time) and by who (username).This kind of information is already available for other languages, since longtime, such as Java and C#, when we are using, for instance, Sonar ( https://www.sonarqube.org/ ).