Home
last modified time | relevance | path

Searched refs:NEGATIVE_NUMBER_ERROR (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/
H A DConfiguration.java102 …private static final String NEGATIVE_NUMBER_ERROR = "Invalid value for \"%s\" - \"%s\". Expected v… field in Configuration
354 String.format(NEGATIVE_NUMBER_ERROR, "scanningDepth", scanningDepth)); in setScanningDepth()
372 String.format(NEGATIVE_NUMBER_ERROR, "commandTimeout", commandTimeout)); in setCommandTimeout()
390 … String.format(NEGATIVE_NUMBER_ERROR, "interactiveCommandTimeout", commandTimeout)); in setInteractiveCommandTimeout()
408 String.format(NEGATIVE_NUMBER_ERROR, "ctagsTimeout", timeout)); in setCtagsTimeout()
442 … String.format(NEGATIVE_NUMBER_ERROR, "groupsCollapseThreshold", groupsCollapseThreshold)); in setGroupsCollapseThreshold()
555 String.format(NEGATIVE_NUMBER_ERROR, "messageLimit", messageLimit)); in setMessageLimit()
662 String.format(NEGATIVE_NUMBER_ERROR, "contextSurround", value)); in setContextSurround()
680 String.format(NEGATIVE_NUMBER_ERROR, "cachePages", cachePages)); in setCachePages()
698 String.format(NEGATIVE_NUMBER_ERROR, "hitsPerPage", hitsPerPage)); in setHitsPerPage()