RFR 8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods

Paul Sandoz Paul.Sandoz at oracle.com
Thu Jun 4 13:01:53 UTC 2015


On Jun 4, 2015, at 10:06 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:

> 
> 
> On 03/06/2015 21:17, Paul Sandoz wrote:
>> :
>>> For the tests then @library ../../util/streambootlib doesn't seem right. Is it time to move some infrastructure to make it easier to get at in other parts of the suite?
>>> 
>> Quite probably, but not with this fix.
>> 
>> 
> Sure, but we should create a bug to get this done and avoid unexpected dependences between different areas of the test suite.
> 

https://bugs.openjdk.java.net/browse/JDK-8085814

There is some history behind the current structure of the stream-based tests that needs to be unpicked. It's somewhat standalone nature made it easy to edit in IDEs and execute directly via TestNG.

I would argue that the general structure the JDK test layout is somewhat hostile for productive IDE-based development, executing and debugging of tests.

Paul.



More information about the core-libs-dev mailing list