kosmaty
Results
2
issues of
kosmaty
I think that `org.jfree.data.general.Series.listeners` field should be declared transient and recreated in `readObject` method. In all other places it is transient.
I wanted to try new Coherence Stream API using bedrock-coherence. I've created a test case (based on `AbstractCoherenceClusterBuilderTest.shouldAccessNamedCache()`) with simple call to `namedCache.stream().collect(RemoteCollectors.counting())`: @Test public void shouldSupportRemoteCollectors() { final int...
Priority: Major
Module: Coherence Testing Support
Type: Defect