- Java
- java:S103
- I cant break the link in multiple lines and dont want to use a link shortener.
- I am using
- SonarCloud
- in connected mode with SonarCloud
- SonarCloud
When i write into a javadoc a link to a external ressource for example:
/**
* I use the jpa-buddy-equals-method what is not well suitet for sonar because it introduces
* a lot of code smells. I can fix them but want to add a link explaining what this
* equals does but this link is very looooooooong.
*
* @see
* <a href="https://jpa-buddy.com/blog/hopefully-the-final-article-about-equals-and-hashcode-for-jpa-entities-with-db-generated-ids/">JPA-Buddy Blogbeitrag</a>
*/
I think a developer should not be responsible for the the length of ressource links in a javadoc