Community
Participate
Working Groups
d date; d = d+1; ==> get mof.NoSuchFunctionFound exception during generation d+=1; ==> generated java has errors. the above statements are invalid for date, user needs to use d = d.addDays(1); Please add validations for these
Validation has been updated to give errors if date/time types are used on a arithetic expression/assignment
verified on 2011/11/11/0901's build