Please run with assert on when you're developing...

2013-06-11 Thread Alex Huang
Hi All, CloudStack code have many asserts to guarantee code is written correctly for the developers. I recently realized that since we've converted to maven, we no longer run with assert on as developers. It is very important that we do because it will find problems for you during load time a

Re: Please run with assert on when you're developing...

2013-06-11 Thread John Burwell
+100 On Jun 11, 2013, at 8:17 PM, Alex Huang wrote: > Hi All, > > CloudStack code have many asserts to guarantee code is written correctly for > the developers. I recently realized that since we've converted to maven, we > no longer run with assert on as developers. It is very important that

RE: Please run with assert on when you're developing...

2013-06-12 Thread Alex Huang
g [mailto:alex.hu...@citrix.com] > Sent: Tuesday, June 11, 2013 5:18 PM > To: dev@cloudstack.apache.org > Subject: Please run with assert on when you're developing... > > Hi All, > > CloudStack code have many asserts to guarantee code is written correctly for > the de