You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/02/20 22:48:00 UTC

[GitHub] [accumulo] KikiManjaro edited a comment on issue #2511: Update checkstyle to ban "string1" + "string2"

KikiManjaro edited a comment on issue #2511:
URL: https://github.com/apache/accumulo/issues/2511#issuecomment-1046337633


   While running maven task `checkstyle:check` an error is thrown:
   `
   Element type "property" must be followed by either attribute specifications, ">" or "/>".
   `
   I think it come from the Regex itself but not sure.
   
   When i change the regex i have an other error saying that class `RegexpStringToStringConcatenation` can't be instantiated. I'm not very good at maven task, i'm usually using Gradle :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org