Skip to content
#

checkstyle

Here are 213 public repositories matching this topic...

diKTat
akuleshov7
akuleshov7 commented Aug 17, 2021

If the method has any annotations - we won't be able to see the Kdoc. Easy fix

@ExperimentalFileSystem
/**
 * Simple file reading with okio (returning a list with strings)
 *
 * @param toml string with a path to a file
 * @return list with strings
 * @throws e FileNotFoundException if the toml file is missing
 */
internal fun readAndParseFile(toml: String): List<String> {
    try 
staabm
staabm commented Feb 10, 2020

when cs2pr completes and no errors/warnings have to be emitted, the screen stays empty.

as a user I dont know whether everything worked well and nothing had to be reported or there was a error and I dont see it.

at best we could emit a processed x errors and y warnings or similar status message at the very end into STDERR, so we dont destory possible consumers of our gihtub-api checks

The project aims to present how to connect Spring Boot 2 and Java Swing GUI widget toolkit. All application dependencies are provided by Docker Compose. There are also static code analysis tools like FindBugs and Checkstyle.

  • Updated Sep 3, 2021
  • Java

Improve this page

Add a description, image, and links to the checkstyle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the checkstyle topic, visit your repo's landing page and select "manage topics."

Learn more