XMLWordPrintable

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

      we've realised that there is an issue in the java-generic-information.windup.groovy file

      expressions like this one are wrong :
      .when(javaMethodCallCondition("{*}.Main.getCamelContext{s|map}()"))

      as internally windup is not resolving well that expression and can give false positives

      that expression and similars should be replaced by :
      .when(javaMethodCallCondition("{*}.Main.getCamelContext{var1}()"))
      .perform(....)
      .where("var1").matches("s|map")

       

              mmelko@redhat.com Matej Melko
              jvilalop@redhat.com Jonathan Vila Lopez (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: