Fuzz introspector: RoundTripFuzzer
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
38 65 [com.github.wnameless.json.flattener.JsonFlattener].computeKey() call site: 00065 [com.github.wnameless.json.flattener.JsonFlattener].jsonVal2Obj(com.github.wnameless.json.base.JsonValueBase )
16 0 EP call site: 00000 [com.github.wnameless.json.flattener.JsonFlattener].flatten()
16 135 [com.github.wnameless.json.flattener.JsonFlattener].flatten() call site: 00135 [com.github.wnameless.json.unflattener.JsonUnflattener].unflatten()
15 104 [com.github.wnameless.json.flattener.JsonFlattener].withStringEscapePolicy(com.github.wnameless.json.flattener.CharSequenceTranslatorFactory) call site: 00104 [com.github.wnameless.json.flattener.JsonFlattener].flattenAsMap()
13 22 [com.github.wnameless.json.flattener.JsonFlattener].flattenAsMap() call site: 00022 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyArrayList()
9 242 [com.github.wnameless.json.unflattener.JsonUnflattener].unflatten() call site: 00242 [com.github.wnameless.json.flattener.JsonFlattener].flatten()
4 38 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyArrayList() call site: 00038 [com.github.wnameless.json.flattener.JsonFlattener].computeKey()
4 49 [com.github.wnameless.json.flattener.JsonFlattener].computeKey() call site: 00049

Fuzzer calltree

