Esempio n. 1
0
 private void init() {
   constructedTimes++;
   id = constructedTimes;
   Err.pr("####### Have created DebugList " + id);
   if (id == 0) {
     Err.stack();
   }
 }