driver733/VK-Uploader

View on GitHub
src/main/java/com/driver733/vkuploader/wallpost/attachment/support/Zipped.java

Summary

Maintainability
A
0 mins
Test Coverage

Method stream has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    @Override
    public InputStream stream() throws Exception {
        final ByteArrayOutputStream out = new ByteArrayOutputStream();
        try (ZipOutputStream zos = new ZipOutputStream(out)) {
            final List<Path> paths = Files.walk(

    There are no issues that match your filters.

    Category
    Status