Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-1038

getNodeTypes() and getNodeNames() are switched in org.jbpm.graph.node.NodeTypes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • jBPM 3.2.2
    • jBPM 3.2.0
    • None
    • None
    • Low
    • Workaround Exists
    • Hide

      public static Set getNodeTypes()

      { return nodeTypes.keySet(); }

      public static Set getNodeNames()

      { return nodeNames.keySet(); }

      Show
      public static Set getNodeTypes() { return nodeTypes.keySet(); } public static Set getNodeNames() { return nodeNames.keySet(); }

      getNodeTypes() is returning nodeNames and getNodeNames() returns the nodeTypes

            tom.baeyens Tom Baeyens (Inactive)
            lanzm Marcel Lanz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: