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

Method appendAutoSortLines

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

Source from the content-addressed store, hash-verified

1646 }
1647
1648 private void appendAutoSortLines(StringBuilder buffer)
1649 {
1650 buffer.append(IOConstants.TAG_SKILLSOUTPUTORDER).append(':');
1651 buffer.append(thePC.getSkillsOutputOrder().ordinal());
1652 buffer.append(IOConstants.LINE_SEP);
1653 }
1654
1655 private void appendSkillFilterLine(StringBuilder buffer)
1656 {

Callers 1

createPCGStringMethod · 0.95

Calls 3

ordinalMethod · 0.80
getSkillsOutputOrderMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected