-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
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
Labels
No labels