MCPcopy
hub / github.com/zaproxy/zaproxy / isDevBuild

Method isDevBuild

zap/src/main/java/org/parosproxy/paros/Constant.java:1689–1691  ·  view source on GitHub ↗

Tells whether or not ZAP is running from a dev build. @return true if it's a dev build, false otherwise. @see #isDevMode()

()

Source from the content-addressed store, hash-verified

1687 * @see #isDevMode()
1688 */
1689 public static boolean isDevBuild() {
1690 return isDevBuild(PROGRAM_VERSION);
1691 }
1692
1693 public static boolean isDevBuild(String version) {
1694 // Dev releases with be called "Dev Build" date stamped builds will be of the format

Callers 4

isDevModeMethod · 0.95
compareMethod · 0.95
validateNamesMethod · 0.95
preExecuteMethod · 0.95

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected