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

Method clearLoadContext

code/src/java/pcgen/core/GameMode.java:1929–1935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1927 private String defaultSourceTitle;
1928
1929 public void clearLoadContext()
1930 {
1931 masterLCS = new ConsolidatedListCommitStrategy();
1932 AbstractReferenceContext referenceContext = getRefContext();
1933 resolveInto(referenceContext);
1934 context = new RuntimeLoadContext(referenceContext, masterLCS);
1935 }
1936
1937 /**
1938 * Takes references and abbreviations that have been placed into the

Callers 12

setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
testLoadSourcesMethod · 0.95
getPrimaryContextMethod · 0.95
setUpContextMethod · 0.95
setUpContextMethod · 0.95
initGameModesMethod · 0.80
tearDownMethod · 0.80
staticSetUpMethod · 0.80
setUpMethod · 0.80
emptyListsMethod · 0.80

Calls 2

getRefContextMethod · 0.95
resolveIntoMethod · 0.95

Tested by 11

setUpMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76
testLoadSourcesMethod · 0.76
getPrimaryContextMethod · 0.76
setUpContextMethod · 0.76
setUpContextMethod · 0.76
initGameModesMethod · 0.64
tearDownMethod · 0.64
staticSetUpMethod · 0.64
setUpMethod · 0.64