Skip to content

Table IndexOutOfBoundsException #786

@ryanmurf

Description

@ryanmurf

Actual Behavior

IndexOutOfBoundsException is thrown in Table class setIndex

Expected Behavior

No exception

Steps to Reproduce the Problem

@Test
public void tableIndexException() {
    Table table = new Table();
    table.setName("bla");
    table.setDatabase(new Database(new Server("server", "instance"), "db"));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions