The constructor
public ConditionSetFunction(String functionName, String datatype,
String functionType) {
super(functionName, getId(functionName), datatype,
BooleanAttribute.identifier, false);
}
uses getId(functionName) and causes a NullPointer Exception,
Is should use getId(functionTyp) like GeneralSetFunction does.
Nobody/Anonymous
None
None
Public