0

For the development of my own SonarQube plugin, I am searching for the javadoc (api) of sonar-plugin-api-4.5.2, but I didn't find it on the internet. For the versions 3.x.x maven also downloaded the sources of the jar and so i was able to generate the javadoc out of it. But for the version 4.5.2 of sonar-plugin-api the sources are not part of the maven repository.

So my questions are:

  • Is there a javadoc/api for version 4.5.2 of sonar-plugin-api available online?
  • Or where can I get the source of the version 4.5.2 so that i can generate the javadoc?

1 Answer 1

2

Javadoc for all SonarQube versions can be found here: http://javadocs.sonarsource.org

And just a reminder: SonarQube is an open-source project, you can easily find on its website that its source are freely available on its GitHub repository: https://github.com/SonarSource/sonar

Sign up to request clarification or add additional context in comments.

1 Comment

Many thanks. No idea why i didn't find that on my own.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.