MCPcopy Create free account
hub / github.com/cbeust/jcommander / p

Method p

src/main/java/com/beust/jcommander/JCommander.java:1329–1333  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

1327 }
1328
1329 private void p(String string) {
1330 if (options.verbose > 0 || System.getProperty(JCommander.DEBUG_PROPERTY) != null) {
1331 getConsole().println("[JCommander] " + string);
1332 }
1333 }
1334
1335 /**
1336 * Define the default provider for this instance.

Callers 4

parseMethod · 0.95
addDescriptionMethod · 0.95
parseValuesMethod · 0.95

Calls 2

getConsoleMethod · 0.95
printlnMethod · 0.65

Tested by

no test coverage detected