0.9.4.1 uses local scope to initialize fieldValidator. Something like:
 
{
  fieldValidator = new FieldValidator();
}
 
only the first fieldValidator is declared, all following ones are not. This does not compile because the declaration of the first fieldValidator is now in local scope (it worked up to 0.9.3.21 because the declaration was in global scope)
 
 

Bernhard Mandl

 

Global Refund IT Vienna

Ruckergasse 30-32
A-1120
Vienna
Office:  +43 1 796 83 38 21

Fax:       +43 1 796 83 38 53

Mobile: +43 664 230 59 62

 

Reply via email to