MCPcopy Create free account
hub / github.com/SquirrelJME/SquirrelJME / Code

Method Code

utils-dev/ReorderErrors.java:284–288  ·  view source on GitHub ↗

Initializes the code. @param __full The full code. @throws IllegalArgumentException If the prefix or number are not valid. @throws NullPointerException On null arguments. @since 2017/10/27

(String __full)

Source from the content-addressed store, hash-verified

282 * @since 2017/10/27
283 */
284 public Code(String __full)
285 throws IllegalArgumentException, NullPointerException
286 {
287 this(__full.substring(0, 2), __full.substring(2, 4));
288 }
289
290 /**
291 * Initializes the code.

Callers

nothing calls this directly

Calls 6

parseIntMethod · 0.95
requireNonNullMethod · 0.95
formatMethod · 0.95
lengthMethod · 0.65
toUpperCaseMethod · 0.65
substringMethod · 0.45

Tested by

no test coverage detected