+100 On Jun 11, 2013, at 8:17 PM, Alex Huang <alex.hu...@citrix.com> 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 we do > because it will find problems for you during load time and run time. > > To run with assert on, you can add "-ea" to MAVEN_DEBUG_OPTS. > > I tried this recently and there are many places that are asserting. Please > do a run and fix what you can. > > Thanks. > > --Alex