MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / invalidLong

Method invalidLong

vm/JavaAPI/src/java/lang/Long.java:168–170  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

166 }
167
168 private static NumberFormatException invalidLong(String s) {
169 throw new NumberFormatException("Invalid long: \"" + s + "\"");
170 }
171
172 /**
173 * Returns a String object representing this Long's value. The long integer value represented by this Long object is converted to signed decimal representation and returned as a string, exactly as if the long value were given as an argument to the

Callers 2

parseLongMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected