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 error code have correct format #27

Closed jakobbraun closed 2 years ago

jakobbraun commented 3 years ago

Validate that the error codes have the correct format (start with an E/F/W ...)

jakobbraun commented 3 years ago

Gramma:

error-identifier = severity "-" project-short-tag [ "-" module-short-tag ] "-" error-number

severity = ( "F" / "E" / "W" )

project-short-tag = ALPHA 1*4ALPHANUM

module-short-tag = ALPHA 1*4ALPHANUM

error-number = 1*5ALPHANUM