afs commented on code in PR #2298:
URL: https://github.com/apache/jena/pull/2298#discussion_r1507436836


##########
jena-cmds/src/main/java/org/apache/jena/cmd/CommandLineBase.java:
##########
@@ -69,7 +69,15 @@ private List<String> processArgv(String[] argv) {
 
         boolean positional = false;
 
+        if (null == argv) {
+            return argList;
+        }
+

Review Comment:
   Which test(s)? It is not clear to me that returning is the correct way to 
handle what is an error.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to