[jira] [Created] (FLINK-6444) Add a check that '@VisibleForTesting' methods are only used in tests

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-6444) Add a check that '@VisibleForTesting' methods are only used in tests

Shang Yuanchun (Jira)
Stephan Ewen created FLINK-6444:
-----------------------------------

             Summary: Add a check that '@VisibleForTesting' methods are only used in tests
                 Key: FLINK-6444
                 URL: https://issues.apache.org/jira/browse/FLINK-6444
             Project: Flink
          Issue Type: Improvement
          Components: Build System
            Reporter: Stephan Ewen


Some methods are annotated with {{@VisibleForTesting}}. These methods should only be called from tests.

This is currently not enforced / checked during the build. We should add such a check.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)