You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raffi Khatchadourian edited this page Dec 19, 2017
·
1 revision
Limitations
Currently, the refactoring test suite helper() method requires a String that represents the stream creation expression. This string must be unique, meaning that in A.java, each stream to be tested must be uniquely created.
Although this is a current limitation of the testing harness, it is often easy to vary the stream creation expression by simply changing variable names. For example: