Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ isBlank
Method
isBlank
solr/solrj/src/java/org/apache/solr/common/util/StrUtils.java:375–377 ·
view source on GitHub ↗
(String string)
Source
from the content-addressed store, hash-verified
373
public
static
boolean isNotNullOrEmpty(String string) {
374
return
!isNullOrEmpty(string);
375
}
376
377
public
static
boolean isBlank(String string) {
378
return
string == null || string.isBlank();
379
}
380
Callers
15
verifyPropertyNotPresent
Method · 0.95
ExclusiveSliceProperty
Method · 0.95
splitLockIds
Method · 0.95
doCreateLock
Method · 0.95
lock
Method · 0.95
ZkDistributedLock
Method · 0.95
assignReplicaDetails
Method · 0.95
validate
Method · 0.95
call
Method · 0.95
getParamNamesToLog
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
Calls
no outgoing calls
Tested by
3
verifyPropertyNotPresent
Method · 0.76
checkCaller
Method · 0.64
testProcessZookeeperUrl
Method · 0.64