Interface AnalysisWarnings


  • @ScannerSide
    public interface AnalysisWarnings
    Record user-friendly warnings that will be visible on SonarQube to users with browse access to the project.
    Since:
    7.4
    • Method Detail

      • addUnique

        void addUnique​(java.lang.String text)
        Add a single message, if it was not already added.