Uploaded image for project: 'WINDUPRULE - Red Hat Application Migration Toolkit rules'
  1. WINDUPRULE - Red Hat Application Migration Toolkit rules
  2. WINDUPRULE-391 Rules for Camel 2 to 3.0 migration
  3. WINDUPRULE-610

Fix Rules xml-moved-components-00012 and xml-moved-components-00013 to avoid false positives

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • None
    • 4.3.1.Final
    • None
    • None
    • MA Sprint 16, MA Sprint 17, MA Sprint 18, Sprint 19, Sprint 20, Sprint 21, Sprint 22

    Description

      These 2 rules are combining conditions using AND , and this is giving false positives
      so instead of :

      <when> 
         <xmofile ...... as="dependencies">
         <javaclass .... >
         <perform>
      

      it should be

         when
              xmlfile ..... as="dependencies"
         perform
              iteration over="dependencies"
                 when 
                      javaclass
                 perform
      

      Attachments

        Activity

          People

            johnpoth_jira John Poth (Inactive)
            jvilalop@redhat.com Jonathan Vila Lopez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: