MCPcopy 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

convertToStringMethod · 0.45
convertToStringMethod · 0.45
negateMethod · 0.45

Calls 3

getProductNameMethod · 0.95
getDDSVersionMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected