MCPcopy Create free account
hub / github.com/apache/solr / getParser

Method getParser

solr/solrj/src/test/org/noggit/TestJSONParser.java:50–52  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

48 }
49
50 public static JSONParser getParser(String s) {
51 return getParser(s, random().nextInt(2), -1);
52 }
53
54 public static JSONParser getParser(String s, int type, int bufSize) {
55 parserInput = s;

Callers 8

parseMethod · 0.95
testCorruptionMethod · 0.95
errMethod · 0.95
testNumbersMethod · 0.95
_testMethod · 0.95
testQuerySetupMethod · 0.45
testQuerySetupMethod · 0.45

Calls 5

setFlagsMethod · 0.95
nextIntMethod · 0.80
randomMethod · 0.80
toCharArrayMethod · 0.80
lengthMethod · 0.65

Tested by

no test coverage detected