Details
-
Story
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
-
None
Description
Deprecate SchemaNode.getPath(), so that we flag any and all users of this method. Change its contract to:
@Deprecated
SchemaPath getPath() throws UnsupportedOperationException;
and document the fact that implementations may throw UOE.