-
Bug
-
Resolution: Unresolved
-
Major
-
MTA 8.0.1
-
Quality / Stability / Reliability
-
False
-
-
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)