MCPcopy Create free account
hub / github.com/cschanck/single-file-java / error

Method error

src/main/java/org/sfj/JSONOne.java:603–605  ·  view source on GitHub ↗
(int line, String message)

Source from the content-addressed store, hash-verified

601 }
602
603 ParseException error(int line, String message) {
604 return report(line, "", message);
605 }
606
607 ParseException report(int line, String where, String message) {
608 return new ParseException("[line " + line + "] Error" + where + ": " + message, line);

Callers 2

nextOrFailMethod · 0.95
advanceMatchingMethod · 0.95

Calls 1

reportMethod · 0.95

Tested by

no test coverage detected