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 2021/05/13 20:28:54 UTC

[GitHub] [accumulo] milleruntime commented on pull request #2109: Apply replaceAll to all parts of JSON strings

milleruntime commented on pull request #2109:
URL: https://github.com/apache/accumulo/pull/2109#issuecomment-840814476


   @ctubbsii this bug makes me wonder if there is an issue with the autoformatter. Is it possible that the line was coded like this:
   <pre>
   "{'name':'medium','maxSize':'128M','numThreads':2},{'name':'large','numThreads':2}]".replaceAll("'", "\""),
   </pre>
   But was automatically split, changing the output:
   <pre>
   "{'name':'medium','maxSize':'128M','numThreads':2},"
             + "{'name':'large','numThreads':2}]".replaceAll("'", "\""),
   </pre>


-- 
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.

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