Prepared by: | shurailine on Wed Nov 8 15:40:13 PST 2017 |
---|---|
Workspace: | /Users/shura/JDK/hg/jemmy/v3 |
Compare against: | http://hg.openjdk.java.net/code-tools/jemmy/v3/ |
Summary of changes: | 16315 lines changed: 16315 ins; 0 del; 0 mod; 0 unchg |
Patch of changes: | v3.patch |
Legend: |
Modified file Deleted file New file |
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/build.xml
86 lines changed: 86 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/doc/Jemmy3Lookup.html
153 lines changed: 153 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/doc/Jemmy3UserTutorial.html
143 lines changed: 143 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/Dimension.java
205 lines changed: 205 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/JemmyException.java
83 lines changed: 83 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/Point.java
257 lines changed: 257 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/Rectangle.java
982 lines changed: 982 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/TimeoutExpiredException.java
43 lines changed: 43 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/Vector.java
131 lines changed: 131 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/Version.java
139 lines changed: 139 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/action/AbstractExecutor.java
198 lines changed: 198 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/action/Action.java
153 lines changed: 153 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/action/ActionExecutor.java
81 lines changed: 81 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/action/ActionQueue.java
189 lines changed: 189 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/action/DefaultExecutor.java
78 lines changed: 78 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/action/FutureAction.java
62 lines changed: 62 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/action/GetAction.java
85 lines changed: 85 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/AbstractWrapper.java
121 lines changed: 121 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/As.java
49 lines changed: 49 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/ControlInterfaces.java
65 lines changed: 65 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/ControlType.java
41 lines changed: 41 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/DefaultWrapper.java
74 lines changed: 74 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/FieldProperties.java
57 lines changed: 57 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/JemmySupportWrapper.java
68 lines changed: 68 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/LazyWrapper.java
75 lines changed: 75 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/MethodProperties.java
58 lines changed: 58 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/Property.java
53 lines changed: 53 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/ScreenArea.java
40 lines changed: 40 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/SelectorImpl.java
110 lines changed: 110 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/Wrap.java
945 lines changed: 945 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/Wrapper.java
39 lines changed: 39 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/WrapperDelegate.java
45 lines changed: 45 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/WrapperException.java
64 lines changed: 64 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/control/WrapperImpl.java
67 lines changed: 67 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/dock/DefaultParent.java
46 lines changed: 46 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/dock/DefaultWrapper.java
41 lines changed: 41 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/dock/Dock.java
189 lines changed: 189 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/dock/DockInfo.java
66 lines changed: 66 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/dock/ObjectLookup.java
47 lines changed: 47 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/dock/PreferredParent.java
40 lines changed: 40 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/dock/Shortcut.java
43 lines changed: 43 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/env/Environment.java
631 lines changed: 631 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/env/TestOut.java
277 lines changed: 277 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/env/Timeout.java
123 lines changed: 123 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/Image.java
44 lines changed: 44 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/ImageCapturer.java
43 lines changed: 43 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/ImageComparator.java
47 lines changed: 47 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/ImageLoader.java
41 lines changed: 41 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/ImageStore.java
31 lines changed: 31 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/AverageDistanceComparator.java
88 lines changed: 88 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/BaseCountingRasterComparator.java
81 lines changed: 81 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/ColorMappingComparator.java
142 lines changed: 142 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/MaxDistanceComparator.java
73 lines changed: 73 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/PNGFileImageStore.java
65 lines changed: 65 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/PNGLoader.java
228 lines changed: 228 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/PNGSaver.java
231 lines changed: 231 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/PeakSignalNoiseRatioComparator.java
82 lines changed: 82 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/PixelEqualityRasterComparator.java
73 lines changed: 73 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/PixelImageComparator.java
235 lines changed: 235 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/Raster.java
77 lines changed: 77 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/RasterComparator.java
44 lines changed: 44 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/ResizeComparator.java
151 lines changed: 151 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/ThresholdComparator.java
55 lines changed: 55 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/image/pixel/WriteableRaster.java
37 lines changed: 37 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/AbstractCaretOwner.java
94 lines changed: 94 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/AbstractScroll.java
33 lines changed: 33 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/CaretImpl.java
277 lines changed: 277 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/CaretText.java
134 lines changed: 134 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/CharBindingMap.java
57 lines changed: 57 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/ClickFocus.java
67 lines changed: 67 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/DefaultCharBindingMap.java
196 lines changed: 196 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/KnobDragScrollerImpl.java
172 lines changed: 172 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/RegexCaretDirection.java
96 lines changed: 96 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/ScrollerImpl.java
134 lines changed: 134 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/SelectionText.java
89 lines changed: 89 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/StringCriteriaList.java
67 lines changed: 67 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/StringMenuOwner.java
91 lines changed: 91 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/StringMenuSelectableOwner.java
110 lines changed: 110 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/StringPopupOwner.java
54 lines changed: 54 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/StringPopupSelectableOwner.java
115 lines changed: 115 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/StringTree.java
45 lines changed: 45 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/TextCaret.java
81 lines changed: 81 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/TextImpl.java
158 lines changed: 158 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/input/WindowImpl.java
89 lines changed: 89 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Button.java
33 lines changed: 33 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Caret.java
54 lines changed: 54 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/CaretOwner.java
61 lines changed: 61 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Collapsible.java
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/ControlInterface.java
32 lines changed: 32 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/ControlInterfaceFactory.java
56 lines changed: 56 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Drag.java
92 lines changed: 92 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Expandable.java
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Focus.java
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Focusable.java
39 lines changed: 39 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/InterfaceException.java
60 lines changed: 60 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/IntervalSelectable.java
44 lines changed: 44 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/IntervalSelector.java
42 lines changed: 42 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Keyboard.java
570 lines changed: 570 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Label.java
41 lines changed: 41 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Menu.java
48 lines changed: 48 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/MenuOwner.java
42 lines changed: 42 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/MenuSelectable.java
63 lines changed: 63 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/MenuSelectableOwner.java
34 lines changed: 34 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Modifier.java
32 lines changed: 32 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Mouse.java
205 lines changed: 205 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Parent.java
69 lines changed: 69 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/PopupOwner.java
40 lines changed: 40 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/PopupSelectableOwner.java
36 lines changed: 36 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Scroll.java
60 lines changed: 60 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Selectable.java
64 lines changed: 64 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Selector.java
37 lines changed: 37 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Show.java
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Showable.java
39 lines changed: 39 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Text.java
44 lines changed: 44 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/TextInput.java
40 lines changed: 40 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Tree.java
34 lines changed: 34 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/TreeItem.java
30 lines changed: 30 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/TreeSelector.java
41 lines changed: 41 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/TypeControlInterface.java
38 lines changed: 38 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/interfaces/Window.java
71 lines changed: 71 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/jemmy.properties
3 lines changed: 3 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/AbstractLookup.java
454 lines changed: 454 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/AbstractParent.java
55 lines changed: 55 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/Any.java
46 lines changed: 46 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/ByStringLookup.java
77 lines changed: 77 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/ByToStringLookup.java
45 lines changed: 45 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/CompoundLookup.java
63 lines changed: 63 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/ControlHierarchy.java
48 lines changed: 48 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/ControlList.java
38 lines changed: 38 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/CoordinateLookup.java
75 lines changed: 75 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/EqualsLookup.java
46 lines changed: 46 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/HierarchyLookup.java
95 lines changed: 95 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/ImageLookup.java
70 lines changed: 70 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/Lookup.java
133 lines changed: 133 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/LookupCriteria.java
38 lines changed: 38 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/ParentImpl.java
107 lines changed: 107 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/PlainLookup.java
84 lines changed: 84 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/PropLookup.java
64 lines changed: 64 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/lookup/RelativeCoordinateLookup.java
92 lines changed: 92 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/operators/Screen.java
63 lines changed: 63 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/operators/ScreenRectangle.java
55 lines changed: 55 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/resources/StringComparePolicy.java
99 lines changed: 99 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/timing/State.java
39 lines changed: 39 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/timing/TimedCriteria.java
32 lines changed: 32 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/timing/Timeline.java
150 lines changed: 150 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/src/org/jemmy/timing/Waiter.java
132 lines changed: 132 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/TEST.ROOT
2 lines changed: 2 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/RectangleTest.java
62 lines changed: 62 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/animation/TimelineTest.java
104 lines changed: 104 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/control/PropertiesTest.java
120 lines changed: 120 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/env/EnvironmentTest.java
256 lines changed: 256 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/env/LoadRelativeTimeoutsTest.java
64 lines changed: 64 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/env/LoadTimeoutsTest.java
93 lines changed: 93 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/env/SetTimeoutsTest.java
67 lines changed: 67 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/image/SaveLoadImageTest.java
143 lines changed: 143 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/image/pixel/PixelImageComparatorTest.java
114 lines changed: 114 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/properties/PropTest.java
85 lines changed: 85 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/properties/TestObject.java
39 lines changed: 39 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
Patch
Raw
core/JemmyCore/test/org/jemmy/properties/TestWrap.java
63 lines changed: 63 ins; 0 del; 0 mod; 0 unchg
This code review page was prepared using ../../../bin/webrev.ksh (vers 25.7-hg+openjdk.java.net).