exasol / error-code-crawler-maven-plugin

Validator and crawler for exasol-error-codes in Java code
MIT License
1 stars 1 forks source link

Validate that there are no unnamed parameters #28

Closed jakobbraun closed 3 years ago

jakobbraun commented 3 years ago

having parameters without a name leads to a bad user-experience in the error-code catalog.

ExaError.messageBuilder("E-TEST-1").message("test {{}}",1)