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

(METHOD|CONSTRUCTOR)_CALLs with arguments are not matched

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • False
    • None

      D/S Bug for: https://github.com/konveyor/analyzer-lsp/issues/781

       

      Currently, this condition
      java.referenced: location: CONSTRUCTOR_CALLpattern: javax.servlet.UnavailableException(javax.servlet.Servlet,java.lang.String)
       
      won't match against
      String str = "something"; Servlet s = exception1.getServlet(); UnavailableException exception2 = new UnavailableException(s, str);
       
      while according to the JDTLS tools docs it should be a match.

      Non FQN searches do not match either:
      java.referenced: location: CONSTRUCTOR_CALLpattern: UnavailableException(Servlet,String)
       

              rhn-engineering-dymurray Dylan Murray
              rh-ee-abrugaro Alejandro Brugarolas
              Igor Braginsky Igor Braginsky
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: