Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ toString
Method
toString
strings/InfiniteRecursion.java:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
public
class
InfiniteRecursion {
12
@Override
public
String toString() {
13
return
14
" InfiniteRecursion address: "
+ this +
"\n"
;
15
}
16
public
static
void
main(String[] args) {
17
Stream.generate(InfiniteRecursion::
new
)
18
.limit(10)
Callers
7
format
Method · 0.45
explicit
Method · 0.45
main
Method · 0.45
main
Method · 0.45
build
Method · 0.45
split
Method · 0.45
string1
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected