Uploaded image for project: 'yangtools'
  1. yangtools
  2. YANGTOOLS-1071

Deprecate SchemaNode.getPath() for removal

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • 7.0.8
    • None
    • parser
    • None

      Once all other issues have been resolved and we are ready to start removal of getPath(), change its definition to:

      @Deprecated(forRemoval = true)
      default getPath() {
          throw new UnsupportedOperationException(getClass() + " does not provide SchemaPath");
      }
      

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: