Adjust bug title matching pattern after the bugsystem changed the title format

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: tools
    • None

      After the last update of JIRA the Java Bug systems returns a title with no hash before t he bug ID:

      <title>[JDK-8062493] JEP 243: Java-Level JVM Compiler Interface - Java Bug System</title>

      The pattern which parses the bug ID and Bug summary in webrev has to be updated to accommodate for this change:

      sed 's/<title>\[\(.*\)\] \(.*\) - Java Bug System<\/title>/\1 : \2/'

      vs the old:

      sed 's/<title>\[#\(.*\)\] \(.*\) - Java Bug System<\/title>/\1 : \2/'

            Assignee:
            Volker Simonis
            Reporter:
            Volker Simonis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: