173174175176177178179180181182183
errRep.onError(ErrorConstants.ILLEGAL_CONFIG, "Multiple top-level OR states active!", scxmlCount); } //cleanup scxmlCount.clear(); counts.clear(); return legalConfig; } /** * Finds the least common ancestor of transition targets tt1 and tt2 if
172173174175176177178179180181182
errRep.onError(ErrorReporter.ILLEGAL_CONFIG, "Multiple top-level OR states active!", scxmlCount); } //cleanup scxmlCount.clear(); counts.clear(); return legalConfig; } /** * Finds the least common ancestor of transition targets tt1 and tt2 if
160161162163164165166167168169170
hashMap.put("Hello", "Bye"); assertFalse(hashMap.isEmpty()); assertTrue(hashMap.size() == SIZE_ONE); hashMap.clear(); assertTrue(hashMap.isEmpty()); assertTrue(hashMap.size() == 0); } /*