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

Method getWarnings

code/src/java/pcgen/io/PCGVer2Parser.java:210–214  ·  view source on GitHub ↗

Selector author: Thomas Behr 22-03-02 @return a list of warning messages

()

Source from the content-addressed store, hash-verified

208 * @return a list of warning messages
209 */
210 @Override
211 public List<String> getWarnings()
212 {
213 return warnings;
214 }
215
216 /**
217 * parse a String in PCG format

Callers 2

readMethod · 0.95
internalReadSourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected