slinkydeveloper commented on pull request #19039:
URL: https://github.com/apache/flink/pull/19039#issuecomment-1066661528


   > Is it not possible to deduce that from the import/package?
   
   In theory the type inference provided by JavaParser catches it through 
imports in most of the cases, but sometimes this doesn't work as it hits some 
corner cases.
   
   Maybe we can do something on the tool itself, but this certainly requires 
some work and i'm not how much worth it is :) I'm not sure it's even that easy, 
as it also depends on whether you refer to the assertions using static imports, 
or `Assertions.` etc... 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to