Greetings,
i have use [Writing Custom Java Rules 101] to write some java custom rules, and now on i want to add some rules about jsp file, i was suggested to use [org.sonar.plugins.jsp.api.*] to parse jsp file but i cant find it in maven repository,Is there no official api?
do I need to implement the parser myself?
P.S iām using sonarqube 9.5 and testCheck demo is given by chatgpt because i find nothing in google
Hey there.
org.sonar.plugins.jsp
is a āhallucinationā by ChatGPT ā it doesnāt exist and has never existed. We canāt support something that never existed!
Writing custom rules about JSP files is not supported using our APIs.
1 Like
Hi Colin,
thanks a lot, so i think i need to write a whole third-party plugin just like sonar-findbugs
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.