Github user twalthr commented on the pull request:

    https://github.com/apache/flink/pull/729#issuecomment-106233384
  
    I disabled the analyzer for all classes starting with "org.apache.flink". 
Because I wanted to reduce the output to the user for build-in UDFs (e.g. 
`org.apache.flink.api.java.Utils$CollectHelper` or UDFs within the Graph API). 
Initially I thought about an annotation `@SkipCodeAnalysis` but there are too 
many UDFs where this annotation should then be placed at. I think we can assume 
that UDFs shipped with Flink are already implemented effcient or unefficient 
for example purposes only.
    
    Object creations "in method" mean that these objects are created directly 
in e.g. `map()`. The analyzer also follows method calls. "transitively" created 
objects are objects created in the nested method calls.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to