closure
319
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
1
com/google/javascript/rhino/jstype/ProxyObjectType.java
hasReferenceName()
class ProxyObjectType { @Override public boolean hasReferenceName() { return referencedObjType == null ? null : referencedObjType.hasReferenceName(); } }
NP: Possible null pointer dereference of null in com.google.javascript.rhino.jstype.ProxyObjectType.hasReferenceName()
NP_NULL_ON_SOME_PATH