Long lines in Markdown style are split in a mix of Markdown Javadoc comment and single line comment.
- Lenguaje dominante
- Java
- Estrellas
- 5.6k
- Forks
- 559
- Merge medio
- 1 d 14 h
- PR fusionados (30 d)
- 43
Descripción
If i write a very long Markdown Javadoc comment with Java 25, it splits the line, but the new line only has two slashes rather than three to continue the Javadoc comment.
Example:
```java
/// This is a very long comment that will very likely higher than eighty characters and that should definitely be wrapped at some point.
```
Applying spotless then results in the following:
```java
/// This is a very long comment that will very likely higher than eighty
// characters and that should definitely be wrapped at some point.
```
It should result in this (just add a third slash):
```java
/// This is a very long comment that will very likely higher than eighty
/// characters and that should definitely be wrapped at some point.
```
Guía de contribución
Línea de trabajo
Empieza reproduciendo el problema con Java 25 y el comentario largo de Javadoc en Markdown mostrado en el informe. Rastrea el punto de entrada del formateador que ajusta los comentarios; la tarea estará terminada cuando las líneas ajustadas conserven tres barras y sigan formando parte del comentario de Javadoc.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- tooling
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 48/100