Skip to content

Incorrect handling of -c option with % #379

Description

@Rad0van

The following code does not expect % in the beginning of -c option and fails on "Wrong number syntax":

if (line.hasOption('c')) {
this.verticalRulingPositions = parseFloatList(line.getOptionValue('c'));
}

That piece of code is not needed at all because -c option is already parsed in this piece of code that was already ran:

this.tableExtractor = CommandLineApp.createExtractor(line);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions