Searched refs:REMOVED_CLASS (Results 1 – 3 of 3) sorted by relevance
261 public static final Error REMOVED_CLASS = new Error(8, WARNING); field in Errors281 public static final Error REMOVED_DEPRECATED_CLASS = new Error(28, REMOVED_CLASS);
525 Errors.error(Errors.REMOVED_CLASS, cInfo.position(), in isConsistent()
95 assertEquals(Errors.REMOVED_CLASS, report.errors().iterator().next().error()); in testRemovedClass()