(StreamResource.StreamSource) () -> { final PipedInputStream pipedInputStream = new PipedInputStream(); final PipedOutputStream pipedOutputStream; try { pipedOutputStream = new PipedOutputStream(pipedInputStream); } catch (IOException e) { throw new RuntimeException(e) }};--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/fbb069dc-b0f4-4e77-a8ed-5f58131bd063%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.