Tentative IP Log for technology.swtbot
This tentative IP Log is generated dynamically from automatically collected project information.
This information has not been vetted for accuracy by the Eclipse Foundation and may not represent
the true state of the IP of this project(s). Please refer to the official approved IP Log(s) associated with
the official release(s) of this project(s) for more information.
Licenses
- Eclipse Public License v1.0
Third-Party Code
Pre-Req Dependencies
| CQ | Third-Party Code | License | Use |
|---|---|---|---|
| 2860 | hamcrest - all Version: 1.1 | New BSD license | unmodified source & binary |
| 2861 | Qdox Version: 1.6.3 (PB CQ1953) | Apache License, 2.0 | unmodified binary |
| 2863 | Apache log4j Version: 1.2.13 (PB CQ139) | Apache License, 2.0 | unmodified source & binary |
| 3000 | JUnit Version: 4.5 (Including Hamcrest Core Jar 1.1) (PB CQ2583) | Common Public License 1.0, New BSD (Hamcrest Core) | unmodified source & binary |
| 3929 | easymock Version: 2.4 (ATO CQ2551) (using Orbit CQ2577) | MIT License | unmodified source & binary |
| 3930 | Mockito Version: 1.8.4 (Includes parts of CGLib and ASM) | Apache License, 2.0, New BSD license, MIT license | unmodified source & binary |
| 3931 | Objenesis Version: 1.0 (Subset, Custom) | MIT license | unmodified source & binary |
| 4273 | asm Version: 3.2 (excluding *.gz files identified in comment4) (PB CQ3427) | New BSD license | unmodified source & binary |
| 7164 | JUnit Version: 4.11 (PB Orbit CQ7066) | Common Public License 1.0 | unmodified source & binary |
| 7219 | hamcrest-all Version: 1.3 *SUBSET * | New BSD License | unmodified source & binary |
| 7320 | log4j Version: 1.2.15 Subset (PB Orbit CQ3560) | Apache License, 2.0 | unmodified source & binary |
Exempt Pre-Req and Works With Dependencies
No Exempt Pre-Req or Works With dependencies
Committers
| Past and Present Active | ||
|---|---|---|
| Name | Organization | |
| Chris Aniszczyk | ||
| Mariot Chauvin | OBEO | |
| Mickaël Istria | Red Hat, Inc. | |
| Ketan Padegaonkar | ||
| Never Active | ||
|---|---|---|
| Name | Organization | |
| Matthias Sohn | SAP AG | |
| Rastislav Wagner | Red Hat, Inc. | |
Contributors and Their Contributions
| Ref | Size | Description |
|---|---|---|
| Alexander Kurtakov (redhat.com) | ||
| 68e86d | 42 lines | Do not use org.hamcrest aggregation bundle. |
| e8fe00 | 4 lines | Do not use org.hamcrest aggregation bundle. |
| Alexander Silgidjian (sap.com) | ||
| 497486 | 41 lines | Bug 404346 - Replace usage of any() with anything() |
| Brock Janiczak (gmail.com) | ||
| 294843 | 9901 bytes | Please could we have a textWithMessage()? Patch to add withMessage |
| 298807 | 2446 bytes | Add ability to expand a tree path Updated patch |
| 299186 | 734 bytes | Check expanded/collapsed state before expanding/collapsing Patch to check state before expanding/collapsing |
| Chris Aniszczyk (gmail.com) | ||
| 263036 | 1144 bytes | Icon for SWTBot Test is missing org.eclipse.swtbot.patch |
| 274083 | 38660 bytes | SWTBot doesn't work with Eclipse 3.5M7 org.eclipse.swtbot.patch |
| Cédric Chabanois (no-log.org) | ||
| 269164 | 497 bytes | Add isGrayed to SWTBotTableItem comment #0 |
| Daniel Weber (googlemail.com) | ||
| 280421 | 3470 bytes | SWTBotTreeItem#getItems leads to invalid thread access Fixes the problem by using syncExec (patch created using git format-patch) |
| David Green (tasktop.com) | ||
| 294644 | 5088 bytes | Update o.e.s.eclipse.dsl to use current SWTBot APIs and bug fixes patch that updates DSL to use current APIs |
| 296758 | 1339 bytes | SWTBotGefFigure.click() does not invoke the currently active tool patch that fixes SWTBotGefFigureCanvas |
| 300103 | 988 bytes | SWTBotGefEditor.directEditType does not work patch that fixes the issue |
| Hans Schwaebli (yahoo.com) | ||
| 259787 | 5944 bytes | JUnit 4 Test Runner support Adds a SWTBotSuite for JUnit 4 and tests it |
| 260088 | 4516 bytes | Support for MultiPageEditorPart Draft: SWTBotMultiPageEditorPart |
| 262007 | 882 bytes | Compile error in "org.rcpmail.test" plugin Fixes import statement |
| 262980 | 55943 bytes | Migrate SWTBot's plain SWT based tests to JUnit 4.5 Migrates to JUnit 4 for tests which extend TestCase directly |
| 266700 | 4304 bytes | Improving SWTBotTreeItem - provide API to find items with the same text based on index. Adds two new methods and refactors others accordingly |
| 273403 | 2096 bytes | Adding SWTBotJUnit4Suite class Patch for adding suite support for SWTBot screenshots |
| Jesper Moller (selskabet.org) | ||
| 291618 | 5723 bytes | Most Entries from View Menu of Properties View cannot be used Testcase as a patch to 'org.eclipse.swtbot.eclipse.finder.test' |
| 322668 | 101 bytes | Provide Conditions.treeHasRows comment #0 |
| Joe Luebker (mentor.com) | ||
| 265841 | 14147 bytes | SWTBotStyledText#navigateTo, line number vs. line index patch #2 |
| 265841 | 14325 bytes | SWTBotStyledText#navigateTo, line number vs. line index 265841 patch 3b |
| John Cortell (freescale.com) | ||
| 314643 | 424 lines | RESOLVED - 332992: Missing support for Scale widget |
| 3ab699 | 10 lines | Bug 385359 - SWTBotTreeItem.getItems() should guard against disposed tree items |
| eb1796 | 11 lines | Bug 385220 - SWTBotFactory.shells() should guard against closing shells |
| 332992 | 15282 bytes | Missing support for Scale widget Fix |
| 332992 | 16840 bytes | Missing support for Scale widget Fiix |
| 332992 | 16837 bytes | Missing support for Scale widget Fix |
| 333611 | 1966 bytes | Selection event generated by Tree and Table clicks has a zero statemask value Fix |
| 333611 | 2569 bytes | Selection event generated by Tree and Table clicks has a zero statemask value Updated patch that address double-click as well |
| 385220 | 902 bytes | SWTBotFactory.shells() should guard against closing shells patch |
| 385220 | 2592 bytes | SWTBotFactory.shells() should guard against closing shells patch |
| 385220 | 1361 bytes | SWTBotFactory.shells() should guard against closing shells patch |
| 385359 | 1873 bytes | SWTBotTreeItem.getItems() should guard against disposed tree items patch |
| 385220 | 797 bytes | SWTBotFactory.shells() should guard against closing shells comment #0 |
| 385220 | 242 bytes | SWTBotFactory.shells() should guard against closing shells comment #2 |
| 385220 | 0 bytes | SWTBotFactory.shells() should guard against closing shells comment #3 |
| 385220 | 36 bytes | SWTBotFactory.shells() should guard against closing shells comment #5 |
| 385220 | 40 bytes | SWTBotFactory.shells() should guard against closing shells comment #6 |
| 385220 | 121 bytes | SWTBotFactory.shells() should guard against closing shells comment #8 |
| Jonathan LIGER (bnpparibas.com) | ||
| 8042a9 | 14 lines | FIXED Bug 387467 SWTBotView.show() does not support secondary Id |
| 387467 | 889 bytes | SWTBotView.show() does not support secondary Id comment #0 |
| 387467 | 0 bytes | SWTBotView.show() does not support secondary Id comment #2 |
| 387467 | 27 bytes | SWTBotView.show() does not support secondary Id comment #4 |
| Ketan Patel (live.com) | ||
| 259720 | 8728 bytes | Cell and TableCollection api for TreeItem updated patch with assert on # of cell |
| 259860 | 1644 bytes | TrayItem support WithItem matcher |
| 259860 | 14253 bytes | TrayItem support Recreated the patch because last one didn't work right |
| 260088 | 21899 bytes | Support for MultiPageEditorPart Updated patch with getPages method and better error message |
| 260088 | 34842 bytes | Support for MultiPageEditorPart updated with test need to provide api in bot |
| 259895 | 3436 bytes | Shell close causes widget disposed error comment #0 |
| 259895 | 172 bytes | Shell close causes widget disposed error comment #3 |
| 259895 | 185 bytes | Shell close causes widget disposed error comment #4 |
| 259895 | 574 bytes | Shell close causes widget disposed error comment #6 |
| Lewis Nguyen (gmail.com) | ||
| 296374 | 1405 bytes | Added typeText method to SWTBotCombo Patch for SWTBotCombo with typeText |
| Lorenzo Bettini (dsi.unifi.it) | ||
| 020cfc | 239 lines | Bug 384621: SWTBotTreeItem.contextMenu does not work anymore in e4 |
| 105d59 | 87 lines | Bug 401585: Use a "indigo.target" in Tycho build |
| 2a136a | 26 lines | handle custom timeouts in tests with hardcoded timeout values |
| Lorenzo Bettini (gmail.com) | ||
| 353720 | 2755 bytes | SWTBotTreeItem.doubleClick() not setting mouse button patch for fixing this bug |
| Matt Biggs (gmail.com) | ||
| 294301 | 2948 bytes | GEFBot should not use GEF GraphicalEditor class Newer patch for later code in svn |
| 294452 | 604 bytes | SWTBotEditor does not pass an IProgressMonitor when saving an editor Save Patch |
| 294717 | 908 bytes | SWTBotGefEditPart doubleClick support DoubleClick patch |
| 305110 | 990 bytes | mouseDrag(fromX, fromY, toX, toY) should not be deprecated Patch to add drag(x,y,x,y) |
| Matthias Sohn (sap.com) | ||
| 6276f5 | 42 lines | Remove the use of internal |
| 8568f5 | 11 lines | Add build configuration for Eclipse 4.2M6 |
| Mickael Istria (redhat.com) | ||
| 321626 | 2104 bytes | Methods on SWTBotGefEditor taking a SWTBotGefEditPart as Input are wrong Patch |
| Nathalie Lepine (obeo.fr) | ||
| 288100 | 0 bytes | Select an edit part from its label comment #2 |
| Pascal Gélinas (nuecho.com) | ||
| 282406 | 10552 bytes | Improved generics API to avoid unnecessary cast First phase refactoring to unleash the generics' power |
| 282406 | 55132 bytes | Improved generics API to avoid unnecessary cast Second phase of the generics API refactoring |
| 286798 | 4960 bytes | Duplicate methods in the SWTBotWorkbenchPart hierarchy A patch that "pulls up" the method getWidget from SWTBotEclipseEditor and SWTBotView into SWTBotWorkbenchPart |
| 286799 | 8852 bytes | SWTBotGefEditor superclass should be SWTBotEditor Changed the superclass to SWTBotEditor |
| 287235 | 3901 bytes | Provide an API to activate direct edit Api and "unit test" |
| 290134 | 1151 bytes | Add a getter for SWTBotWorkbenchPart#partReference Adds a getter in SWTBotWorkbenchPart |
| 299709 | 8958 bytes | Invalid API for SWTBotWorkbenchPart A patch containing the proposed changes. |
| 320912 | 80276 bytes | [SWTGefBot] Add support for GEF-based views. Proposed change |
| 286781 | 32 bytes | Invalid API for SWTBotGefEditPart#ancestors comment #2 |
| Radhakrishna Bhat (gmail.com) | ||
| 72169e | 19 lines | Get the shell which has content assist table |
| Ralf Ebert (ralfebert.de) | ||
| 263036 | 2072 bytes | Icon for SWTBot Test is missing I created an icon representing that this is a run configuration running a junit test for a windowed eclipse application |
| 271630 | 61034 bytes | SWTBot Improved RCP / Workbench support 0001-271630-SWTBot-Improved-RCP-Workbench-support.patch |
| 271631 | 1915 bytes | Changed SWTBotTable.select to varargs method so you can create a multi table selection by string 0002-271631-Changed-SWTBotTable.select-to-varargs-method.patch |
| 294989 | 1015 bytes | Add bot method to SWTBotShell git patch |
| 308768 | 1250 bytes | Missing keyboard layout exception message should point to the wiki documentation 0009-added-note-about-keyboard-layouts-to-exception-messa.patch |
| 323765 | 322 bytes | WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead comment #0 |
| 323765 | 0 bytes | WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead comment #1 |
| 323765 | 447 bytes | WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead comment #2 |
| 323765 | 0 bytes | WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead comment #3 |
| 323765 | 399 bytes | WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead comment #4 |
| 323765 | 103 bytes | WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead comment #5 |
| rawagner (redhat.com) | ||
| 8da08b | 1902 lines | 406005 Added support for multi event mapping |
| Robin Stocker (nibor.org) | ||
| 560cd2 | 13 lines | Bug 409714: Fix duplicate project names |
| rohit21agrawal (e.ntu.edu.sg) | ||
| a79505 | 573 lines | [Bug 405464] Disabled research of a lifecycle handle for jacoco plugin |
| Stef bolton (googlemail.com) | ||
| 296479 | 2426 bytes | The SWTBotGefEditor is unable to activate a tool if it's name appears more than once Patch to allow tools to be activated by index. |
| Toby Weston (gmail.com) | ||
| 259787 | 3476 bytes | JUnit 4 Test Runner support SWTBotRunner class and classpath changes (you'll need to reference junit-4.4.jar) |
| 259860 | 10475 bytes | TrayItem support initial spike, prob needs some work around waiting for components to display? |
| 259860 | 16652 bytes | TrayItem support follow up patch |
| vpakan (redhat.com) | ||
| 1a2d65 | 64 lines | 402921: Add support for List widget to SWTBot Test recorder |
| Wade Walker (austin.rr.com) | ||
| 294781 | 5083 bytes | Please add clickCloseBox() to SWTBotCTabItem to automate clicking the "x" to close a tab comment #0 |
| 294781 | 13 bytes | Please add clickCloseBox() to SWTBotCTabItem to automate clicking the "x" to close a tab comment #3 |
| 295075 | 1580 bytes | Please add select(SWTBotTreeItem...) to SWTBotTree comment #0 |
| 295075 | 363 bytes | Please add select(SWTBotTreeItem...) to SWTBotTree comment #1 |
| Yann N. Dauphin (ericsson.com) | ||
| 280470 | 6437 bytes | Support for Spinner widgets Patch that adds support for spinners |
| 281151 | 15740 bytes | Support for Slider widgets Patch that adds support for sliders |
Repositories
The information contained in this log was generated by using commit information from the following repositories:
/gitroot/swtbot/org.eclipse.swtbot.git