Does JSP custom rule api no longer support?

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? :worried:
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. :slight_smile: 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 :thinking:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.