Uploaded image for project: 'Migration Toolkit for Applications'
  1. Migration Toolkit for Applications
  2. MTA-6294

The patterns in ruleID "weblogic-catchall-01000" in "129-weblogic-catchall.windup.yaml" should be updated so as to match the "import" statements.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • MTA 8.1.0
    • MTA 8.0.0
    • MTA CLI
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • False
    • Customer Facing
    • None

      Description of problem:

      The patterns in ruleID "weblogic-catchall-01000" in "129-weblogic-catchall.windup.yaml" should be updated so as to match the "import" statements like following.

      pattern: import *(?P<prefix>(com\.weblogic[^.]*\.)|(com\.bea[^.]*\.)|(bea\.)|(weblogic\.))?(?P<remainder>.*); 

      mta-8.0.0-cli-linux-amd64/rulesets/eap7/129-weblogic-catchall.windup.yaml

           1    - category: potential
           2      customVariables:
           3      - name: remainder
           4        nameOfCaptureGroup: remainder
      ==>  5        pattern: (?P<prefix>(com\.weblogic[^.]*\.)|(com\.bea[^.]*\.)|(bea\.)|(weblogic\.))?(?P<remainder>.*)
           6      - name: prefix
           7        nameOfCaptureGroup: prefix
      ==>  8        pattern: (?P<prefix>(com\.weblogic[^.]*\.)|(com\.bea[^.]*\.)|(bea\.)|(weblogic\.))?(?P<remainder>.*)
           9      description: WebLogic proprietary type reference 

      Version-Release number of selected component (if applicable):

              emcmulla@redhat.com Emily McMullan
              rhn-support-mkawakam Manabu Kawakami
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: