Message2130

Author otmarhumbel
Recipients
Date 2002-03-03.10:22:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=105844

This patch gives a NullPointerException when starting 
Jython 21.
Therefore it needs an embracing if as follows:

	if (names != null  &&  asnames != null) {
		
	}

Oti.
History
Date User Action Args
2008-02-20 17:18:15adminlinkissue461151 messages
2008-02-20 17:18:15admincreate