HermioneSW

Results 2 issues of HermioneSW

Hi, I have found two bugs in ```MaximumProductOfWordLengths.java``` (leetcode/bit-manipulation/MaximumProductOfWordLengths.java) and ```RemoveDuplicatesFromSortedArray.java```(leetcode/two-pointers/RemoveDuplicatesFromSortedArray.java). In ```MaximumProductOfWordLengths.java``` line 20 ```if(words.length == 0 || words == null)``` if ```words``` is null, ```words.length``` will NPE Similarly...

Hi, We are developing a new static analysis tool for catching bugs in Java code. Upon scanning your codebase we find the following: in ```PluginXmlParser.java``` (buildSrc/src/main/java/org/springframework/boot/build/mavenplugin/PluginXmlParser.java ) method ```parseParameter``` at...

type: task