)]}'
{
  "commit": "39bc4895996d0f2a45e36d65784d9285278d4eb6",
  "tree": "3a053c684fe229575cc0e4cdd9ef2d09fbd74d6e",
  "parents": [
    "b17d85e15fed89fe0b4737d1b35cca45736a10ff"
  ],
  "author": {
    "name": "Stephan Wahlbrink",
    "email": "sw@wahlbrink.eu",
    "time": "Fri Nov 22 07:50:23 2013 +0100"
  },
  "committer": {
    "name": "Stephan Wahlbrink",
    "email": "sw@wahlbrink.eu",
    "time": "Fri Nov 22 07:50:23 2013 +0100"
  },
  "message": "Bug 413224: Reworked selection layer and models to better support large\ndata sets and to make the models independent of SWT\n  - Refactored API, mainly replaced int[], List\u003cInteger\u003e and similar\n    position references by RangeList and SWT Rectangle by our version\n  - Improved implementation of selection model, especially reduced the\n    memory consumption when calculating fully selected columns/rows\n\nIncompatible API changes:\n  - Changed method signatures \u003d if methods are used by external code, it\n    may be necessary to adapted the code (class RangeList offers different\n    constructors to easily create such list, use RangeList#values() to\n    get single position values)\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2bf57387b49c7cc06b7165efe8837049a152e6a0",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/copy/command/CopyDataCommandHandlerTest.java",
      "new_id": "62d129cb606c268e26fc31bb8e6f3b6d171038bc",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/copy/command/CopyDataCommandHandlerTest.java"
    },
    {
      "type": "modify",
      "old_id": "e5e842743d9dbae23c57399926c4e044803beb6d",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/resize/AutoResizeColumnsTest.java",
      "new_id": "98f30e83fee99fecf4d42a98db66e5ff02114ecc",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/resize/AutoResizeColumnsTest.java"
    },
    {
      "type": "modify",
      "old_id": "571ecfdd6886ecd03aea7122c41912620dae262d",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/search/strategy/ColumnSearchStrategyTest.java",
      "new_id": "dfeef6558f2738169e64f188129658614a5fe159",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/search/strategy/ColumnSearchStrategyTest.java"
    },
    {
      "type": "modify",
      "old_id": "88c35b5e8aab66f981f9e3a994ef78b1ed172a96",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/search/strategy/RowSearchStrategyTest.java",
      "new_id": "1871ec8c605cf09b1f8cdd1d07177a060a679c08",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/search/strategy/RowSearchStrategyTest.java"
    },
    {
      "type": "modify",
      "old_id": "90b1c94c122405b621a67089a5c50f092f425d2b",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/search/strategy/SelectionSearchStrategyTest.java",
      "new_id": "f017dea8ea1f408eea4a63e3d03a86750e87a7a2",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/search/strategy/SelectionSearchStrategyTest.java"
    },
    {
      "type": "modify",
      "old_id": "6c9c781e6a1531258de1eebaaf574f66c80a938a",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/selection/CellSelectionTest.java",
      "new_id": "6f49755657b82564635322f8ab8fe6c550da0724",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/selection/CellSelectionTest.java"
    },
    {
      "type": "modify",
      "old_id": "74622cf470b35b9d9bc793361098794f134da941",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/selection/ColumnSelectionTest.java",
      "new_id": "35fbcbe20ec5247cf844ce6d494bc02f71a0572a",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/selection/ColumnSelectionTest.java"
    },
    {
      "type": "modify",
      "old_id": "d720568bfc270f0810a1d1350a1a5bef3afc2d0b",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/selection/RowSelectionTest.java",
      "new_id": "6a6a26564d617bd7ab7133e87368ca5abe2c8970",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/selection/RowSelectionTest.java"
    },
    {
      "type": "modify",
      "old_id": "1229bb7cbe6682d622bd000d4ff4b5c7123cbbbd",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/selection/SelectionModelTest.java",
      "new_id": "fcffd261203a587b7f40413d7a23928d8fc86b58",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/selection/SelectionModelTest.java"
    },
    {
      "type": "modify",
      "old_id": "9a8ea5516acba42b4be75f52e73b76ff59487126",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/style/editor/command/DisplayColumnStyleEditorCommandHandlerTest.java",
      "new_id": "2c33cc47c22edc0066f2b29a4aae41fcd91de06e",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/style/editor/command/DisplayColumnStyleEditorCommandHandlerTest.java"
    },
    {
      "type": "modify",
      "old_id": "7694196caeddf9cd8af64feba13912ec7562a5f1",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/test/integration/SelectionIntegrationTest.java",
      "new_id": "4b017561ce7b046b0c143720f00cef785b7d6376",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core.test/src/org/eclipse/nebula/widgets/nattable/test/integration/SelectionIntegrationTest.java"
    },
    {
      "type": "modify",
      "old_id": "07d4f8755f5b2d7e8cefd095e07c06b257df2749",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/copy/command/CopyDataCommandHandler.java",
      "new_id": "4bd968f000e95abd5932c3543eb7584a5c5f1119",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/copy/command/CopyDataCommandHandler.java"
    },
    {
      "type": "modify",
      "old_id": "d140eef0e88a17a96fad08bc4f62572b1a3b4427",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/edit/command/EditUtils.java",
      "new_id": "7222280462d3ef35291c4ab687ab6ab181ca4e21",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/edit/command/EditUtils.java"
    },
    {
      "type": "modify",
      "old_id": "5667e6cfa7f1c71ac522243209f60b47888631ee",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/grid/layer/event/ColumnHeaderSelectionEvent.java",
      "new_id": "98154732796bd7be31e41abbd64f8cc3e4dbbf25",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/grid/layer/event/ColumnHeaderSelectionEvent.java"
    },
    {
      "type": "modify",
      "old_id": "8f16c1927fb88bd12b295e3837d417d331811b71",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/RowGroupHeaderLayer.java",
      "new_id": "18c5614f5fa19d53524dab15a39120f82ad32fc3",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/RowGroupHeaderLayer.java"
    },
    {
      "type": "modify",
      "old_id": "50c72530030dba139f4dbf12a59a1c296db3a6e2",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/command/ColumnGroupsCommandHandler.java",
      "new_id": "c0aa867a23de4cd906e6ac6f11b1ef3e504eedd3",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/command/ColumnGroupsCommandHandler.java"
    },
    {
      "type": "modify",
      "old_id": "d5e1b592c84ab34741b8eaffc6c3b1aaf02c67f8",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/resize/command/InitializeAutoResizeColumnsCommand.java",
      "new_id": "123f4ab943f3711abf961964bde65cbad5ce4552",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/resize/command/InitializeAutoResizeColumnsCommand.java"
    },
    {
      "type": "modify",
      "old_id": "9d7926cea7fb57ef3efd50586ec48f0d0528c9b5",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/resize/command/InitializeAutoResizeRowsCommand.java",
      "new_id": "34707353b74f8f52e8d6698ad5071d64162f638b",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/resize/command/InitializeAutoResizeRowsCommand.java"
    },
    {
      "type": "modify",
      "old_id": "e4c1f9870335f2a4fc96a10ad1056c7259f66ca9",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/search/strategy/CellDisplayValueSearchUtil.java",
      "new_id": "17d3f74dc264d4392ca8f99a8f4e360396797126",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/search/strategy/CellDisplayValueSearchUtil.java"
    },
    {
      "type": "modify",
      "old_id": "22b8d0e5a57fcaa04119321e0ea84b6c7df00cd4",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/search/strategy/ColumnSearchStrategy.java",
      "new_id": "e78c389f878fb57f14d5195496b10439072318df",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/search/strategy/ColumnSearchStrategy.java"
    },
    {
      "type": "modify",
      "old_id": "097988f96165c84adb054cd750a948d89a6b0416",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/search/strategy/RowSearchStrategy.java",
      "new_id": "f02ee86f8e8959e113769a14ce73b52bad59d111",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/search/strategy/RowSearchStrategy.java"
    },
    {
      "type": "modify",
      "old_id": "1c13d2f7b6bc79dd64810782668d3709777661ed",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/search/strategy/SelectionSearchStrategy.java",
      "new_id": "2b0828f2e73935b038b844611e83e612bb33dab8",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/search/strategy/SelectionSearchStrategy.java"
    },
    {
      "type": "modify",
      "old_id": "090735e240451f92a030d72a92b34af0d052879a",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/ISelectionModel.java",
      "new_id": "1bcdcd716242c7311886411ccbe3542549e194e9",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/ISelectionModel.java"
    },
    {
      "type": "modify",
      "old_id": "b96f8487054b943d594fda64aa9c4ee8c8256d82",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/RowSelectionModel.java",
      "new_id": "67b2df5c9847309188c16aaa6b1de10cf21c1768",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/RowSelectionModel.java"
    },
    {
      "type": "modify",
      "old_id": "cfacfe9839549323f2ae5d54295c6c51b26e8bbd",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/RowSelectionProvider.java",
      "new_id": "db91399155192a5a5e0ba334220a613f8fd94936",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/RowSelectionProvider.java"
    },
    {
      "type": "modify",
      "old_id": "79da8830dfc897e19d79107ee2d22452fd887d5c",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectCellCommandHandler.java",
      "new_id": "56a56cc56bc778c4a2bbf51a2de72afd48cb7f41",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectCellCommandHandler.java"
    },
    {
      "type": "modify",
      "old_id": "7e3897fc30c535990b0dcd9e2ee81344e7f99cbf",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectColumnCommandHandler.java",
      "new_id": "63322b0237f6b6c65ef47df88f3836b83011568c",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectColumnCommandHandler.java"
    },
    {
      "type": "modify",
      "old_id": "d458bb1501105dcaa3be3456539db0d5ff5dbfe9",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectRowCommandHandler.java",
      "new_id": "97d333a21a24010e8a02af85df3e7eba851ecc2a",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectRowCommandHandler.java"
    },
    {
      "type": "modify",
      "old_id": "9411cb3eb726cf7fd8cb583550fa4a7d1cd0c2c7",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectRowGroupCommandHandler.java",
      "new_id": "96dc1cf45a6b0e4f057d2597768250cc84da7628",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectRowGroupCommandHandler.java"
    },
    {
      "type": "modify",
      "old_id": "9d1fa3cfebe0a72428f51fa61a4ea8dac8a73df1",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectionLayer.java",
      "new_id": "557b0095aa264bc8d51d8b0c1ac6f6f58adc77eb",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectionLayer.java"
    },
    {
      "type": "modify",
      "old_id": "1dbb3c2a45bc8e8fb96e36baf8698e476a643965",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectionModel.java",
      "new_id": "ddc9ba6752ff657e99c8a2ae8a80e409cd61feab",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectionModel.java"
    },
    {
      "type": "modify",
      "old_id": "b49db61bf2e98578849ebf04d081db14072a535b",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/event/ColumnSelectionEvent.java",
      "new_id": "5912acfeebfa31c1e10593fc2e94e50e689e0c4c",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/event/ColumnSelectionEvent.java"
    },
    {
      "type": "modify",
      "old_id": "d649f67d3bf78ddc6b7d58ca4643e722d9e0f36b",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/event/RowSelectionEvent.java",
      "new_id": "ab51770594ba414c5dad7cb5ed0847a3cecd1f6e",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/event/RowSelectionEvent.java"
    },
    {
      "type": "modify",
      "old_id": "9e3b326b11ce83781e6e2428339e5ddaac53c573",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/event/SelectionLayerStructuralChangeEventHandler.java",
      "new_id": "25d44a6d0c1517c7806b8e5a3c916c81c9f9513f",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/event/SelectionLayerStructuralChangeEventHandler.java"
    },
    {
      "type": "modify",
      "old_id": "b2ab09baedbf82e58b594edc3b053648f732601e",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/sort/event/SortColumnEvent.java",
      "new_id": "f5d250708a1b67846e323fcac535c3a815946582",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/sort/event/SortColumnEvent.java"
    },
    {
      "type": "modify",
      "old_id": "91169e0dce74a678f3700aa62852f62e5da61ee8",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/style/editor/command/DisplayColumnStyleEditorCommandHandler.java",
      "new_id": "d9e1aeec9253af494a4491e2b05a8442002d0ff9",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/style/editor/command/DisplayColumnStyleEditorCommandHandler.java"
    },
    {
      "type": "modify",
      "old_id": "02fd05f5ae4aa857a8b50fd555e67e700fda41c7",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/tickupdate/command/TickUpdateCommandHandler.java",
      "new_id": "03838ab0495c610be3d801083e9f46db1b76b6a4",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/tickupdate/command/TickUpdateCommandHandler.java"
    },
    {
      "type": "modify",
      "old_id": "befc6e77bfd01748627094604a160bb787132273",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/src/org/eclipse/nebula/widgets/nattable/extension/glazedlists/test/integration/HideMultipleColumnsIntegrationTest.java",
      "new_id": "cb96ba9b196ed092cf684d376bc822eac2f93dd5",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/src/org/eclipse/nebula/widgets/nattable/extension/glazedlists/test/integration/HideMultipleColumnsIntegrationTest.java"
    },
    {
      "type": "modify",
      "old_id": "e40b7970c4b0852971b364939a02891e722ce6a8",
      "old_mode": 33188,
      "old_path": "org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/src/org/eclipse/nebula/widgets/nattable/extension/glazedlists/test/integration/RowSelectionIntegrationTest.java",
      "new_id": "0d8e2931d9959f825f4a52e48dcc69acb2d361a1",
      "new_mode": 33188,
      "new_path": "org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/src/org/eclipse/nebula/widgets/nattable/extension/glazedlists/test/integration/RowSelectionIntegrationTest.java"
    }
  ]
}
