Michael Keppler
Michael Keppler
The readme (and maybe other places) mentions to run p2:site. For basically all users that doesn't work. It would require to have a maven prefix defined to map the full...
While I was trying to get to the AssertJ website, my browser completed the domain part, but did not append any path, thereby directing me to https://assertj.github.io/. That in turn...
https://assertj.github.io/doc/#assertj-core-custom-assertions-creation shows how to create custom assertion classes. One part that I find very confusing is this piece of code in the custom `hasName` assertion implementation: ```java // check assertion...
## What is the smallest, simplest way to reproduce the problem? Running rewrite with several hundred recipes enabled, one of them failing. ## What did you expect to see? The...
I've just raised an issue in Maven: https://issues.apache.org/jira/browse/MNG-7846 It's caused by an exception in JRuby when using the asciidoctor-maven-plugin. Can one of the developers here say whether that exception is...
### Current Behavior Clicking the chevron on the project name column does not lead to a sorted list of projects, neither ascending nor descending, if a filter is active ...
2 blanks at the end of a line render as linebreak, without starting a new paragraph. Therefore markdown file rendering would change when removing all trailing whitespace. I haven't found...
In the last paragraph at http://andrei.gmxhome.de/anyedit/ Google code is linked for issue tracking. You may want to update that to point here to github.
- Close a project - Use Project properties, AnyEdit page - Enable project specific properties - change something - Apply and close Exception on trying to store the .prefs. I...
The code at https://github.com/CycloneDX/cyclonedx-core-java/blob/master/src/main/java/org/cyclonedx/util/ExternalReferenceSerializer.java#L56 produces XML output for external references (website, version control, issue tracker...) as a single line of concatenated XML. Everything else in the XML files is well-formed....