Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/orhanobut/logger
/ checkNotNull
Method
checkNotNull
logger/src/main/java/com/orhanobut/logger/Utils.java:151–156 ·
view source on GitHub ↗
(@Nullable final T obj)
Source
from the content-addressed store, hash-verified
149
}
150
151
@NonNull
static
<T> T checkNotNull(@Nullable
final
T obj) {
152
if
(obj == null) {
153
throw
new
NullPointerException();
154
}
155
return
obj;
156
}
157
}
Callers
15
printer
Method · 0.80
addLogAdapter
Method · 0.80
AndroidLogAdapter
Method · 0.80
CsvFormatStrategy
Method · 0.80
log
Method · 0.80
DiskLogAdapter
Method · 0.80
DiskLogStrategy
Method · 0.80
log
Method · 0.80
WriteHandler
Method · 0.80
writeLog
Method · 0.80
getLogFile
Method · 0.80
addAdapter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected