Philip Han
Results
1
issues of
Philip Han
The conditional at line 295 currently checks for null, then if null checks for emptiness: ``` java if (currentWindowIds == null && currentWindowIds.size() > 0) {... ``` This will throw...
bug