Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ o
Method
o
solr/solrj/src/test/org/noggit/TestJSONParser.java:329–331 ·
view source on GitHub ↗
(int l)
Source
from the content-addressed store, hash-verified
327
328
// Oh, what I wouldn't give for Java5 varargs and autoboxing
329
public
static
Long o(
int
l) {
330
return
(long) l;
331
}
332
333
public
static
Long o(long l) {
334
return
l;
Callers
3
parse
Method · 0.95
testNumbers
Method · 0.95
testObject
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected