**Description of the false positive** ``` if (!Strings.isNullOrEmpty(ks) && !Strings.isNullOrEmpty(cf)) { String type = cf.contains(".") ? "IndexTable" : "Table"; ... } ```` inside the block `cf` can not be null, due to the if condition above. **URL to the alert on the project page on LGTM.com** <!-- 1. Open the project on LGTM.com. For example, https://lgtm.com/projects/g/pallets/click/. 2. Switch to the `Alerts` tab. For example, https://lgtm.com/projects/g/pallets/click/alerts/. 3. Scroll to the alert that you would like to report. 4. Click on the right most icon `View this alert within the complete file`. 5. A new browser tab opens. Copy and paste the page URL here. For example, https://lgtm.com/projects/g/pallets/click/snapshot/719fb7d8322b0767cdd1e5903ba3eb3233ba8dd5/files/click/_winconsole.py#xa08d213ab3289f87:1. --> https://lgtm.com/projects/g/apache/cassandra/snapshot/432180c435acbf284b835addb738df1510da5909/files/src/java/org/apache/cassandra/tools/NodeProbe.java#xa4c110c51a74e3d8:1