Bart

Results 2 issues of Bart

With method signature ```java @PostMapping(value = "/scan", produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.MULTIPART_FORM_DATA_VALUE) @ApiResponses(value = { @ApiResponse(responseCode = "200", description = "Success"), @ApiResponse(responseCode = "400", description = "Something went wrong")})...

As redirect rules are often created and maintained by authors, there are a lot of cases where a (big) part of the path is useless and even confusing. For example...