MCPcopy Create free account
hub / github.com/PCGen/pcgen / appendVersionLine

Method appendVersionLine

code/src/java/pcgen/io/PCGVer2Creator.java:591–596  ·  view source on GitHub ↗
(StringBuilder buffer)

Source from the content-addressed store, hash-verified

589 * This will record the version more accurately.
590 */
591 private static void appendVersionLine(StringBuilder buffer)
592 {
593 buffer.append(IOConstants.TAG_VERSION).append(':');
594 buffer.append(PCGenPropBundle.getVersionNumber());
595 buffer.append(IOConstants.LINE_SEP);
596 }
597
598 private void appendAgeLine(StringBuilder buffer)
599 {

Callers 1

createPCGStringMethod · 0.95

Calls 2

getVersionNumberMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected