Searched refs:REMOVED_PACKAGE (Results 1 – 3 of 3) sorted by relevance
114 Errors.error(Errors.REMOVED_PACKAGE, pInfo.position(), "Removed package " + pInfo.name()); in isConsistent()
260 public static final Error REMOVED_PACKAGE = new Error(7, WARNING); field in Errors
193 assertEquals(Errors.REMOVED_PACKAGE, report.errors().iterator().next().error()); in testRemovedPackage()