Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ main
Method
main
lowlevel/EvenProducer.java:15–17 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
13
return
currentEvenValue;
14
}
15
public
static
void
main(String[] args) {
16
EvenChecker.test(
new
EvenProducer());
17
}
18
}
19
/* Output:
20
419 not even!
Callers
nothing calls this directly
Calls
1
test
Method · 0.95
Tested by
no test coverage detected