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-779888 ] FindTModelByCategory.appendWhere() not checking for null.

Bugs item #779888, was opened at 2003-07-29 15:27
Message generated for change (Comment added) made by anou_mana
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=779888&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: FindTModelByCategory.appendWhere() not checking for null.

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

Steve 

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

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

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=779888&group_id=42875