spoerri
spoerri
Can nullaway check the default package, i.e. in the top directory of the class path? Neither -XepOpt:NullAway:AnnotatedPackages="",foo nor -XepOpt:NullAway:AnnotatedPackages=,foo seem to work
Would you accept a PR to generate an additional method to make it safer to decode repeating groups? By safer, I mostly mean preventing accidentally not completely decoding a group,...
Can slacker be used in clojurescript?
Errorprone threw an exception, and its message asked me to file this bug report... The line that triggered the exception was: ` if (originalLevel == Level.ERROR) { ` And both...
How should java-jq be used on a large input, that is with a large number of small json objects? The jq command line app handles it fine, filtering out individual...