Skip to content

IArchiveExtractCallback.setOperationResult(ExtractOperationResult.OK) muzz never be invoked for SKIPPED 7Zip archive entry #74

@GooogLeMorons

Description

@GooogLeMorons

When extracting a 7z archive and skipping some entries by returning null from IArchiveExtractCallback.getStream(...), the setOperationResult(ExtractOperationResult.OK) is always invoked, independently if the entry was 'skipped' before or not.

with Zip and Rar archives setOperationResult(ExtractOperationResult.OK) is never invoked for skipped entries, only for actually extracted ones.
should be the same for 7z archives too.

7-Zip JBinding 16.02-2.01 / windows-amd64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions