better error reporting on incomplete hierarchy in JDR

This commit is contained in:
Stepan Koltsov
2012-02-20 21:28:10 +04:00
parent b36da4da12
commit 5eb483b7a7
3 changed files with 44 additions and 3 deletions
@@ -171,6 +171,8 @@ public interface BindingContext {
WritableSlice<String, ClassDescriptor> FQNAME_TO_CLASS_DESCRIPTOR = new BasicWritableSlice<String, ClassDescriptor>(DO_NOTHING, true);
WritableSlice<String, NamespaceDescriptor> FQNAME_TO_NAMESPACE_DESCRIPTOR = new BasicWritableSlice<String, NamespaceDescriptor>(DO_NOTHING);
WritableSlice<ClassDescriptor, Boolean> INCOMPLETE_HIERARCHY = Slices.createCollectiveSetSlice();
@SuppressWarnings("UnusedDeclaration")
@Deprecated // This field is needed only for the side effects of its initializer