You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WARNING] JSONStringify.java:[249,2] [LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
(see https://errorprone.info/bugpattern/LoopOverCharArray)
Did you mean 'for (int i = 0; i < string.length(); i++) { char c = string.charAt(i);if (c == qt) {'?
The text was updated successfully, but these errors were encountered:
json5/src/main/java/at/syntaxerror/json5/JSONStringify.java
Line 291 in 6f28558
The text was updated successfully, but these errors were encountered: