Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1798

MutationListener.vertexPropertyChanged oldValue should be a VertexProperty

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.2.6
    • 3.2.7, 3.3.1
    • process

    Description

      Currently the signature looks like this:

      public void vertexPropertyChanged(final Vertex element, final Property oldValue, final Object setValue, final Object... vertexPropertyKeyValues);
      

      But should probably be:

      public void vertexPropertyChanged(final Vertex element, final VertexProperty oldValue, final Object setValue, final Object... vertexPropertyKeyValues);
      

      Attachments

        Issue Links

          Activity

            People

              spmallette Stephen Mallette
              bryncooke Bryn Cooke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: