Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DTypeVariableBinding.java239 if (status == BoundCheckStatus.NULL_PROBLEM && location != null) in internalBoundCheck()
286 if (checkNullAnnotations && nullStatus != BoundCheckStatus.NULL_PROBLEM) { in internalBoundCheck()
291 nullStatus = BoundCheckStatus.NULL_PROBLEM; in internalBoundCheck()
302 return BoundCheckStatus.NULL_PROBLEM; in nullBoundCheck()
H A DTypeConstants.java487 OK, NULL_PROBLEM, UNCHECKED, MISMATCH; enumConstant
492 case NULL_PROBLEM: in isOKbyJLS()