Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ version
Method
version
src/main/java/com/github/javafaker/App.java:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
public
String version() {
15
return
faker.numerify(faker.fakeValuesService().resolve(
"app.version"
, this, faker));
16
}
17
18
public
String author() {
19
return
faker.fakeValuesService().resolve(
"app.author"
, this, faker);
Callers
1
testVersion
Method · 0.80
Calls
3
fakeValuesService
Method · 0.80
numerify
Method · 0.45
resolve
Method · 0.45
Tested by
1
testVersion
Method · 0.64