if (args.length < 2) { args = new String[]{ args[0], "default.xml", args[2]}; // Wrong: if args.length < 2 is args[2] an array out of bound error!!!!!!!! }
Thanks for bringing this to my attention --- I'll patch it soon.
Log in to post a comment.
Thanks for bringing this to my attention --- I'll patch it soon.