Fanon Jupkwo

Results 128 comments of Fanon Jupkwo

Hi @Michael1993 , please are available these days for a call ?

@Michael1993 , please I need help on code formatting. The feature and docs re ready

> > @Michael1993 , please I need help on code formatting. The feature and docs re ready > > You can just run the `spotlessApply` task, it will automatically format...

@Michael1993 , I just corrected javadoc, please run the workflow

I am trying to figure out why I got these [javadoc errors](https://github.com/junit-pioneer/junit-pioneer/actions/runs/9963278306/job/27529089637?pr=819) here but not on my IDE ? 🤔

> I am trying to figure out why I got these [javadoc errors](https://github.com/junit-pioneer/junit-pioneer/actions/runs/9963278306/job/27529089637?pr=819) here but not on my IDE ? 🤔 Got this article trying to explain the matter https://reflectoring.io/howto-format-code-snippets-in-javadoc/...

> > I am trying to figure out why I got these [javadoc errors](https://github.com/junit-pioneer/junit-pioneer/actions/runs/9963278306/job/27529089637?pr=819) here but not on my IDE ? 🤔 > > Got this article trying to explain...

> > > I am trying to figure out why I got these [javadoc errors](https://github.com/junit-pioneer/junit-pioneer/actions/runs/9963278306/job/27529089637?pr=819) here but not on my IDE ? 🤔 > > > > > > Got...

> Try using `\` tags, instead of `{@code}`. font, indentations and line breaks will be lost

This illustrates whats going on https://bugs.openjdk.org/browse/JDK-8130754 @code works well with @ when its on the same line ``` /home/runner/work/junit-pioneer/junit-pioneer/src/main/java/org/junitpioneer/jupiter/displaynamegenerator/ReplaceCamelCaseAndUnderscoreAndNumber.java:36: error: unterminated inline tag \ {@code ```