MCPcopy Create free account
hub / github.com/crate/crate / displayVersion

Method displayVersion

server/src/main/java/org/elasticsearch/Version.java:614–616  ·  view source on GitHub ↗
(final Version version, final boolean isSnapshot)

Source from the content-addressed store, hash-verified

612 }
613
614 public static String displayVersion(final Version version, final boolean isSnapshot) {
615 return version + (isSnapshot ? "-SNAPSHOT" : "");
616 }
617
618 @Override
619 public boolean equals(Object o) {

Callers 5

testVersionMethod · 0.95
formatVersionMethod · 0.95
mainMethod · 0.95
logVersionMethod · 0.95
warnIfPreReleaseMethod · 0.95

Calls

no outgoing calls

Tested by 1

testVersionMethod · 0.76