fedesilva / mandarax

Automatically exported from code.google.com/p/mandarax
0 stars 3 forks source link

Initializing variables with complex expressions #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This fails (with a parser exception) for AdditionalPremium.rel (userv example) 
when trying to initia;lise the CurrentYear variable as follows:

int CurrentYear = new GregorianCalendar().get(Calendar.YEAR);

Original issue reported on code.google.com by jens.dietrich on 19 Nov 2010 at 6:52

GoogleCodeExporter commented 9 years ago
Moved to milestone 2 (1.1.0), changed priority.
Its a "nice to have feature"

Original comment by jens.dietrich on 24 Nov 2010 at 10:23