You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" org.kohsuke.args4j.CmdLineException: "-o=foo.txt" is not a valid option
at org.kohsuke.args4j.CmdLineParser.parseArgument(CmdLineParser.java:497)
at com.pany.project.Main.main(Main.java:24)
because bean is null.
Proposal
Fix javadoc (javadoc is stating "processing will be skipped o null input", what is not the case)
and/or
Check for null input and print a correct error message
The text was updated successfully, but these errors were encountered:
Consider this:
with
Bean
being:will result in:
because bean is
null
.Proposal
and/or
The text was updated successfully, but these errors were encountered: