Interface JavaScriptCheck

    • Method Detail

      • addIssue

        <T extends Issue> T addIssue​(T issue)
        Use this method only to add specific kind of issue. E.g. you can use this method to add issue on file level, line issue or precise issue with sophisticated primary location.

        Otherwise please use addIssue(Tree, String)