Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7901509

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • None
    • 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/'

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

              Created:
              Updated:
              Resolved: