You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "SourceForge.net" <no...@sourceforge.net> on 2003/07/30 19:36:19 UTC

[juddi-Developers] [ juddi-Bugs-779890 ] FindBusinessByCategory.appendWhere() not checking for null.

Bugs item #779890, was opened at 2003-07-29 15:32
Message generated for change (Comment added) made by anou_mana
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=779890&group_id=42875

Category: Persistence
Group: Development
>Status: Closed
Resolution: None
Priority: 6
Submitted By: Steve Viens (sviens)
Assigned to: Anou Manavalan (anou_mana)
Summary: FindBusinessByCategory.appendWhere() not checking for null.

Initial Comment:
The appendWhere() method of 
FindBusinessByCategoryQuery does not check if the 
Vector of KeyedReference values is null before 
attempting to use it (lines 108 - 110) which can/will 
cause a NullPointerException. 

Steve

----------------------------------------------------------------------

>Comment By: Anou Manavalan (anou_mana)
Date: 2003-07-30 15:15

Message:
Logged In: YES 
user_id=635638

Added null check code for both categoryBag and 
keyedRefVector

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=779890&group_id=42875