belgif / rest-problem-java

Java library for RFC 9457 Problems with support for standard problem types of the Belgif REST guide (https://www.belgif.be/specification/rest/api-guide/#error-handling)
https://belgif.github.io/rest-problem-java/
Apache License 2.0
3 stars 0 forks source link

disallow size one input list in InputValidationIssue #78

Open usku01 opened 2 months ago

usku01 commented 2 months ago

The goal of this PR is to solve #77

The approach is to evaluate the setter methods as pure setters and the 'add' methods as methods to add input (or in, name, value) to what already exist.

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
1 Accepted issue

Measures
0 Security Hotspots
94.6% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud