DO NOT REPLY [Bug 39044] - [dbutils] NPE in QueryRunner.batch() with a null array

2006-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39044


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2006-03-26 04:16 ---
Passing null violates the contract for batch() so receiving a NPE is valid 
behavior.  It makes no sense to 
pass in null arrays for a batch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39044] - [dbutils] NPE in QueryRunner.batch() with a null array

2006-03-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39044


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|critical|normal
 Status|NEW |NEEDINFO
Summary|commons-dbutils.jar have a  |[dbutils] NPE in
   |little bug  |QueryRunner.batch() with a
   ||null array




--- Additional Comments From [EMAIL PROTECTED]  2006-03-21 10:56 ---
You mean that the method doesn't check if params is null, and thus throws a
NullPointerException ? What's the point of calling QueryRunner.batch() with a
null array ? Even if a null arrray of parameters is handled as an empty array,
it'll still fail on the following stmt.executeBatch() call since no parameters
are bound.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]