0 [com.example.RoundTripFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) [function] [call site] 00000
1 [com.code_intelligence.jazzer.api.FuzzedDataProvider].pickValue(FlattenMode[]) [function] [call site] 00001
1 [com.code_intelligence.jazzer.api.FuzzedDataProvider].consumeChar() [function] [call site] 00002
1 [com.code_intelligence.jazzer.api.FuzzedDataProvider].consumeRemainingAsString() [function] [call site] 00003
1 [com.example.RoundTripFuzzer].withSeparator(char) [function] [call site] 00004
1 [com.github.wnameless.json.base.GsonJsonCore].<init>() [function] [call site] 00005
1 [com.github.wnameless.json.flattener.JsonFlattenerFactory].<init>(com.example.RoundTripFuzzer,com.github.wnameless.json.base.GsonJsonCore) [function] [call site] 00006
1 [com.github.wnameless.json.flattener.JsonFlattenerFactory].build(String) [function] [call site] 00007
2 [java.util.Optional<com.github.wnameless.json.base.JsonCore<?>>].isPresent() [function] [call site] 00008
2 [java.util.Optional<com.github.wnameless.json.base.JsonCore<?>>].get() [function] [call site] 00009
2 [com.github.wnameless.json.flattener.JsonFlattener].<init>(com.github.wnameless.json.flattener.JsonFlattenerFactory,String) [function] [call site] 00010
2 [com.github.wnameless.json.flattener.JsonFlattener].<init>(String) [function] [call site] 00011
3 [com.github.wnameless.json.base.Jackson3JsonCore].<init>() [function] [call site] 00012
3 [java.util.ArrayDeque].<init>() [function] [call site] 00013
3 [com.github.wnameless.json.base.JsonCore<?>].parse(String) [function] [call site] 00014
2 [java.util.function.Consumer<com.github.wnameless.json.flattener.JsonFlattener>].accept(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00015
1 [com.github.wnameless.json.flattener.JsonFlattener].flatten() [function] [call site] 00016
2 [com.github.wnameless.json.flattener.JsonFlattener].flattenAsMap() [function] [call site] 00017
3 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyLinkedHashMap() [function] [call site] 00018
4 [com.github.wnameless.json.flattener.JsonifyLinkedHashMap].<init>() [function] [call site] 00019
4 [com.github.wnameless.json.flattener.CharSequenceTranslatorFactory].getCharSequenceTranslator() [function] [call site] 00020
4 [com.github.wnameless.json.flattener.JsonifyLinkedHashMap].setTranslator(org.apache.commons.text.translate.CharSequenceTranslator) [function] [call site] 00021
3 [com.github.wnameless.json.flattener.JsonFlattener].reduce(com.github.wnameless.json.base.JsonValueBase<?>) [function] [call site] 00022
4 [com.github.wnameless.json.base.JsonValueBase<?>].isObject() [function] [call site] 00023
4 [com.github.wnameless.json.base.JsonValueBase<?>].asObject() [function] [call site] 00024
4 [com.github.wnameless.json.flattener.JsonFlattener].iterator() [function] [call site] 00025
4 [com.github.wnameless.json.flattener.JsonFlattener].hasNext() [function] [call site] 00026
4 [com.github.wnameless.json.base.JsonValueBase<?>].asObject() [function] [call site] 00027
4 [com.github.wnameless.json.flattener.JsonFlattener].newIndexedPeekIterator(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00028
4 [java.util.Deque<com.github.wnameless.json.flattener.IndexedPeekIterator<?>>].add(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00029
4 [com.github.wnameless.json.base.JsonValueBase<?>].isArray() [function] [call site] 00030
4 [com.github.wnameless.json.base.JsonValueBase<?>].asArray() [function] [call site] 00031
4 [com.github.wnameless.json.flattener.JsonFlattener].iterator() [function] [call site] 00032
4 [com.github.wnameless.json.flattener.JsonFlattener].hasNext() [function] [call site] 00033
4 [com.github.wnameless.json.base.JsonValueBase<?>].asArray() [function] [call site] 00034
4 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyArrayList() [function] [call site] 00035
5 [com.github.wnameless.json.flattener.JsonifyArrayList].<init>() [function] [call site] 00036
5 [com.github.wnameless.json.flattener.CharSequenceTranslatorFactory].getCharSequenceTranslator() [function] [call site] 00037
5 [com.github.wnameless.json.flattener.JsonifyArrayList].setTranslator(org.apache.commons.text.translate.CharSequenceTranslator) [function] [call site] 00038
4 [com.github.wnameless.json.base.JsonValueBase<?>].asArray() [function] [call site] 00039
4 [com.github.wnameless.json.flattener.JsonFlattener].jsonVal2Obj(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00040
4 [com.github.wnameless.json.flattener.JsonifyArrayList<T>].add(Object) [function] [call site] 00041
4 [com.github.wnameless.json.flattener.JsonFlattener].computeKey() [function] [call site] 00042
5 [java.util.Deque<com.github.wnameless.json.flattener.IndexedPeekIterator<?>>].isEmpty() [function] [call site] 00043
5 [StringBuilder].<init>() [function] [call site] 00044
5 [java.util.Map.Entry<String,?extendsJsonValueBase<?>>].getKey() [function] [call site] 00045
5 [com.github.wnameless.json.flattener.KeyTransformer].transform(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00046
5 [String].isEmpty() [function] [call site] 00047
5 [FlattenMode].equals(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00048
5 [com.github.wnameless.json.flattener.JsonFlattener].hasReservedCharacters(String) [function] [call site] 00049
6 [FlattenMode].equals(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00050
6 [org.apache.commons.lang3.StringUtils].containsAny(String,Character) [function] [call site] 00051
6 [IllegalArgumentException].<init>(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00052
6 [org.apache.commons.lang3.StringUtils].containsAny(String,Character,Character,Character) [function] [call site] 00053
5 [StringBuilder].append(Character) [function] [call site] 00054
5 [StringBuilder].append(char) [function] [call site] 00055
5 [StringBuilder].append(String) [function] [call site] 00056
5 [StringBuilder].append(char) [function] [call site] 00057
5 [StringBuilder].append(Character) [function] [call site] 00058
5 [StringBuilder].length() [function] [call site] 00059
5 [StringBuilder].append(Character) [function] [call site] 00060
5 [StringBuilder].append(String) [function] [call site] 00061
5 [StringBuilder].append() [function] [call site] 00062
5 [StringBuilder].append(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00063
5 [StringBuilder].append() [function] [call site] 00064
5 [StringBuilder].toString() [function] [call site] 00065
4 [com.github.wnameless.json.flattener.JsonifyLinkedHashMap<String,Object>].put(String,com.github.wnameless.json.flattener.JsonifyArrayList<T>) [function] [call site] 00066
4 [com.github.wnameless.json.base.JsonValueBase<?>].asArray() [function] [call site] 00067
4 [com.github.wnameless.json.flattener.JsonFlattener].newIndexedPeekIterator(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00068
4 [java.util.Deque<com.github.wnameless.json.flattener.IndexedPeekIterator<?>>].add(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00069
4 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyArrayList() [function] [call site] 00070
4 [com.github.wnameless.json.base.JsonValueBase<?>].asArray() [function] [call site] 00071
4 [com.github.wnameless.json.flattener.JsonFlattener].jsonVal2Obj(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00072
4 [com.github.wnameless.json.flattener.JsonifyArrayList<T>].add(Object) [function] [call site] 00073
4 [com.github.wnameless.json.flattener.JsonFlattener].computeKey() [function] [call site] 00074
4 [com.github.wnameless.json.flattener.JsonifyLinkedHashMap<String,Object>].put(String,com.github.wnameless.json.flattener.JsonifyArrayList<T>) [function] [call site] 00075
4 [com.github.wnameless.json.base.JsonValueBase<?>].asArray() [function] [call site] 00076
4 [com.github.wnameless.json.flattener.JsonFlattener].newIndexedPeekIterator(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00077
4 [java.util.Deque<com.github.wnameless.json.flattener.IndexedPeekIterator<?>>].add(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00078
4 [com.github.wnameless.json.flattener.JsonFlattener].computeKey() [function] [call site] 00079
4 [com.github.wnameless.json.flattener.JsonFlattener].jsonVal2Obj(com.github.wnameless.json.base.JsonValueBase<?>) [function] [call site] 00080
5 [com.github.wnameless.json.base.JsonValueBase<?>].isBoolean() [function] [call site] 00081
5 [com.github.wnameless.json.base.JsonValueBase<?>].asBoolean() [function] [call site] 00082
5 [com.github.wnameless.json.base.JsonValueBase<?>].isString() [function] [call site] 00083
5 [com.github.wnameless.json.base.JsonValueBase<?>].asString() [function] [call site] 00084
5 [com.github.wnameless.json.base.JsonValueBase<?>].isNumber() [function] [call site] 00085
5 [com.github.wnameless.json.base.JsonValueBase<?>].asNumber() [function] [call site] 00086
5 [com.github.wnameless.json.base.JsonValueBase<?>].isArray() [function] [call site] 00087
5 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyArrayList() [function] [call site] 00088
5 [com.github.wnameless.json.base.JsonValueBase<?>].asArray() [function] [call site] 00089
5 [com.github.wnameless.json.flattener.JsonFlattener].jsonVal2Obj(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00090
5 [com.github.wnameless.json.flattener.JsonifyArrayList<T>].add(Object) [function] [call site] 00091
5 [com.github.wnameless.json.base.JsonValueBase<?>].isObject() [function] [call site] 00092
5 [com.github.wnameless.json.base.JsonValueBase<?>].asObject() [function] [call site] 00093
5 [com.github.wnameless.json.flattener.JsonFlattener].iterator() [function] [call site] 00094
5 [com.github.wnameless.json.flattener.JsonFlattener].hasNext() [function] [call site] 00095
5 [com.github.wnameless.json.flattener.JsonFlattener].newJsonFlattener(com.github.wnameless.json.base.JsonValueBase<?>) [function] [call site] 00096
6 [com.github.wnameless.json.flattener.JsonFlattener].<init>(com.github.wnameless.json.base.JsonValueBase<?>) [function] [call site] 00097
7 [com.github.wnameless.json.base.Jackson3JsonCore].<init>() [function] [call site] 00098
7 [java.util.ArrayDeque].<init>() [function] [call site] 00099
7 [NullPointerException].<init>() [function] [call site] 00100
6 [com.github.wnameless.json.flattener.JsonFlattener].withFlattenMode(FlattenMode) [function] [call site] 00101
7 [NullPointerException].<init>() [function] [call site] 00102
6 [com.github.wnameless.json.flattener.JsonFlattener].withStringEscapePolicy(com.github.wnameless.json.flattener.CharSequenceTranslatorFactory) [function] [call site] 00103
7 [NullPointerException].<init>() [function] [call site] 00104
6 [com.github.wnameless.json.flattener.JsonFlattener].withSeparator(Character) [function] [call site] 00105
6 [com.github.wnameless.json.flattener.JsonFlattener].withLeftAndRightBrackets(Character,Character) [function] [call site] 00106
6 [com.github.wnameless.json.flattener.JsonFlattener].withPrintMode(PrintMode) [function] [call site] 00107
7 [NullPointerException].<init>() [function] [call site] 00108
6 [com.github.wnameless.json.flattener.JsonFlattener].withKeyTransformer(com.github.wnameless.json.flattener.KeyTransformer) [function] [call site] 00109
6 [com.github.wnameless.json.flattener.JsonFlattener].ignoreReservedCharacters() [function] [call site] 00110
5 [com.github.wnameless.json.flattener.JsonFlattener].flattenAsMap() [function] [call site] 00111
5 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyLinkedHashMap() [function] [call site] 00112
5 [com.github.wnameless.json.base.JsonValueBase<?>].isArray() [function] [call site] 00113
5 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyArrayList() [function] [call site] 00114
5 [com.github.wnameless.json.base.JsonValueBase<?>].isObject() [function] [call site] 00115
5 [com.github.wnameless.json.flattener.JsonFlattener].newJsonifyLinkedHashMap() [function] [call site] 00116
4 [String].equals(String) [function] [call site] 00117
4 [java.util.Collections.EMPTY_MAP].equals(Object) [function] [call site] 00118
4 [com.github.wnameless.json.flattener.JsonifyLinkedHashMap<String,Object>].put(String,Object) [function] [call site] 00119
3 [java.util.Deque<com.github.wnameless.json.flattener.IndexedPeekIterator<?>>].isEmpty() [function] [call site] 00120
3 [java.util.Deque<com.github.wnameless.json.flattener.IndexedPeekIterator<?>>].getLast() [function] [call site] 00121
3 [com.github.wnameless.json.flattener.JsonFlattener].hasNext() [function] [call site] 00122
3 [java.util.Deque<com.github.wnameless.json.flattener.IndexedPeekIterator<?>>].removeLast() [function] [call site] 00123
3 [com.github.wnameless.json.flattener.JsonFlattener].peek() [function] [call site] 00124
3 [com.github.wnameless.json.flattener.JsonFlattener].next() [function] [call site] 00125
3 [com.github.wnameless.json.flattener.JsonFlattener].reduce(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00126
3 [com.github.wnameless.json.flattener.JsonFlattener].next() [function] [call site] 00127
3 [com.github.wnameless.json.flattener.JsonFlattener].reduce(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00128
2 [com.github.wnameless.json.base.JsonValueBase<?>].isObject() [function] [call site] 00129
2 [com.github.wnameless.json.flattener.JsonFlattener].isObjectifiableArray() [function] [call site] 00130
3 [com.github.wnameless.json.base.JsonValueBase<?>].isArray() [function] [call site] 00131
3 [com.github.wnameless.json.flattener.JsonifyLinkedHashMap<String,Object>].containsKey(String) [function] [call site] 00132
2 [com.github.wnameless.json.flattener.JsonifyLinkedHashMap<String,Object>].toString(PrintMode) [function] [call site] 00133
2 [com.github.wnameless.json.flattener.JsonifyLinkedHashMap<String,Object>].get(String) [function] [call site] 00134
2 [com.github.wnameless.json.flattener.JsonFlattener].javaObj2Json(com.github.wnameless.json.flattener.JsonFlattener) [function] [call site] 00135
1 [com.example.RoundTripFuzzer].withSeparator(char) [function] [call site] 00136
1 [com.github.wnameless.json.base.GsonJsonCore].<init>() [function] [call site] 00137
1 [com.github.wnameless.json.unflattener.JsonUnflattenerFactory].<init>(com.example.RoundTripFuzzer,com.github.wnameless.json.base.GsonJsonCore) [function] [call site] 00138
1 [com.github.wnameless.json.unflattener.JsonUnflattenerFactory].build(String) [function] [call site] 00139
2 [java.util.Optional<com.github.wnameless.json.base.JsonCore<?>>].isPresent() [function] [call site] 00140
2 [java.util.Optional<com.github.wnameless.json.base.JsonCore<?>>].get() [function] [call site] 00141
2 [com.github.wnameless.json.unflattener.JsonUnflattener].<init>(com.github.wnameless.json.unflattener.JsonUnflattenerFactory,String) [function] [call site] 00142
2 [com.github.wnameless.json.unflattener.JsonUnflattener].<init>(String) [function] [call site] 00143
3 [java.util.regex.Pattern].compile(String) [function] [call site] 00144
3 [java.util.regex.Pattern].compile(String) [function] [call site] 00145
3 [java.util.HashMap].<init>() [function] [call site] 00146
3 [com.github.wnameless.json.base.Jackson3JsonCore].<init>() [function] [call site] 00147
3 [com.github.wnameless.json.unflattener.JsonUnflattener].parseJson(String) [function] [call site] 00148
4 [com.github.wnameless.json.base.JsonCore<?>].parse(String) [function] [call site] 00149
2 [java.util.function.Consumer<com.github.wnameless.json.unflattener.JsonUnflattener>].accept(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00150
1 [com.github.wnameless.json.unflattener.JsonUnflattener].unflatten() [function] [call site] 00151
2 [java.io.StringWriter].<init>() [function] [call site] 00152
2 [com.github.wnameless.json.base.JsonValueCore<?>].isArray() [function] [call site] 00153
2 [com.github.wnameless.json.base.JsonValueCore<?>].asArray() [function] [call site] 00154
2 [com.github.wnameless.json.unflattener.JsonUnflattener].unflattenArray(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00155
2 [com.github.wnameless.json.base.JsonArrayCore<?>].asValue() [function] [call site] 00156
2 [com.github.wnameless.json.unflattener.JsonUnflattener].writeByConfig(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00157
2 [java.io.StringWriter].append(String) [function] [call site] 00158
2 [java.io.StringWriter].toString() [function] [call site] 00159
2 [com.github.wnameless.json.base.JsonValueCore<?>].isObject() [function] [call site] 00160
2 [com.github.wnameless.json.base.JsonValueCore<?>].toString() [function] [call site] 00161
2 [com.github.wnameless.json.base.JsonValueCore<?>].asObject() [function] [call site] 00162
2 [com.github.wnameless.json.unflattener.JsonUnflattener].isEmpty() [function] [call site] 00163
2 [com.github.wnameless.json.base.JsonCore<?>].parse(String) [function] [call site] 00164
2 [com.github.wnameless.json.unflattener.JsonUnflattener].asValue() [function] [call site] 00165
2 [com.github.wnameless.json.unflattener.JsonUnflattener].names() [function] [call site] 00166
2 [com.github.wnameless.json.unflattener.JsonUnflattener].hasNext() [function] [call site] 00167
2 [com.github.wnameless.json.unflattener.JsonUnflattener].next() [function] [call site] 00168
2 [com.github.wnameless.json.unflattener.JsonUnflattener].keyPartPattern() [function] [call site] 00169
3 [com.github.wnameless.json.flattener.FlattenMode].equals(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00170
3 [Character].toString() [function] [call site] 00171
3 [java.util.regex.Pattern].quote(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00172
3 [Character].toString() [function] [call site] 00173
3 [String].contains(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00174
3 [Character].toString() [function] [call site] 00175
3 [java.util.Map<String,java.util.regex.Pattern>].containsKey(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00176
3 [java.util.regex.Pattern].compile(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00177
3 [java.util.Map<String,java.util.regex.Pattern>].put(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00178
3 [java.util.Map<String,java.util.regex.Pattern>].get(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00179
3 [com.github.wnameless.json.unflattener.JsonUnflattener].arrayIndexPattern() [function] [call site] 00180
4 [Character].toString() [function] [call site] 00181
4 [java.util.regex.Pattern].quote(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00182
4 [Character].toString() [function] [call site] 00183
4 [java.util.regex.Pattern].quote(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00184
4 [java.util.Map<String,java.util.regex.Pattern>].containsKey(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00185
4 [java.util.regex.Pattern].compile(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00186
4 [java.util.Map<String,java.util.regex.Pattern>].put(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00187
4 [java.util.Map<String,java.util.regex.Pattern>].get(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00188
3 [java.util.regex.Pattern].pattern() [function] [call site] 00189
3 [com.github.wnameless.json.unflattener.JsonUnflattener].objectComplexKeyPattern() [function] [call site] 00190
4 [Character].toString() [function] [call site] 00191
4 [java.util.regex.Pattern].quote(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00192
4 [Character].toString() [function] [call site] 00193
4 [java.util.regex.Pattern].quote(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00194
4 [java.util.Map<String,java.util.regex.Pattern>].containsKey(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00195
4 [java.util.regex.Pattern].compile(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00196
4 [java.util.Map<String,java.util.regex.Pattern>].put(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00197
4 [java.util.Map<String,java.util.regex.Pattern>].get(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00198
3 [java.util.regex.Pattern].pattern() [function] [call site] 00199
3 [com.github.wnameless.json.unflattener.JsonUnflattener].objectKeyPattern() [function] [call site] 00200
4 [Character].toString() [function] [call site] 00201
4 [java.util.regex.Pattern].quote(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00202
4 [Character].toString() [function] [call site] 00203
4 [java.util.regex.Pattern].quote(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00204
4 [Character].toString() [function] [call site] 00205
4 [java.util.regex.Pattern].quote(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00206
4 [java.util.Map<String,java.util.regex.Pattern>].containsKey(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00207
4 [java.util.regex.Pattern].compile(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00208
4 [java.util.Map<String,java.util.regex.Pattern>].put(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00209
4 [java.util.Map<String,java.util.regex.Pattern>].get(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00210
3 [java.util.regex.Pattern].pattern() [function] [call site] 00211
3 [java.util.Map<String,java.util.regex.Pattern>].containsKey(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00212
3 [java.util.regex.Pattern].compile(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00213
3 [java.util.Map<String,java.util.regex.Pattern>].put(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00214
3 [java.util.Map<String,java.util.regex.Pattern>].get(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00215
2 [java.util.regex.Pattern].matcher(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00216
2 [com.github.wnameless.json.unflattener.JsonUnflattener].find() [function] [call site] 00217
2 [com.github.wnameless.json.unflattener.JsonUnflattener].group() [function] [call site] 00218
2 [com.github.wnameless.json.unflattener.JsonUnflattener].isJsonArray(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00219
2 [com.github.wnameless.json.unflattener.JsonUnflattener].findOrCreateJsonArray(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00220
2 [com.github.wnameless.json.base.JsonArrayCore<?>].asValue() [function] [call site] 00221
2 [com.github.wnameless.json.unflattener.JsonUnflattener].extractIndex(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00222
2 [com.github.wnameless.json.unflattener.JsonUnflattener].get(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00223
2 [com.github.wnameless.json.unflattener.JsonUnflattener].isArray() [function] [call site] 00224
2 [com.github.wnameless.json.unflattener.JsonUnflattener].get(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00225
2 [com.github.wnameless.json.unflattener.JsonUnflattener].asArray() [function] [call site] 00226
2 [com.github.wnameless.json.unflattener.JsonUnflattener].unflattenArray(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00227
2 [com.github.wnameless.json.unflattener.JsonUnflattener].set(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.base.JsonArrayCore<?>) [function] [call site] 00228
2 [com.github.wnameless.json.unflattener.JsonUnflattener].findOrCreateJsonObject(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener,Integer) [function] [call site] 00229
2 [com.github.wnameless.json.base.JsonObjectCore<?>].asValue() [function] [call site] 00230
2 [com.github.wnameless.json.unflattener.JsonUnflattener].extractKey(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00231
2 [com.github.wnameless.json.unflattener.JsonUnflattener].isJsonArray(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00232
2 [com.github.wnameless.json.unflattener.JsonUnflattener].extractIndex(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00233
2 [com.github.wnameless.json.base.JsonCore<?>].parse(String) [function] [call site] 00234
2 [com.github.wnameless.json.unflattener.JsonUnflattener].asValue() [function] [call site] 00235
2 [com.github.wnameless.json.unflattener.JsonUnflattener].extractKey(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00236
2 [com.github.wnameless.json.base.JsonCore<?>].parse(String) [function] [call site] 00237
2 [com.github.wnameless.json.unflattener.JsonUnflattener].asValue() [function] [call site] 00238
2 [com.github.wnameless.json.unflattener.JsonUnflattener].setUnflattenedValue(com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener,com.github.wnameless.json.unflattener.JsonUnflattener,String,Integer) [function] [call site] 00239
2 [com.github.wnameless.json.unflattener.JsonUnflattener].writeByConfig(com.github.wnameless.json.unflattener.JsonUnflattener) [function] [call site] 00240
2 [java.io.StringWriter].append(String) [function] [call site] 00241
2 [java.io.StringWriter].toString() [function] [call site] 00242
1 [com.github.wnameless.json.flattener.JsonFlattenerFactory].build(String) [function] [call site] 00243
1 [com.github.wnameless.json.flattener.JsonFlattener].flatten() [function] [call site] 00244
1 [String].chars() [function] [call site] 00245
1 [com.example.RoundTripFuzzer].filter() [function] [call site] 00246
1 [com.example.RoundTripFuzzer].count() [function] [call site] 00247
1 [String].chars() [function] [call site] 00248
1 [com.example.RoundTripFuzzer].filter() [function] [call site] 00249
1 [com.example.RoundTripFuzzer].count() [function] [call site] 00250
1 [AssertionError].<init>(com.example.RoundTripFuzzer) [function] [call site] 00251