Uploaded image for project: 'OpenNLP'
  1. OpenNLP
  2. OPENNLP-248

Span.equals does not check span type correctly if one has null type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • tools-1.5.2-incubating
    • tools-1.5.2-incubating
    • None
    • None

    Description

      Span a1 = new Span(100, 1000, "test");
      Span d1 = new Span(100, 1000);

      a1.equals(d1) returns false
      d1.equals(a1) returns true

      Attachments

        Activity

          People

            colen William Colen
            colen William Colen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: