Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ toString
Method
toString
java/jms/src/org/opendds/jms/common/Version.java:61–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
@Override
62
public
String toString() {
63
return
String.format(
"%s v%s"
, getProductName(), getDDSVersion());
64
}
65
}
Callers
3
convertToString
Method · 0.45
convertToString
Method · 0.45
negate
Method · 0.45
Calls
3
getProductName
Method · 0.95
getDDSVersion
Method · 0.95
format
Method · 0.45
Tested by
no test coverage detected