Skip to content

Console Output

Skipping 8,415 KB.. Full Log
  create
11:08:26     accepts string or object as first argument
11:08:26     creates a new initialized widget with parent and session set
11:08:26     creates local object if first parameter is the objectType
11:08:26       sets property 'id' correctly when no ID is provided
11:08:26       session must be set, but adapter should not be registered
11:08:26     creates local object if first parameter of type object and contains objectType property
11:08:26 
11:08:26 ButtonAdapterMenu
11:08:26   maps defaultButton setting
11:08:26     from not set to null
11:08:26       to defaultMenu = true
11:08:26     from true
11:08:26       to defaultMenu = true
11:08:26     from false (w/o other previous values) to null
11:08:26       to defaultMenu = null
11:08:26     from false (with other previous values) to false
11:08:26       to defaultMenu = false
11:08:26   initialization / destroy
11:08:26     should set/delete adaptedBy property on original button instance
11:08:26   focusable element
11:08:26     button should delegate to adapter menu
11:08:26 
11:08:26 ContextMenuPopup
11:08:26   options.cloneMenuItems
11:08:26     true
11:08:26       clones the given menus and renders the clones
11:08:26       only destroys and removes the clones on popup close
11:08:26     false
11:08:26       renders the original menus
11:08:26       removes but does not destroy the menus on popup close
11:08:26   renderMenuItems
11:08:26     renders invisible menus
11:08:26     adds last and first classes
11:08:26     considers visibility when adding last and first classes
11:08:26     makes cloned menus non-tabbable
11:08:26 
11:08:26 MenuBarPopup
11:08:26   is opened on doAction if the menu has child actions
11:08:26   rerenders the head on a menu property change
11:08:26 
11:08:26 MenuBar
11:08:26   setMenuItems
11:08:26     prefers EmptySpace for the left position if menu has multiple menuTypes
11:08:26     must add/destroy dynamically created separators
11:08:26     renders menu bar invisible if no visible menu items are available
11:08:26     renders menu bar visible if at least one visible menu item is available
11:08:26   propertyChange
11:08:26     must listen on property changes of its menu items (even when menu bar is not rendered)
11:08:26     must remove property change listeners on destroy
11:08:26     automatically hides unused separators
11:08:26   setVisible
11:08:26     does not throw an error if called on menus moved to the ellipsis menu
11:08:26   layout
11:08:26     gets invalidated if a menu changes its visibility
11:08:26   updateDefaultMenu
11:08:26     marks first visible and enabled menu that reacts to ENTER keystroke as default menu
11:08:26     marks ButtonAdapterMenu that reacts to ENTER keystroke as default menu
11:08:26     marks first visible and enabled menu that has the "defaultMenu" flag set as default menu
11:08:26     updates state if menu gets enabled or disabled
11:08:26     updates state if keyStroke or defaultMenu property of menu changes
11:08:26     considers rendered state of default menu
11:08:26   ellipsis position
11:08:26     is calculated correctly for ellipsisPosition RIGHT
11:08:26     is calculated correctly for ellipsisPosition LEFT
11:08:26   reorderMenus
11:08:26     updates left-of-button correctly
11:08:26     updates last correctly
11:08:26 
11:08:26 MenuItemsOrder
11:08:26   _createSeparator
11:08:26   _menuTypes
11:08:26 
11:08:26 Menu
11:08:26   defaults
11:08:26     should have expected defaults
11:08:26   render
11:08:26     render depending on the actionStyle
11:08:26     render as separator
11:08:26     must not render childActions when popup is not open
11:08:26   isTabTarget
11:08:26     should return true when menu can be a target of TAB action
11:08:26   setTooltipText
11:08:26     can update the tooltip text
11:08:26   clone
11:08:26     and change child actions
11:08:26 
11:08:26 menus
11:08:26   filter
11:08:26     does nothing if no menus are given
11:08:26     returns no menus if no types are given
11:08:26     only returns visible menus, if onlyVisible param is set to true
11:08:26     only returns menus with given type (even when menu is not visible)
11:08:26     only returns parent menus if child menus should be displayed
11:08:26     only returns parent menus if child menus have correct type
11:08:26   updateSeparatorVisibility
11:08:26     makes leading separators invisible
11:08:26     makes trailing separators invisible
11:08:26     makes duplicate separators invisible
11:08:26     makes all separators invisible if there are no other visible menus
11:08:26     reverts to old state if sibling menus get visible
11:08:26     considers all rules
11:08:26 
11:08:26 ModeSelector
11:08:26   enabled
11:08:26     propagation
11:08:26   init
11:08:26     sets the selectedMode if it is provided
11:08:26     selects the correct mode if it is selected
11:08:26   selectModeByRef
11:08:26     updates the currently selected mode
11:08:26   selectModeById
11:08:26     updates the currently selected mode
11:08:26   setSelectedMode
11:08:26     unselects every mode when setting it to null
11:08:26     selects the new mode and unselects the old one
11:08:26     is called when setting the mode directly
11:08:26     triggers a property change event
11:08:26     makes sure only one mode is selected even if multiple modes are selected during init
11:08:26 
11:08:26 Mode
11:08:26   defaults
11:08:26     should be as expected
11:08:26 
11:08:26 Planner
11:08:26   deleteResources
11:08:26     deletes resources from model
11:08:26     deletes resources from html document
11:08:26     also adjusts selectedResources and selectionRange if deleted resource was selected
11:08:26   updateResources
11:08:26     updates resources in model
11:08:26     updates resources in html document
11:08:26     updates activities
11:08:26   renderScale
11:08:26     displayMode: DAY
11:08:26       draws scale for whole day
11:08:26       draws scale for one hour
11:08:26       draws scale for two hour interval
11:08:26       draws scale with only showing every second label
11:08:26     displayMode: WEEK / WORK_WEEK
11:08:26       draws scale for WEEK for whole day with 6h interval
11:08:26       draws scale for WEEK with only showing every second label
11:08:26       draws scale for WEEK with changing month
11:08:26       draws scale for WORK_WEEK for whole day with 6h interval
11:08:26       draws scale for WORK_WEEK with only showing every second label
11:08:26     displayMode: MONTH
11:08:26       draws scale
11:08:26       draws scale with only showing every second label
11:08:26     displayMode: CALENDAR_WEEK
11:08:26       draws scale for CALENDAR_WEEK displayMode
11:08:26       draws scale with only showing every second label
11:08:26       draws scale with only showing every third label
11:08:26     displayMode: YEAR
11:08:26       draws scale for YEAR displayMode
11:08:26       draws scale with only showing every second label
11:08:26       draws scale with only showing every third label
11:08:26   transformLeft/transformWidth
11:08:26     calculates left and width in WEEK mode for whole days
11:08:26     calculates left and width in WEEK mode for limitted day range
11:08:26     calculates left and width in WEEK mode for limitted day range (only firstHourOfDay set)
11:08:26   select
11:08:26     selects at least the number of intervals configured by display mode options
11:08:26     respects end of day if minSelectionIntervalCount is set
11:08:26 
11:08:26 Popup
11:08:26   withGlassPane
11:08:26     shows a glass pane if set to true
11:08:26     does not show a glass pane if set to false
11:08:26     does not get covered with glasspane when multiple popups are open
11:08:26   horizontalAlignment
11:08:26     RIGHT
11:08:26       opens on the right of the anchor
11:08:26       opens on the right of the anchor considering margin
11:08:26       moves to left when overlapping right window border
11:08:26       moves to left when overlapping right window border considering margin
11:08:26     LEFT
11:08:26       opens on the left of the anchor
11:08:26       opens on the left of the anchor considering margin
11:08:26       moves to right when overlapping left window border
11:08:26       moves to right when overlapping left window border considering margin
11:08:26     LEFTEDGE
11:08:26       opens on the left edge of the anchor
11:08:26       opens on the left edge of the anchor considering margin
11:08:26     RIGHTEDGE
11:08:26       opens on the right edge of the anchor
11:08:26       opens on the left edge of the anchor considering margin
11:08:26     CENTER
11:08:26       opens on the center of the anchor
11:08:26       opens on the center of the anchor considering margin
11:08:26   verticalAlignment
11:08:26     BOTTOM
11:08:26       opens on the bottom of the anchor
11:08:26       opens on the bottom of the anchor considering margin
11:08:26       moves to top when overlapping bottom window border
11:08:26       moves to top when overlapping bottom window border considering margin
11:08:26     TOP
11:08:26       opens on the top of the anchor
11:08:26       opens on the top of the anchor considering margin
11:08:26       moves to bottom when overlapping top window border
11:08:26       moves to bottom when overlapping top window border considering margin
11:08:26     TOPEDGE
11:08:26       opens on the top edge of the anchor
11:08:26       opens on the left edge of the anchor considering margin
11:08:26     BOTTOMEDGE
11:08:26       opens on the bottom edge of the anchor
11:08:26       opens on the bottom edge of the anchor considering margin
11:08:26     CENTER
11:08:26       opens on the center of the anchor
11:08:26       opens on the center of the anchor considering margin
11:08:26   trimWidth
11:08:26     reduces width if there is not enough space
11:08:26       on the left
11:08:26       on the right
11:08:26     with hAlign = LEFTEDGE
11:08:26       does not unnecessarily trim if the popup could be displayed completely
11:08:26   trimHeight
11:08:26     reduces height if there is not enough space
11:08:26       on the bottom
11:08:26       on the top
11:08:26       on the center
11:08:26       on the edge
11:08:26     with vAlign = TOPEDGE
11:08:26       does not unnecessarily trim if the popup could be displayed completely
11:08:26   verticalSwitch
11:08:26     with verticalAlign = bottom
11:08:26       switches to top when overlapping bottom window border
11:08:26       switches to top when overlapping bottom window border considering margin
11:08:26       switches to top when overlapping bottom window border with dynamic margins
11:08:26     with verticalAlign = top
11:08:26       switches to bottom when overlapping top window border
11:08:26       switches to top when overlapping bottom window border considering margin
11:08:26     with verticalAlign = topedge
11:08:26       switches to bottomedge when overlapping bottom window border
11:08:26       switches to bottomedge when overlapping bottom window border considering margin
11:08:26   horizontalSwitch
11:08:26     with horizontalAlign = right
11:08:26       switches to left when overlapping right window border
11:08:26       switches to left when overlapping right window border considering margin
11:08:26     with horizontalAlign = left
11:08:26       switches to right when overlapping left window border
11:08:26       switches to right when overlapping left window border considering margin
11:08:26     with horizontalAlign = rightedge
11:08:26       switches to rightedge when overlapping right window border
11:08:26       switches to rightedge when overlapping right window border considering margin
11:08:26   withArrow
11:08:26     and hAlign LEFT, vAlign CENTER
11:08:26       opens popup to the left, arrow points to the right into the center of the anchor
11:08:26     and hAlign RIGHT, vAlign CENTER
11:08:26       opens popup to the right, arrow points to the left into the center of the anchor
11:08:26     and hAlign CENTER, vAlign TOP
11:08:26       opens popup to the top, arrow points to the bottom into the center of the anchor
11:08:26     and hAlign CENTER, vAlign BOTTOM
11:08:26       opens popup to the bottom, arrow points to the top into the center of the anchor
11:08:26   open popup delayed/immediately
11:08:26     open popup not until parent is rendered and layouted
11:08:26     open popup immediately when $parent is provided
11:08:26 
11:08:26 PopupWithHead
11:08:26   verticalAlignment
11:08:26     BOTTOM
11:08:26       opens on the bottom of the anchor
11:08:26   horizontalAlignment
11:08:26     LEFTEDGE
11:08:26       opens on the left edge of the anchor
11:08:26     RIGHTEDGE
11:08:26       opens on the right edge of the anchor
11:08:26   verticalSwitch
11:08:26     with verticalAlign = bottom
11:08:26       switches to top when overlapping bottom window border
11:08:26       does not switch but trim if top side is smaller
11:08:26   horizontalSwitch
11:08:26     with horizontalAlign = leftedge
11:08:26       switches to rightedge when overlapping left window border
11:08:26     does not switch but trim if left side is smaller
11:08:26 
11:08:26 scrollbars
11:08:26   onScroll
11:08:26     attaches handler to scrolling parents which execute when scrolling
11:08:26   offScroll
11:08:26     detaches handler from scrolling parents
11:08:26   isLocationInView
11:08:26     returns true if the given location is inside the given $scrollable
11:08:26     returns false if x of the given location is outside of the given $scrollable (smaller)
11:08:26     returns false if y of the given location is outside of the given $scrollable (smaller)
11:08:26     returns false if x of the given location is outside of the given $scrollable (greater)
11:08:26     returns false if y of the given location is outside of the given $scrollable (greater)
11:08:26   render
11:08:26     ensures parent has position absolute or relative
11:08:26 
11:08:26 BusyIndicator
11:08:26   render
11:08:26     uses entry point as parent if no $parent is provided
11:08:26     uses $parent as parent if provided
11:08:26 
11:08:26 ModelAdapter
11:08:26   can handle properties in any order
11:08:26   _syncPropertiesOnPropertyChange calls set* methods or setProperty method
11:08:26   init
11:08:26     copies properties to widget
11:08:26     sets default values
11:08:26   destroy
11:08:26     destroys the adapter and its children
11:08:26     does not destroy children, which are globally used
11:08:26   onModelPropertyChange
11:08:26     adapter
11:08:26       creates and registers the new adapter
11:08:26       destroys the old adapter
11:08:26     filters
11:08:26       propertyChange events
11:08:26         should send event when property change is triggered by widget
11:08:26         should not send event when property is triggered by server
11:08:26       widget events
11:08:26         should handle widget event when it is not filtered
11:08:26         should not handle widget event when it is filtered
11:08:26     export adapter
11:08:26       exportAdapterData should export last part of model-class as ID
11:08:26     adapters
11:08:26       creates and registers adapters
11:08:26       destroys the old adapters
11:08:26       destroys the old and creates the new adapters if the array contains both
11:08:26 
11:08:26 ResponseQueue
11:08:26   add
11:08:26     adds elements to the queue in the correct order
11:08:26     removes elements that are superseded by combined response
11:08:26   process
11:08:26     processes elements in the correct order
11:08:26     does not process elements in the wrong order
11:08:26     does not process same response twice
11:08:26 
11:08:26 Session
11:08:26   send
11:08:26     sends multiple async events in one call
11:08:26     sends multiple async events in one call over multiple user interactions if sending was delayed
11:08:26     does not await the full delay if a susequent send call has a smaller delay
11:08:26     does not await the full delay if a previous send call has a smaller delay
11:08:26     coalesces events if event provides a coalesce function
11:08:26     sends requests consecutively
11:08:26     sends requests consecutively and respects delay
11:08:26     splits events into separate requests if an event requires a new request
11:08:26     does not split events into separate requests if only first request requires a new request
11:08:26     queues ?poll results when user requests are pending
11:08:26     resumes polling after successful responses
11:08:26     does not resume polling after JS errors
11:08:26     does not resume polling after UI server errors
11:08:26     does not resume polling after HTTP errors
11:08:26     does not resume polling after session terminated
11:08:26   init
11:08:26     sends startup parameter
11:08:26     sends user agent on startup
11:08:26   texts
11:08:26     check if correct text is returned
11:08:26     check if empty text is returned
11:08:26     check if null text is returned
11:08:26     check if arguments are replaced in text
11:08:26     check if multiple arguments are replaced in text
11:08:26     check if undefined texts return an error message
11:08:26     optText returns undefined if key is not found
11:08:26     optText returns default value if key is not found
11:08:26     optText returns text if key found
11:08:26     optText returns text if key found, with arguments
11:08:26 
11:08:26 Splitter
11:08:26   renders the splitter at the given position
11:08:26 
11:08:26 SimpleTabArea
11:08:26   renders the tabs in the correct order
11:08:26 
11:08:26 HierarchicalTableSpec
11:08:26   add
11:08:26     a root row
11:08:26     a child row to a row which is already a parent row (by id)
11:08:26     a child row to a row which is already a parent row (by TableRow)
11:08:26     a child row to a row which is already a parent row (by pseudo row)
11:08:26     a child row to a row which is leaf
11:08:26     a child row to a collapsed row
11:08:26   delete
11:08:26     leaf row and expect the row structure to be valid
11:08:26     leaf row with collapsed parent and expect the structure to be valid
11:08:26     a parent row and expect all children are deleted cascading.
11:08:26   structure
11:08:26     is updated when insert a new child row
11:08:26     is updated when deleting a child row
11:08:26     is updated when deleting a row and its children
11:08:26   expanded rows
11:08:26     are valid after expand parent and its child row and expand parent again.
11:08:26     are valid after expand all and collapse all.
11:08:26   selection
11:08:26     of all rows is valid if parent rows do not match a filter condition
11:08:26     a single row matching the filter
11:08:26     a single row which is a parent row of a row matching the filter
11:08:26     of a not visible row due to a filter
11:08:26     changes when selected rows gets invisible due to collapse of a parent row.
11:08:26     of a row is still the same if the row gets collapsed. 
11:08:26     is still the same after inserting rows
11:08:26     is still the same after deleting an not selected row
11:08:26     gets adjusted when deleting a selected row
11:08:26   update row
11:08:26     by changing the parent key
11:08:26     by removing the parent key
11:08:26     by adding the parent key
11:08:26     applies expanded change correctly
11:08:26   filtered visible
11:08:26     rows are correct after when a child row matches a filter in of a collapsed parent row.
11:08:26   move
11:08:26     row down and expect to be moved after the next sibling on the same level.
11:08:26     row up and expect to be moved before the next sibling on the same level.
11:08:26     child row down and expect it will not be moved away of its siblings.
11:08:26     child row up and expect it will not be moved away of its siblings.
11:08:26   move visible row
11:08:26     up - expect the row gets moved above the previous visible row
11:08:26     down - expect the row gets moved below the next visible row
11:08:26 
11:08:26 TableAdapter
11:08:26   selectRows
11:08:26     sends rowsSelected event containing rowIds
11:08:26     does not send selection event if triggered by server
11:08:26   checkRows
11:08:26     sends rowsChecked event containing rowIds
11:08:26     does not send rowsChecked event if triggered by server
11:08:26   expandRows
11:08:26     sends rowsExpanded event containing rowIds
11:08:26     does not send rowsChecked event if triggered by server
11:08:26   onModelAction
11:08:26     rowsSelected event
11:08:26       calls selectRows
11:08:26     rowsDeleted event
11:08:26       calls deleteRows
11:08:26       does not send rowsSelected event for the deleted rows
11:08:26     allRowsDeleted event
11:08:26       calls deleteAllRows
11:08:26       does not send rowsSelected event
11:08:26     rowsInserted event
11:08:26       calls insertRows
11:08:26       may contain cells as objects
11:08:26       may contain cells as scalars
11:08:26       respects null values
11:08:26       uses text as value if value is not provided
11:08:26     rowOrderChanged event
11:08:26       calls updateRowOrder
11:08:26       correct DOM order for newly inserted rows
11:08:26     rowsUpdated event
11:08:26       calls updateRows
11:08:26     columnStructureChanged event
11:08:26       calls updateColumnStructure
11:08:26     columnOrderChanged event
11:08:26       calls updateColumnOrder
11:08:26     columnHeadersUpdated event
11:08:26       calls updateColumnHeaders
11:08:26   onModelPropertyChange
11:08:26     menus
11:08:26       creates and registers menu adapters
11:08:26       destroys the old menus
11:08:26       destroys the old and creates the new menus if the list contains both
11:08:26   _sendFilter
11:08:26     should not coalesce remove and 'add' events
11:08:26   _postCreateWidget
11:08:26     should send a filter event, if a filter exists on table after widget is created.
11:08:26 
11:08:26 TableFilter
11:08:26   row filtering
11:08:26     applies row filter when table gets initialized
11:08:26     doesn't filter anymore if filter gets removed
11:08:26     applies row filter if a new row gets inserted
11:08:26     applies row filter if a new row gets inserted, even if table is not rendered
11:08:26     applies row filter if a row gets updated
11:08:26     applies row filter if a row gets updated, even if table is not rendered
11:08:26     properly handles successive row insertion and updates
11:08:26     properly handles reset table case
11:08:26     considers view range
11:08:26     renders empty data if all rows are removed due to filtering
11:08:26   selection
11:08:26     gets removed for non visible rows after filtering
11:08:26     stays removed even if filtered row is selected explicitly
11:08:26     gets removed for non visible rows after filtering if a row has been updated
11:08:26     gets restored for visible rows after filtering
11:08:26   events
11:08:26     filter
11:08:26       gets fired when table with a filter is initializing
11:08:26       does not get fired when table with no filters is initializing
11:08:26       gets fired if filter() is called
11:08:26       gets fired if filter() is called, even if table is not rendered
11:08:26       gets not fired if rows are filtered again but the filtered rows have not changed
11:08:26       gets fired if rows are filtered during updateRows
11:08:26       gets fired if rows are filtered during insertRows
11:08:26       gets fired if rows are filtered during deleteRows
11:08:26       gets fired if rows are filtered during deleteAllRows
11:08:26       does not get fired if rows are updated but row filter state has not changed
11:08:26       gets sent to server containing rowIds when rows are filtered
11:08:26 
11:08:26 TableFooterSpec
11:08:26   render
11:08:26     attaches listener to the table but only once
11:08:26   remove
11:08:26     stops the open animation of the selected control
11:08:26     stops the close animation of the selected control
11:08:26   controls
11:08:26     removes old and renders new controls on property change
11:08:26   TableStatusTooltip
11:08:26     shows ERROR tooltip
11:08:26     shows INFO tooltip when table is rendered
11:08:26     hides INFO tooltip when user clicks in table
11:08:26     does not hide ERROR tooltip when user clicks in table
11:08:26 
11:08:26 Table Grouping
11:08:26   renders an aggregate row for each group
11:08:26   considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows
11:08:26   considers view range -> only renders an aggregate row for rendered rows
11:08:26   considers view range -> doesn't render an aggregate row if the last row of the group is not rendered
11:08:26   regroups if rows get inserted
11:08:26   regroups if rows get inserted, event is from server and table was empty
11:08:26   does not regroup if rows get inserted, event is from server and table was not empty
11:08:26   regroups when a filter is applied
11:08:26   regroups if rows get deleted
11:08:26   removes aggregate rows if all rows get deleted
11:08:26   regroups if rows get updated
11:08:26   may group column 0 only
11:08:26   may group column 1 only
11:08:26   may group columns 0 (avg) and 1 (sum)
11:08:26   may group columns 0, 1 and 2
11:08:26   may group columns 2 and 1
11:08:26   may group column 1 only after grouping column 0 first
11:08:26   may group column 1 and 2 after grouping column 0 first
11:08:26 
11:08:26 TableHeaderMenu
11:08:26   filter
11:08:26     string column
11:08:26       shows the unique string values
11:08:26       converts multiline text to single line
11:08:26       strips html tags if html is enabled
11:08:26       reflects the state of the filter
11:08:26       correctly updates the list after inserting a new row, if a filter is applied
11:08:26       always displays the selected value, even if the table does not contain the value anymore
11:08:26       displays empty values as -empty-
11:08:26       stores selected text in filter.selectedValues
11:08:26       stores empty as null and not '-empty-'
11:08:26     grouping / sorting
11:08:26       count sorted columns
11:08:26       count grouped columns
11:08:26     boolean column
11:08:26       shows the unique string values
11:08:26     sort enabled
11:08:26       option enabled shows sort options in table header menu
11:08:26       option disabled does not show sort options in table header menu
11:08:26     sort mode
11:08:26       sorts alphabetically
11:08:26       sorts by amount
11:08:26 
11:08:26 TableHeaderSpec
11:08:26   render
11:08:26     attaches listener to the table but only once
11:08:26   hiddenByUi
11:08:26 
11:08:26 TableKeyStrokes
11:08:26   key up
11:08:26     selects the above row
11:08:26     selects the last row if no row is selected yet
11:08:26     selects the second last row if all rows are selected
11:08:26     selects the only row if there is only one
11:08:26     does nothing if first row already is selected
11:08:26     if first row already is selected but is not the last action row, the row above the last action row gets selected
11:08:26     if there is a last action row, selects the row above last last action row
11:08:26     selects the row above the last action row even if the row above already is selected
11:08:26     uses last row of selection as last action row if last action row is not visible anymore
11:08:26      + shift
11:08:26       adds the row above to the selection
11:08:26       removes the row above from the selection if the last action row is the last row of the selection
11:08:26       if the row above the last action row is not selected, adds the row above to the selection
11:08:26   key down
11:08:26     selects the row below
11:08:26     selects the first row if no row is selected yet
11:08:26     selects the second row if all rows are selected
11:08:26     selects the only row if there is only one
11:08:26     does nothing if last row already is selected
11:08:26     if there is a last action row, selects the row below the last action row
11:08:26     selects the row below the last action row even if the row below already is selected
11:08:26     uses last row of selection as last action row if last action row is not visible anymore
11:08:26      + shift
11:08:26       adds the row below to the selection
11:08:26       removes the row below from the selection if the last action row is the first row of the selection
11:08:26       if the row below the last action row is not selected, adds the row below to the selection
11:08:26   end
11:08:26     selects last row
11:08:26      + shift
11:08:26       selects all rows from currently selected row to last row
11:08:26       preserves existing selection
11:08:26       considers last action row as start row for new selection
11:08:26       uses last row of selection as last action row if last action row is not visible anymore
11:08:26       does nothing if last row is already selected
11:08:26       does not add same rows to selectedRows twice
11:08:26   home
11:08:26     selects first row
11:08:26      + shift
11:08:26       selects all rows from currently selected row to first row
11:08:26       preserves existing selection
11:08:26       considers last action row as start row for new selection
11:08:26       uses first row of selection as last action row if last action row is not visible anymore
11:08:26       does nothing if first row is already selected
11:08:26       does not add same rows to selectedRows twice
11:08:26   space
11:08:26     does nothing if no rows are selected
11:08:26     checks the selected rows if first row is unchecked
11:08:26     does not modify already checked rows when checking
11:08:26     unchecks the selected rows if first row is checked
11:08:26   page up
11:08:26     selects the only row if there is only one
11:08:26   page down
11:08:26     selects the only row if there is only one
11:08:26 
11:08:26 Table
11:08:26   render
11:08:26     renders CSS class
11:08:26     renders a table header
11:08:26     renders table rows
11:08:26       accepts rows with cells
11:08:26       accepts rows with text only
11:08:26   _calculateViewRangeForRowIndex
11:08:26     returns a range based on viewRangeSize
11:08:26   rowIcons and checkable rows
11:08:26     creates an artificial cell when a rowIcon is set on a row
11:08:26   insertRows
11:08:26     inserts rows at the end of the table
11:08:26     renders rows only if view range is not full yet
11:08:26     rowsInserted event must be triggered before rowOrderChanged event
11:08:26   updateRows
11:08:26     updates the model cell texts
11:08:26     updates the html cell texts
11:08:26     does not fail if the row to update is the same instance as the existing one
11:08:26     does not destroy selection
11:08:26     silently updates rows which are not in view range
11:08:26   deleteRows
11:08:26     deletes single rows from model
11:08:26     deletes single rows from html document
11:08:26     considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
11:08:26   deleteAllRows
11:08:26     deletes all rows from model
11:08:26     deletes all rows from html document
11:08:26     silently removes not rendered rows
11:08:26   updateRowOrder
11:08:26     reorders the model rows
11:08:26     reorders the html nodes
11:08:26     considers view range
11:08:26   checkRow
11:08:26     checks the row, does not uncheck others if multiCheck is set to true
11:08:26     unchecks other rows if multiCheck is set to false
11:08:26     does not check the row if checkable is set to false
11:08:26     does not check the row if the row is disabled
11:08:26     does not check the row if the table is disabled
11:08:26     considers view range
11:08:26     keeps added checkable column visible even when reloading factory settings
11:08:26     does not add an additional checkable column if one is already configured
11:08:26     checkablestyle.checbox_table_row checks row with click event
11:08:26   selectRows
11:08:26     updates model
11:08:26     selects rendered rows and unselects others
11:08:26     considers view range
11:08:26     triggers rowsSelected
11:08:26     selectedRow() returns first selected row or null when table has no selection
11:08:26   toggle selection
11:08:26     selects all if not all are selected
11:08:26     selects none if all are selected
11:08:26   selectAll
11:08:26     selects all rows
11:08:26     considers view range -> renders selection only for rendered rows
11:08:26   doRowAction
11:08:26     sends rowAction event with row and column
11:08:26     does not send rowAction event if the row is not selected
11:08:26     does not send rowAction event if it is not the only one selected row
11:08:26   resizeColumn
11:08:26     updates column model and sends resize event 
11:08:26     does not send resize event when resizing is in progress
11:08:26     sends resize event when resizing is finished
11:08:26     always updates model width, but only resizes cells of visible columns 
11:08:26   autoResizeColumns
11:08:26     distributes the table columns using initialWidth as weight
11:08:26     excludes columns with fixed width
11:08:26     does not make the column smaller than the initial size
11:08:26     does not make the column smaller than a minimum size
11:08:26   sort
11:08:26     updates column model
11:08:26     model update
11:08:26       sets sortAscending according to direction param
11:08:26       resets properties on other columns
11:08:26       sets sortIndex
11:08:26       does not remove sortIndex for columns always included at begin
11:08:26       does not remove sortIndex for columns always included at end
11:08:26       does not remove sortIndex for columns always included at begin and end (combination)
11:08:26       removes column from sort columns
11:08:26     sends sort without sortingRequested event when client side sorting is possible
11:08:26     sends sort event with sortingRequested if client side sorting is not possible
11:08:26     sorts the data
11:08:26     regroups the data if group by column is active
11:08:26     restores selection after sorting
11:08:26     sorting
11:08:26       sorts text columns considering locale (if browser supports it)
11:08:26       sorts number columns
11:08:26       sorts date columns
11:08:26       uses non sort columns as fallback
11:08:26   row click
11:08:26     selects row and unselects others
11:08:26     sends selection and click events
11:08:26     sends only click if row already is selected
11:08:26     sends selection, checked and click events if table is checkable and checkbox has been clicked
11:08:26   right click on row
11:08:26     opens context menu
11:08:26     context menu only shows items without header type also if there is a type singleSelection
11:08:26     context menu only shows visible menus
11:08:26   _filterMenus
11:08:26     returns no menus for contextMenu if no row is selected
11:08:26     returns only single selection menus for contextMenu if one row is selected
11:08:26     returns only multi selection menus for contextMenu if multiple rows are selected
11:08:26     returns menus with single- and multi selection set for contextMenu if one or more rows are selected
11:08:26     returns only empty space menus if no row is selected
11:08:26     returns empty space and single selection menus if one row is selected
11:08:26     returns empty space and multi selection menus if multiple rows are selected
11:08:26     returns menus with empty space, single- and multi selection set if one or more rows are selected
11:08:26   menu bar popup 
11:08:26     shows no menus if no row is selected
11:08:26     shows single selection and empty space menus if single row is selected
11:08:26     shows multi selection and empty space menus if multiple rows are selected
11:08:26   setMenus
11:08:26     updates the menubar with the relevant menus
11:08:26   row mouse down / move / up
11:08:26     selects multiple rows
11:08:26     only sends selection event, no click
11:08:26     only send one event for mousedown and immediate mouseup on the same row
11:08:26     only selects first row if mouse move selection or multi selection is disabled
11:08:26   moveColumn
11:08:26     moves column from oldPos to newPos
11:08:26     considers view range (does not fail if not all rows are rendered)
11:08:26   updateRowOrder
11:08:26     correct DOM order for newly inserted rows
11:08:26   initColumns
11:08:26     table is available in _init
11:08:26     sets the column indices if not already set
11:08:26     does not set the column indices if already set
11:08:26   updateColumnStructure
11:08:26     resets the model columns
11:08:26     redraws the header to reflect header cell changes (text)
11:08:26     updates width of empty data
11:08:26   updateColumnOrder
11:08:26     reorders the model columns
11:08:26     reorders the html nodes
11:08:26     silently moves cells which are not rendered in view range
11:08:26   updateColumnHeaders
11:08:26     updates the text and sorting state of model columns
11:08:26     updates sort indices of the sort columns if a sort column got removed
11:08:26     updates the text and sorting state of html table header nodes
11:08:26     updates the custom css class of table header nodes
11:08:26     considers html enabled property of table header cells
11:08:26   headerVisible
11:08:26     hides/shows the table header
11:08:26     adds empty div when set to true if there are no rows
11:08:26     removes empty div when set to false even if there are no rows
11:08:26   Column visibility
11:08:26     update headers and rows when visibility of a column changes
11:08:26     visibleColumns() only return visible columns
11:08:26     moveColumn() must deal with different indices for visible and all columns
11:08:26   moveRowUp
11:08:26     moves row one up
11:08:26   moveRowDown
11:08:26     moves row one down
11:08:26   moveRowToTop
11:08:26     moves row to the top
11:08:26   moveRowToBottom
11:08:26     moves row to the bottom
11:08:26   moveVisibleRowUp
11:08:26     moves row one up regarding filtered rows
11:08:26   moveVisibleRowDown
11:08:26     moves row one up regarding filtered rows
11:08:26   rowStatus
11:08:26     changes when updating the value
11:08:26   ensureExpansionVisible
11:08:26     scrolls current row to the top when expanding a large child set
11:08:26     scrolls current row up so that the full expansion is visible plus half a row at the bottom
11:08:26   invisible
11:08:26     does not try to read row height when invisible
11:08:26 
11:08:26 TableUpdateBuffer
11:08:26   buffers updateRow calls and processes them when all promises resolve
11:08:26   prevents rendering viewport while buffering
11:08:26 
11:08:26 BooleanColumn
11:08:26   table checkable column
11:08:26     a checkbox column gets inserted if table.checkable=true
11:08:26     no checkbox column gets inserted if table.checkable=false
11:08:26     this.checkableColumn is set to the new column
11:08:26     displays the row.checked state as checkbox
11:08:26   boolean column
11:08:26     displays the cell value as checkbox
11:08:26 
11:08:26 Column
11:08:26   considers horizontal alignment
11:08:26   converts linebreak into <br> in header cells
11:08:26   considers custom css class of a column
11:08:26   considers custom css class of a column, as well for checkbox columns
11:08:26   considers custom css class of a cell, if both are set only the cell class is used
11:08:26   considers htmlEnabled of a cell
11:08:26   caches encoded text of a cell to improve performance
11:08:26   multilineText
11:08:26     replaces
11:08:26  with br, but only if htmlEnabled is false
11:08:26   textWrap
11:08:26     wraps text if column.textWrap and table.multilineText are true
11:08:26     does not wrap text if column.textWrap is false and table.multilineText is true
11:08:26     does not wrap text if column.textWrap is true and table.multilineText is false
11:08:26     can be toggled on the fly
11:08:26   initCell
11:08:26     sets the value and the text
11:08:26     calls formatValue to format the text
11:08:26     calls formatValue to format the text, also for cell objects
11:08:26     does not format the value if a text is provided
11:08:26     sets the value to null if only text is provided
11:08:26   setCellValue
11:08:26     sets the value and the text
11:08:26     calls formatValue to format the text
11:08:26   cell getters
11:08:26     cell() should return cell of given row
11:08:26     selectedCell() should return cell from selected row
11:08:26   autoOptimizeWidth
11:08:26     will resize the column to fit its content after layouting
11:08:26     also works if there is no header
11:08:26     considers images
11:08:26     autoOptimizeWidthRequired
11:08:26       will be set to true if a row is updated and the content changed
11:08:26       will be set to true if a row is inserted
11:08:26       will be set to true if a row is deleted
11:08:26       will be set to true if all rows are deleted
11:08:26       will be set to true if autoOptimizeWidth is set dynamically
11:08:26   displayable
11:08:26     if set to false, column may not be made visible
11:08:26 
11:08:26 DateColumn
11:08:26   format
11:08:26     updates the value and the display text if the format changes
11:08:26 
11:08:26 NumberColumn
11:08:26   background effect
11:08:26     colorGradient1
11:08:26       colors cells from red to green
11:08:26       colors cells according to rounded values
11:08:26     considers view range -> only colors rendered cells
11:08:26     updates colors if row gets deleted
11:08:26     updates colors if row gets inserted
11:08:26     updates colors if row gets updated
11:08:26     colors cells if table gets rendered
11:08:26     restores existing background color if background effect gets removed
11:08:26     barChart
11:08:26       does not overwrite existing background color
11:08:26     setBackgroundEffect
11:08:26       changes the background effect
11:08:26       sends columnBackgroundEffectChanged event
11:08:26       does not send columnBackgroundEffectChanged if server triggered it
11:08:26   calculateMinMaxValues
11:08:26     calculates the min/max values based on rounded values
11:08:26   format
11:08:26     updates the value and the display text if the multiplier changes
11:08:26 
11:08:26 SmartColumn
11:08:26   must NOT execute a lookup by key when the editor is initialized
11:08:26   must use batch lookup calls when enabled
11:08:26 
11:08:26 scout.comparators
11:08:26   tests 'compare' method of TEXT comparator
11:08:26   tests 'compareIgnoreCase' method of TEXT comparator
11:08:26   tests 'compare' method of NUMERIC comparator
11:08:26   tests 'compare' method of ALPHANUMERIC comparator
11:08:26   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator
11:08:26   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session
11:08:26 
11:08:26 AggregateTableControl
11:08:26   aggregate
11:08:26     creates an aggregate row
11:08:26     sums up numbers in a number column
11:08:26     aggregation type none does not aggregate
11:08:26     sums up numbers in a number column but only on filtered rows
11:08:26     sums up numbers in a number column and considers format pattern
11:08:26     sums up numbers in a number column and considers rounded values fo aggregation
11:08:26     updates aggregation if a row is inserted
11:08:26     updates aggregation if a row is updated
11:08:26     updates aggregation if a row is deleted
11:08:26   eanbled state
11:08:26     is false if there are no number columns
11:08:26     is true if there is at least one number column
11:08:26     is false if there is a number column but without an aggregate function
11:08:26   selected state
11:08:26     is false if control is not enabled initially
11:08:26     is set to false if control will be disabled
11:08:26 
11:08:26 TableControl
11:08:26   selected
11:08:26     opens and closes the control container
11:08:26     removes the content of the previous selected control without closing the container
11:08:26     sends selected events (for current and previous selection)
11:08:26 
11:08:26 CellEditorAdapter
11:08:26   endCellEdit event
11:08:26     destroys the field
11:08:26     removes the cell editor popup
11:08:26   completeEdit
11:08:26     sends completeCellEdit
11:08:26     sends completeCellEdit only once
11:08:26     does not remove the popup and its field (will be done by endCellEdit)
11:08:26   cancelEdit
11:08:26     sends cancelCellEdit
11:08:26     removes the popup and its field
11:08:26 
11:08:26 CellEditor
11:08:26   mouse click
11:08:26     starts cell edit if cell is editable
11:08:26     does not start cell edit if cell is not editable
11:08:26     does not start cell edit if row is disabled
11:08:26     does not start cell edit if table is disabled
11:08:26     does not start cell edit if form is disabled
11:08:26     does not start cell edit if mouse down and up happened on different cells
11:08:26     does not start cell edit if right mouse button was pressed
11:08:26     does not start cell edit if middle mouse button was pressed
11:08:26     does not open cell editor if a ctrl or shift is pressed, because the user probably wants to do row selection rather than cell editing
11:08:26   prepareCellEdit
11:08:26     creates field and calls start
11:08:26     triggers prepareCellEdit event
11:08:26   startCellEdit
11:08:26     opens popup with field
11:08:26     triggers startCellEdit event
11:08:26   completeCellEdit
11:08:26     triggers completeCellEdit event
11:08:26     calls endCellEdit with saveEditorValue=true
11:08:26     saves editor value
11:08:26     does not reopen the editor again
11:08:26   cancelCellEdit
11:08:26     triggers cancelCellEdit event
11:08:26     calls endCellEdit with saveEditorValue=false
11:08:26     does not save editor value
11:08:26   endCellEdit
11:08:26     destroys the field
11:08:26     removes the cell editor popup
11:08:26   validation
11:08:26     shows a tooltip if field has an error
11:08:26     does not sho a tooltip if field has no error
11:08:26   popup recovery
11:08:26     reopens popup if row gets updated
11:08:26     closes popup if row gets deleted
11:08:26     closes popup if all rows get deleted
11:08:26     closes popup (before) table is removed
11:08:26     closes popup when table is removed
11:08:26   tooltip recovery
11:08:26     removes tooltip if row gets deleted
11:08:26 
11:08:26 DateColumnUserFilter
11:08:26   acceptByFields works
11:08:26   acceptByFields works with time
11:08:26   addFilterFields must not create date fields with time
11:08:26 
11:08:26 TableTextUserFilter
11:08:26   filter
11:08:26     filters rows based on cell text
11:08:26     separates cell values with whitepace
11:08:26     works with bean columns
11:08:26 
11:08:26 DateFormat
11:08:26   format
11:08:26     considers d M y
11:08:26     considers h H m a
11:08:26     considers E
11:08:26     considers ss SSS Z
11:08:26   parse
11:08:26     considers d M y
11:08:26     considers h H m a
11:08:26     considers ss SSS Z
11:08:26   analyze
11:08:26     analyzes the text and returns an object with months, years and days
11:08:26       considers pattern dd.MM.yyyy
11:08:26       considers pattern yyyy-MM-dd
11:08:26       considers pattern MM/dd/yyy
11:08:26       checks correct handling of am/pm
11:08:26       proposes valid dates for pattern dd.MM.yyyy
11:08:26       proposes valid dates for pattern MM.yyyy
11:08:26       proposes valid dates for pattern yyyy
11:08:26       proposes valid times
11:08:26 
11:08:26 DecimalFormat
11:08:26   constructor
11:08:26     uses the pattern from the options
11:08:26     if the options parameter is a string, it assumes it is the pattern
11:08:26   format
11:08:26     considers decimal separators
11:08:26     considers grouping separators
11:08:26     is lenient with grouping separators
11:08:26     can swap the position of the minus sign
11:08:26     can handle invalid patterns
11:08:26     distinguishes digits and zero digits
11:08:26     can handle positive and negative subpattern
11:08:26     can handle exotic symbols
11:08:26     can handle percentages, format taken from application
11:08:26     can handle multiplier
11:08:26     can handle rounding mode
11:08:26   round
11:08:26     can handle rounding modes
11:08:26 
11:08:26 TextMap
11:08:26   get
11:08:26     returns correct text for key
11:08:26     may return empty text
11:08:26     may return null text
11:08:26     replaces arguments in text
11:08:26     may replace multiple arguments
11:08:26     returns a text containing undefinied if the key is not found
11:08:26     does a parent lookup if key is not found
11:08:26     returns a text containing undefinied if neither child nor parent contains the key
11:08:26   optGet
11:08:26     returns undefined if key is not found
11:08:26     returns default value if key is not found
11:08:26     returns text if key is found
11:08:26     returns text if key is found, with arguments
11:08:26     replaces the same placeholder if used multiple times
11:08:26     does a parent lookup if key is not found
11:08:26 
11:08:26 scout.texts
11:08:26   init
11:08:26     creates Texts objects for each language tag given in the model
11:08:26     links Texts objects according the sub tags of the language tag
11:08:26     does not override existing text maps
11:08:26   get
11:08:26     returns the Texts for the given language tag
11:08:26     returns a Texts object with correct linking
11:08:26     creates an empty Texts object with correct linking if language tag is unknown
11:08:26 
11:08:26 TileGridAdapter
11:08:26   initProperties
11:08:26     creates a tile filter if tiles are filtered by the server
11:08:26   _syncFilteredTiles
11:08:26     creates a tile filter if tiles are filtered by the server
11:08:26 
11:08:26 TileGrid
11:08:26   selectTiles
11:08:26     selects the given tiles and unselects the previously selected ones
11:08:26     does not select if selectable is false
11:08:26     does not select tiles excluded by filter
11:08:26     triggers a property change event
11:08:26   deselectTiles
11:08:26     deselects the given tiles
11:08:26     triggers a property change event
11:08:26   insertTiles
11:08:26     inserts the given tiles
11:08:26     triggers a property change event
11:08:26     links the inserted tiles with the tileGrid
11:08:26   deleteTiles
11:08:26     deletes the given tiles
11:08:26     deselects the deleted tiles
11:08:26     triggers a property change event
11:08:26     destroys the deleted tiles
11:08:26     does not destroy the deleted tiles if the tileGrid is not the owner
11:08:26   deleteAllTiles
11:08:26     deletes all tiles
11:08:26     deselects the deleted tiles
11:08:26     adds empty marker
11:08:26   setTiles
11:08:26     applies the order of the new tiles to tiles and filteredTiles
11:08:26     applies the order of the new tiles to the rendered elements
11:08:26     applies the order of the new tiles to the filteredTiles if a filter is active
11:08:26   sort
11:08:26     uses the comparator to sort the tiles and filteredTiles
11:08:26     is executed when new tiles are added
11:08:26     reorders the DOM elements accordingly
11:08:26   mouseDown
11:08:26     with multiSelect = false
11:08:26       on a deselected tile selects the tile
11:08:26       on a deselected tile selects the tile and unselects others
11:08:26       on a selected tile does nothing
11:08:26       sets focusedTile property to clicked tile when selected
11:08:26     with multiSelect = true
11:08:26       on a deselected tile selects the tile
11:08:26       on a deselected tile selects the tile and unselects others
11:08:26       on a selected tile does nothing
11:08:26       on a selected tile keeps the selection but deselects others if other tiles are selected
11:08:26       with CTRL pressed
11:08:26         on a deselected tile adds the tile to the selection
11:08:26         on a selected tile removes the tile from the selection
11:08:26         sets focusedTile property to null when when clicked tile is unselected
11:08:26   click
11:08:26     triggers tileClick
11:08:26     triggers tileSelected and tileClick if selectable
11:08:26     triggers tileAction when clicked twice
11:08:26   filter
11:08:26     filters the tiles according to the added filters
11:08:26     considers newly inserted tiles
11:08:26     deselects not accepted tiles
11:08:26     applies the filters initially, if there is one
11:08:26     applies the filters initially even if every tile is accepted
11:08:26     updates empty marker
11:08:26     still works if moved from one grid to anoter
11:08:26   addFilters
11:08:26     adds the given filters
11:08:26   removeFilters
11:08:26     invalidates the logical grid
11:08:26     removes the given filters
11:08:26 
11:08:26 VirtualTileGrid
11:08:26   virtual
11:08:26     only renders the tiles in the view range, if true
11:08:26     can be toggled dynamically
11:08:26     does nothing if all tiles are in the view port
11:08:26     can be enabled even if tiles have been inserted
11:08:26     removes tiles correctly when enabled even if a filter is active
11:08:26   selectTiles
11:08:26     selects the given tiles but renders the selection only for the tiles in the view range
11:08:26   deselectTiles
11:08:26     deselects the given tiles, no matter if they are in the view port or not
11:08:26   insertTiles
11:08:26     inserts the given tiles and renders them if they are in the viewport
11:08:26   deleteTiles
11:08:26     deletes the given tiles no mather if they are in the view port or not
11:08:26     destroys the deleted tiles
11:08:26   deleteAllTiles
11:08:26     adds empty marker also if virtual is true
11:08:26   setTiles
11:08:26     applies the order of the new tiles to the rendered elements in the view range
11:08:26     applies the order of the new tiles to the filteredTiles if a filter is active
11:08:26   sort
11:08:26     reorders the DOM elements in the view range according to the new order
11:08:26   mouseDown
11:08:26     with multiSelect = true
11:08:26       with CTRL pressed
11:08:26         on a deselected tile adds the tile to the selection, even if the selection is not in the view range
11:08:26   filter
11:08:26     removes not accepted elements
11:08:26     considers newly inserted tiles
11:08:26     applies the filters initially, if there is one
11:08:26     applies the filters initially even if every tile is accepted
11:08:26     updates empty marker
11:08:26     updates view port if filter changed while container was invisible and scroll parent not at y=0
11:08:26 
11:08:26 TileAccordionAdapter
11:08:26   initProperties
11:08:26     does not take filters from tile grid in remote case
11:08:26 
11:08:26 TileAccordionKeyStrokes
11:08:26   ctrl + a
11:08:26     selects all tiles
11:08:26     deselects all tiles if tiles are already selected
11:08:26     only considers tiles of expanded groups
11:08:26   key right
11:08:26     selects the first tile of the next group if selected tile is the last one in the current group
11:08:26     selects the first tile of the next group if selected tile is the last one in the current group but only if next group is not collapsed
11:08:26     selects the first tile if no tile is selected yet
11:08:26     does nothing if the last tile is already selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the tile of the next group to the selection if the focused tile is the last tile of the current group
11:08:26       removes the next tile from the selection if the focused tile is the first tile of the selection
11:08:26       does nothing if the last tile is already selected
11:08:26       adds the correct tile to the selection if the focused tile gets invisible
11:08:26       connects two selections blocks and sets the focused tile to the beginning of the new block
11:08:26   key left
11:08:26     selects the last tile of the previous group if selected tile is the first one in the current group
11:08:26     selects the last tile of the previous group if selected tile is the first one in the current group but only if the group is not collapsed
11:08:26     selects the last tile if no tile is selected yet
11:08:26     does nothing if the first tile is already selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the previous tile to the selection
11:08:26       does nothing if the first tile is already selected
11:08:26       removes the previous tile from the selection if the next tile is already selected
11:08:26       adds the correct tile to the selection if the focused tile gets invisible
11:08:26       connects two selections blocks and sets the focused tile to the beginning of the new block
11:08:26   key down
11:08:26     selects the tile in the grid below if the selected tile is in the last line of the current group
11:08:26     selects the tile in the grid below if the selected tile is in the last line of the current group but only if the group is not collapsed
11:08:26     considers filtered tiles
11:08:26     selects the first tile if no tile is selected yet
11:08:26     selects the first tile if no tile is selected yet or the focused tile was in a collapsed group
11:08:26     does nothing if a tile in the last row is already selected
11:08:26     selects the only tile if there is only one
11:08:26     selects the last tile if below the focused tile is no tile
11:08:26     with shift
11:08:26       adds the tiles between the focused and the newly focused tile to the selection
11:08:26       removes the tiles between the focused and the newly focused tiles from the selection if the focused tile is the first tile of the selection
11:08:26       does nothing if a tile in the last row is already selected
11:08:26       adds the correct tile to the selection if the focused tile gets invisible
11:08:26       connects two selections blocks and sets the focused tile to the beginning of the new block
11:08:26   key up
11:08:26     selects the tile in the grid above if the selected tile is in the first line of the current group
11:08:26     selects the tile in the grid above if the selected tile is in the first line of the current group but only if the group is not collapsed
11:08:26     selects the last tile if no tile is selected yet
11:08:26     does nothing if a tile in the first row is already selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the tiles between the focused and the newly focused tile to the selection
11:08:26       removes the tiles between the focused and the newly focused tiles from the selection if the focused tile is the first tile of the selection
11:08:26       does nothing if a tile in the first row is already selected
11:08:26       adds the correct tile to the selection if the focused tile gets invisible
11:08:26       connects two selections blocks and sets the focused tile to the beginning of the new block
11:08:26   home
11:08:26     selects the first tile
11:08:26     selects the first tile but only if the group is not collapsed
11:08:26     does nothing if the first tile is already selected
11:08:26     selects only the first tile if first and other tiles are selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the tiles between the focused and the newly focused tile to the selection
11:08:26   end
11:08:26     selects the last tile
11:08:26     selects the last tile but only if the group is not collapsed
11:08:26     does nothing if the last tile is already selected
11:08:26     selects only the last tile if last and other tiles are selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the tiles between the focused and the newly focused tile to the selection
11:08:26 
11:08:26 TileAccordion
11:08:26   init
11:08:26     copies properties to tile grids
11:08:26     does not override properties which are specified by the tile grid itself
11:08:26   setters
11:08:26     copy properties to tile grids
11:08:26   addTileFilter
11:08:26     adds the filter to every existing tile grid
11:08:26     adds the filter to future tile grids
11:08:26   removeTileFilter
11:08:26     removes the filter to every existing tile grid
11:08:26     makes sure the filter is not added to future tile grids
11:08:26   click
11:08:26     triggers tileClick
11:08:26     triggers tileSelected and tileClick if selectable
11:08:26     triggers tileAction when clicked twice
11:08:26     is not delegated anymore if group is deleted without being destroyed
11:08:26   selectTiles
11:08:26     selects one of the given tiles and unselects the previously selected ones
11:08:26     selects all the given tiles and unselects the previously selected ones if multiSelect is true
11:08:26     triggers a property change event
11:08:26     triggers a property change event also if multiSelect is true
11:08:26     does not select tiles in a collapsed group
11:08:26   insertGroups
11:08:26     triggers property change events for tiles inserted by the new group
11:08:26     adjusts selection if new grid contains selected tiles
11:08:26     triggers a property change event for the new selection if new grid contains selected tiles
11:08:26   deleteGroups
11:08:26     triggers a property change event for tiles of the deleted group
11:08:26 
11:08:26 TileGridKeyStrokes
11:08:26   ctrl + a
11:08:26     selects all tiles
11:08:26     deselects all tiles if tiles are already selected
11:08:26   key right
11:08:26     selects the next tile
11:08:26     selects the first tile if no tile is selected yet
11:08:26     does nothing if the last tile is already selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the next tile to the selection
11:08:26       removes the next tile from the selection if the focused tile is the first tile of the selection
11:08:26       does nothing if the last tile is already selected
11:08:26       adds the correct tile to the selection if the focused tile gets invisible
11:08:26       connects two selections blocks and sets the focused tile to the beginning of the new block
11:08:26   key left
11:08:26     selects the previous tile
11:08:26     selects the last tile if no tile is selected yet
11:08:26     does nothing if the first tile is already selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the previous tile to the selection
11:08:26       does nothing if the first tile is already selected
11:08:26       removes the previous tile from the selection if the next tile is already selected
11:08:26       adds the correct tile to the selection if the focused tile gets invisible
11:08:26       connects two selections blocks and sets the focused tile to the beginning of the new block
11:08:26   key down
11:08:26     selects the tile below
11:08:26     selects the first tile if no tile is selected yet
11:08:26     does nothing if a tile in the last row is already selected
11:08:26     selects the only tile if there is only one
11:08:26     selects the last tile if below the focused tile is no tile
11:08:26     with shift
11:08:26       adds the tiles between the focused and the newly focused tile to the selection
11:08:26       removes the tiles between the focused and the newly focused tiles from the selection if the focused tile is the first tile of the selection
11:08:26       does nothing if a tile in the last row is already selected
11:08:26       adds the correct tile to the selection if the focused tile gets invisible
11:08:26       connects two selections blocks and sets the focused tile to the beginning of the new block
11:08:26   key up
11:08:26     selects the tile above
11:08:26     selects the last tile if no tile is selected yet
11:08:26     does nothing if a tile in the first row is already selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the tiles between the focused and the newly focused tile to the selection
11:08:26       removes the tiles between the focused and the newly focused tiles from the selection if the focused tile is the first tile of the selection
11:08:26       does nothing if a tile in the first row is already selected
11:08:26       adds the correct tile to the selection if the focused tile gets invisible
11:08:26       connects two selections blocks and sets the focused tile to the beginning of the new block
11:08:26   home
11:08:26     selects the first tile
11:08:26     does nothing if the first tile is already selected
11:08:26     selects only the first tile if first and other tiles are selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the tiles between the focused and the newly focused tile to the selection
11:08:26   end
11:08:26     selects the last tile
11:08:26     does nothing if the first tile is already selected
11:08:26     selects only the last tile if last and other tiles are selected
11:08:26     selects the only tile if there is only one
11:08:26     with shift
11:08:26       adds the tiles between the focused and the newly focused tile to the selection
11:08:26 
11:08:26 scout.WidgetTooltipSpec
11:08:26   can create and hold a widget
11:08:26 
11:08:26 scout.tooltips
11:08:26   can be installed and uninstalled for a form field
11:08:26   creates a tooltip on mouseenter and removes it on mouseleave
11:08:26   if text
11:08:26     is empty no tooltip will be shown
11:08:26     is a function, it will be called for tooltip text
11:08:26     is undefined no tooltip will be shown
11:08:26     is provided by component, it will be used as tooltip text
11:08:26     is provided as function by component, it will be called and used as tooltip text
11:08:26     is provided using options and by component, text provided using options will be used
11:08:26     is a function, component is passed as first and only argument
11:08:26   can update the text of an already visible tooltip
11:08:26 
11:08:26 CompactTreeAdapter
11:08:26   selectNodes
11:08:26     selects child node and notifies server if server selects the first title node
11:08:26 
11:08:26 Compacttree
11:08:26   creation
11:08:26     adds no empty section node
11:08:26     adds a node with child node
11:08:26     adds a node with child nodes in correct order
11:08:26     deletes a node
11:08:26     inserts a child node
11:08:26   node click
11:08:26     calls selectNodes
11:08:26 
11:08:26 TreeAdapter
11:08:26   node click
11:08:26     sends selection and click events in one call in this order
11:08:26     sends selection, check and click events if tree is checkable and checkbox has been clicked
11:08:26     does not send click if mouse down happens on another node than mouseup
11:08:26     does not send click if mouse down does not happen on a node
11:08:26   node double click
11:08:26     sends clicked, selection, action and expansion events
11:08:26   node control double click
11:08:26     sends clicked, selection, action and expansion events
11:08:26   selectNodes
11:08:26     sends nodeExpanded for the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
11:08:26     does not send selection event if triggered by server
11:08:26   checkNodes
11:08:26     does not send checked event if triggered by server
11:08:26   setNodesExpanded
11:08:26     does not send expand event if triggered by server
11:08:26   collapseAll
11:08:26     sends nodeExpanded for every collapsed node
11:08:26   onModelAction
11:08:26     nodesInserted event
11:08:26       calls insertNodes
11:08:26     nodesDeleted event
11:08:26       calls deleteNodes
11:08:26     allChildNodesDeleted event
11:08:26       calls deleteAllChildNodes
11:08:26     nodesSelected event
11:08:26       calls selectNodes
11:08:26     nodeChanged event
11:08:26       calls changeNode
11:08:26       updates the text of the node
11:08:26     nodesUpdated event
11:08:26       calls updateNodes
11:08:26     childNodeOrderChanged event
11:08:26       calls updateNodeOrder
11:08:26     multiple events
11:08:26       handles delete, collapse, insert, expand events correctly
11:08:26 
11:08:26 TreeKeyStrokes
11:08:26   key up
11:08:26     selects the above node in collapsed tree
11:08:26     selects the above node node in expanded tree
11:08:26     selects the last node if no node is selected yet
11:08:26     selects the only node if there is only one
11:08:26     does nothing if first node already is selected
11:08:26   key down
11:08:26     selects the node below in collapsed tree
11:08:26     selects the first node if no row is selected yet
11:08:26     selects the above node node in expanded tree
11:08:26     selects the only node if there is only one
11:08:26     does nothing if last node already is selected
11:08:26   Home
11:08:26     selects first node in collapsed tree
11:08:26     selects first node in expanded tree
11:08:26   Subtract
11:08:26      collapses a node
11:08:26      collapses a node and drill up
11:08:26   Add
11:08:26      expands a node
11:08:26      expands a node and drill down
11:08:26   End
11:08:26      jumps to last node
11:08:26   space
11:08:26     does nothing if no nodes are selected
11:08:26     checks the selected node 
11:08:26     unchecks the selected node 
11:08:26 
11:08:26 TreeNodePosition
11:08:26   _findInsertPositionInFlatList
11:08:26     insert node between two other nodes on the same level
11:08:26     insert node between two other nodes on another level
11:08:26     insert node ahead all other nodes on the same level
11:08:26     insert node below all other nodes on the same level
11:08:26     insert a subtree between two other nodes on the same level
11:08:26     insert a node below another node of the same level with an expanded subtree
11:08:26   _addChildrenToFlatListIfExpanded
11:08:26     expands collapsed node
11:08:26     expands collapsed node with different levels in insertBatch
11:08:26 
11:08:26 TreeNode
11:08:26   isAncestorOf
11:08:26     returns true if the node is an ancestor of the given node 
11:08:26 
11:08:26 Tree
11:08:26   creation
11:08:26     adds nodes
11:08:26     does not add notes if no nodes are provided
11:08:26   insertNodes
11:08:26     inserting a child
11:08:26       inserts in a reasonable order if childNodeIndex is not set
11:08:26       updates model
11:08:26       updates model with a complex node containing another node
11:08:26       updates html document if parent is expanded
11:08:26       updates html document at a specific position
11:08:26     only updates the model if parent is collapsed
11:08:26     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
11:08:26     with breadcrumb style
11:08:26       inserts a html node if the parent node is selected
11:08:26       only updates model if the parent node is not selected
11:08:26       inserts html nodes at a specific position
11:08:26     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
11:08:26   updateNodes
11:08:26     update same node instance
11:08:26     enabled update
11:08:26       updates the enabled state of the model node
11:08:26       updates the enabled state of the html node, if visible
11:08:26       updates the enabled state of the html node after expansion, if not visible
11:08:26     enabled update on checkable tree
11:08:26       updates the enabled state of the model node
11:08:26       updates the enabled state of the html node, if visible
11:08:26       updates the enabled state of the html node after expansion, if not visible
11:08:26   changeNode
11:08:26     updates the text of the model node
11:08:26     updates the text of the html node
11:08:26     updates custom cssClass of model and html node
11:08:26     preserves child-of-selected when root nodes get changed
11:08:26     preserves child-of-selected when child nodes get changed
11:08:26     preserves group css class when nodes get updated
11:08:26   deleteNodes
11:08:26     deleting a child
11:08:26       updates model
11:08:26       updates html document
11:08:26       updates child node indices
11:08:26       considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
11:08:26       calculateViewRangeSize should not return values < 4
11:08:26     deleting a root node
11:08:26       updates model
11:08:26       updates html document
11:08:26       deleting a collapsed root node
11:08:26         updates model
11:08:26         updates html document
11:08:26     deleting all nodes
11:08:26       updates model
11:08:26       updates html document
11:08:26     deleting child nodes without commentParentNode
11:08:26       updates model
11:08:26     deselects the deleted nodes
11:08:26     unchecks the deleted nodes
11:08:26   deleteAllChildNodes
11:08:26     deletes all nodes from model
11:08:26     deletes all nodes from html document
11:08:26     deletes all nodes from model for a given parent
11:08:26     deletes all nodes from html document for a given parent
11:08:26   checkNodes
11:08:26     checks a subnode -> mark upper nodes 
11:08:26     checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked
11:08:26     checks a subnode and its sibling -> mark upper nodes -> uncheck one of the siblings
11:08:26     does not check a disabled node
11:08:26     does not check a node in a disabled tree
11:08:26     never checks two nodes if multiCheck is set to false
11:08:26     checks children if autoCheckChildren is set to true
11:08:26     does not check the children if autoCheckChildren is set to false
11:08:26     does not check nodes if checkable is set to false
11:08:26     checkablestyle.checkbox_tree_node checks row with click event
11:08:26   node click
11:08:26     calls tree._onNodeMouseDown
11:08:26     updates model (selection)
11:08:26   node double click
11:08:26     expands/collapses the node
11:08:26   node control double click
11:08:26     does the same as control single click (does NOT expand and immediately collapse again)
11:08:26   checkable node double click
11:08:26     doesn't expands/collapses the node with checkable style checkbox_tree_node (default)
11:08:26     expands/collapses the node with checkable style checkbox
11:08:26   deselectAll
11:08:26     clears the selection
11:08:26   selectNodes
11:08:26     selects a node
11:08:26     selectedNode()
11:08:26     expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
11:08:26     also expands the node if bread crumb mode is enabled
11:08:26     also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state
11:08:26     sets css class ancestor-of-selected on every ancestor of the selected element
11:08:26     sets css class child-of-selected on direct children of the selected element
11:08:26     may select a node which is not rendered
11:08:26     sets parent and ancestor css classes even if nodes are not rendered
11:08:26     sets child-of-selected css class even if nodes are not rendered
11:08:26   expandNode
11:08:26     sets css class child-of-selected on direct children if the expanded node is selected
11:08:26     renders the child nodes if parent is expanded
11:08:26     with breadcrumb style
11:08:26       renders the child nodes if parent is expanded
11:08:26       ensures top level nodes are rendered
11:08:26   expandAllParentNodes
11:08:26     expands all parent nodes of the given node (model)
11:08:26     expands all parent nodes of the given node (html)
11:08:26   lazyExpandCollapse
11:08:26     manual expand -> manual collapse node
11:08:26     manual expand -> lazy collapse node
11:08:26     lazy expand -> manual collapse node
11:08:26     lazy expand -> lazy collapse node
11:08:26   collapseNode
11:08:26     prevents collapsing in bread crumb mode if node is selected
11:08:26   collapseAll
11:08:26     collapses all nodes
11:08:26   updateItemPath
11:08:26     Sets css class group on every element within the same group
11:08:26   updateNodeOrder
11:08:26     reorders the child nodes if parent is given (model)
11:08:26     reorders the child nodes if parent is given and expanded (model)
11:08:26     reorders the child nodes if parent is given (html)
11:08:26     considers view range when updating child node order
11:08:26     reorders expanded child nodes if parent is given (model)
11:08:26     reorders the root nodes if no parent is given (model)
11:08:26     reorders the root nodes if no parent is given (html)
11:08:26     reorders expanded root nodes if no parent is given (model)
11:08:26     reorders expanded root nodes if no parent is given (html)
11:08:26   tree filter
11:08:26     filters nodes when filter() is called
11:08:26     filters nodes when filter is added and removed
11:08:26     makes sure only filtered nodes are displayed when node gets expanded
11:08:26     applies filter if a node gets changed
11:08:26     applies filter if a node gets inserted
11:08:26     make sure nodes unchanged by filters are attached. See ticket #168957
11:08:26     shows nodes correctly if nodes are made hidden right before
11:08:26   tree enabled/disabled
11:08:26     disables checkboxes when tree is disabled
11:08:26   test visible list and map
11:08:26     with initial all expanded nodes
11:08:26       init with all expanded in correct order
11:08:26       collapse a node -> all children have to be removed
11:08:26       filter node -> filtered node and children has to be removed from visible
11:08:26       update node -> node is filtered
11:08:26       insert expanded node to expanded parent
11:08:26       insert child node in filtered parent
11:08:26       insert child node which should be filtered
11:08:26     with initial all closed nodes
11:08:26       init with all collapsed
11:08:26       insert child node collapsed parent
11:08:26       expand node
11:08:26       expand child node
11:08:26   destroy tree nodes
11:08:26     should destroy all tree nodes and set destroyed flag
11:08:26   ensureExpansionVisible
11:08:26     scrolls current node to the top when expanding a large child set
11:08:26     scrolls current node up so that the full expansion is visible plus half a node at the bottom
11:08:26   invisible
11:08:26     does not try to read node width when invisible
11:08:26 
11:08:26 scout.Call
11:08:26   calls done on success
11:08:26   calls fail on failure
11:08:26   retries on failure
11:08:26 
11:08:26 Device
11:08:26   scout.device
11:08:26     is initialized automatically
11:08:26   isWindowsTabletMode
11:08:26     returns true if system is windows and scrollbarWidth is 0
11:08:26   user agent parsing
11:08:26     recognizes iOS devices
11:08:26     recognizes Android devices
11:08:26     recognizes Windows devices
11:08:26     recognizes supported browsers
11:08:26 
11:08:26 EventSupport
11:08:26   on / trigger / off
11:08:26     single event func only triggered until off() is called
11:08:26     multiple events
11:08:26   one
11:08:26     single event func only triggered once when registered with one()
11:08:26     event parameter passed to registered func
11:08:26     de-register function registered with one()
11:08:26   off
11:08:26     remove all with same type
11:08:26     remove specific listener
11:08:26 
11:08:26 Range
11:08:26   equals
11:08:26   add
11:08:26     returns a new range with the sum of both ranges
11:08:26     fails if the new range does not border on the existing
11:08:26     returns a copy of the non empty range if one range is empty
11:08:26   union
11:08:26     returns a new range with the sum of both ranges
11:08:26     returns a copy of both ranges if the ranges don't overlap
11:08:26     returns a copy of the non empty range if one range is empty
11:08:26   subtract
11:08:26     returns a new range where the second range is removed from the first
11:08:26     returns a copy of the first range if the second does not overlap the first
11:08:26     returns an empty range if second range completely covers the first
11:08:26     returns a new range if second range is inside the first and touches a border
11:08:26     returns an array of two ranges if second range is inside the first but does not touch a border
11:08:26     returns a copy of the first range if the second range is empty
11:08:26     returns an empty range if the first range is empty
11:08:26   subtractAll
11:08:26     subtracts all given ranges
11:08:26     may return multiple ranges
11:08:26   intersect
11:08:26     returns a new range with the part where both ranges overlap
11:08:26     returns an empty range if the ranges don't overlap
11:08:26     returns an empty range if one range is empty
11:08:26 
11:08:26 scout.Status
11:08:26   convenience functions
11:08:26     create valid status objects
11:08:26 
11:08:26 scout.URL
11:08:26   can parse super-simple URL
11:08:26   can parse empty hash
11:08:26   can parse a moderately simple URL
11:08:26   can convert the URL to string (only changed in order of arguments)
11:08:26   can handle multi-valued parameters
11:08:26   can add parameters
11:08:26   can remove parameters
11:08:26   can create or replace parameters
11:08:26   can handle non-ascii characters
11:08:26   can sort parameters
11:08:26 
11:08:26 scout.arrays
11:08:26   init
11:08:26     checks whether array has correct length and initial values
11:08:26   ensure
11:08:26     creates an array if the param is not an array
11:08:26     returns the param if the param already is an array
11:08:26   remove
11:08:26     removes elements
11:08:26   removeAll
11:08:26     removes all given elements
11:08:26     considers emtpy args
11:08:26   replace
11:08:26     replaces elements
11:08:26   insert
11:08:26     insert element at index
11:08:26   insertAll
11:08:26     insert element array at index
11:08:26   insertSorted
11:08:26     inserts element at correct position
11:08:26   max
11:08:26     returns 0 iff input contains 0
11:08:26     behaves like Math.max on null and undefined
11:08:26     ignores non-number elements
11:08:26   min
11:08:26     returns 0 iff input contains 0
11:08:26     behaves like Math.min on null and undefined
11:08:26     ignores non-number elements
11:08:26   move
11:08:26     replaces elements
11:08:26   union
11:08:26     merges two arrays
11:08:26     merges two arrays and removes duplicates
11:08:26     also works with floats
11:08:26     if the arrays contain objects instead of primitives, it uses their id to check for equality
11:08:26     does not fail if arr1 or arr2 are not defined
11:08:26   equals
11:08:26     checks whether two arrays contain the same elements in the same order
11:08:26     considers emtpy and same arrays
11:08:26     returns true if one array is undefined/null and the other empty
11:08:26   equalsIgnoreOrder
11:08:26     checks whether two arrays contain the same elements without considering the order
11:08:26     considers emtpy and same arrays
11:08:26     returns true if one array is undefined/null and the other empty
11:08:26   findIndex
11:08:26     returns the index of the element for which the given predicate returns true
11:08:26   find
11:08:26     returns the element for which the given predicate returns true
11:08:26   findFrom
11:08:26     returns the element for which the given predicate returns true, starting from a given index
11:08:26     does not return the element for which the given predicate returns true, if it is on the left side of the start index
11:08:26     also checks the element at start index 
11:08:26     searches from right to left if backwards is true
11:08:26   format
11:08:26     formats an array by concatenating each entry
11:08:26     returns '' for empty array or if no array was provided
11:08:26   formatEncoded
11:08:26     encodes the html of each array element
11:08:26   first
11:08:26     finds first array element
11:08:26   last
11:08:26     finds last array element
11:08:26   pushIfDefined
11:08:26     pushes element only if it is defined
11:08:26   pushSet
11:08:26     only pushes the element if it is truthy and does not already exist in the array
11:08:26   diff
11:08:26     returns all elements of the first array which are not in the second array
11:08:26   flatMap
11:08:26     returns flat list of all merged array elements
11:08:26 
11:08:26 scout.dates
11:08:26   shift
11:08:26     shifts year or month or day
11:08:26     shifts year and month if both provided
11:08:26     shifts year and month and day if all provided
11:08:26     shift year
11:08:26       adds or removes years
11:08:26       handles edge case leap year
11:08:26     shift month
11:08:26       adds or removes months
11:08:26       handles edge case start month
11:08:26       handles edge case end month
11:08:26       handles edge case leap year
11:08:26   shiftToNextDayOfType
11:08:26     shifts to next day of type
11:08:26   shiftToPreviousDayOfType
11:08:26     shifts to previous day of type
11:08:26   ensureMonday
11:08:26     shifts to next monday in direction if it is not a monday yet
11:08:26   isSameDay
11:08:26     returns true if day, month and year matches
11:08:26   compareMonths
11:08:26     returns the differences in number of months
11:08:26     ignores time
11:08:26     works with different years
11:08:26   compareDays
11:08:26     returns the differences in number of days
11:08:26     ignores time
11:08:26     works with different month
11:08:26     works with different years
11:08:26   timestamp
11:08:26     returns a string of the expected length withonly digits
11:08:26   orderWeekdays
11:08:26     orders weekdays
11:08:26   toJsonDate / parseJsonDate
11:08:26     can handle missing or invalid inputs
11:08:26     can convert JSON and JS dates
11:08:26   create
11:08:26     can create dates
11:08:26   weekInYear
11:08:26     can calculate week in year
11:08:26   format
11:08:26     can handle invalid values
11:08:26     can format valid dates
11:08:26   compare
11:08:26     can handle invalid dates
11:08:26     can compare valid dates
11:08:26   equals
11:08:26     returns true if the dates are equal, false if not
11:08:26   isLeapYear
11:08:26     correctly identifies leap years
11:08:26   combineDateTime
11:08:26     creates a new date by using date part of param date and time part of param time.
11:08:26     uses 01-01-1970 as date part if date is ommitted
11:08:26     uses 00:00 as time part if time is ommitted
11:08:26 
11:08:26 scout.defaultValues
11:08:26   init
11:08:26     can load invalid configurations
11:08:26   applyTo
11:08:26     can apply default values to JSON
11:08:26     can apply default values to JSON considering the model variant
11:08:26     copies default values 'by value'
11:08:26 
11:08:26 scout.icons
11:08:26   parses bitmap icons
11:08:26   parses font icons (scoutIcons font)
11:08:26   parses font icons (custom font)
11:08:26   parses returns a CSS class for custom fonts
11:08:26   appends CSS class string with custom fonts
11:08:26 
11:08:26 scout.models
11:08:26   get
11:08:26     load object without type possible
11:08:26     ensure the object is a copy
11:08:26   extend
11:08:26     insert new property into root object
11:08:26     override property in root object
11:08:26     insert new property into a non existing array on root object
11:08:26     override property in tree object
11:08:26     insert new object into tree object
11:08:26     insert new object tree into tree object
11:08:26     insert new object into tree object with fixed index
11:08:26     insert new object into tree object with relative index
11:08:26     insert new object into tree object with relative index and two extension elements
11:08:26     insert object referenced by String
11:08:26     insert object bound to field
11:08:26     insert objects array bound to field
11:08:26 
11:08:26 scout.numbers
11:08:26   round
11:08:26     tests special cases
11:08:26     tests rounding mode 'UP'
11:08:26     tests rounding mode 'DOWN'
11:08:26     tests rounding mode 'CEILING'
11:08:26     tests rounding mode 'FLOOR'
11:08:26     tests rounding mode 'HALF_UP'
11:08:26     tests rounding mode 'HALF_DOWN'
11:08:26   shiftDecimalPoint
11:08:26     can shift decimal point to left and right
11:08:26   randomId
11:08:26     can generate random IDs
11:08:26   correlationId
11:08:26     can generate random correlation IDs
11:08:26   isNumber
11:08:26     returns true if the value is a number
11:08:26     returns false if the value is not a number
11:08:26     returns false if the value is NaN
11:08:26 
11:08:26 scout.objects
11:08:26   copyProperties
11:08:26     copies all properties
11:08:26     copies the properties from prototype as well
11:08:26     copies only the properties specified by the filter, if there is one
11:08:26   copyOwnProperties
11:08:26     copies all properties
11:08:26     does not copy the properties from prototype
11:08:26     copies only the properties specified by the filter, if there is one
11:08:26   countOwnProperties
11:08:26     counts all own properties
11:08:26     works for objects created with createMap() function
11:08:26   valueCopy
11:08:26     copies an object by value
11:08:26     works for objects created with createMap() function
11:08:26   isNumber
11:08:26     returns true iff argument is a number
11:08:26   isArray
11:08:26     returns true when argument is an array
11:08:26   isNullOrUndefined
11:08:26     returns true when argument is null or undefined, but not when 0 or any other value
11:08:26   values
11:08:26     returns object values
11:08:26     can handle maps
11:08:26     createMap with optional properties
11:08:26     createMap should not have a prototype
11:08:26   findChildObjectByKey
11:08:26     find root object
11:08:26     find object in tree
11:08:26     find object in array
11:08:26     find object in nested array
11:08:26     find object in array within the tree
11:08:26     search for not existing property
11:08:26     search for not existing id
11:08:26     search for not existing property and value
11:08:26   isPlainObject
11:08:26     works as expected
11:08:26   argumentsToArray
11:08:26     returns an array
11:08:26   equals
11:08:26     works as expected
11:08:26   equalsRecursive
11:08:26     works as expected
11:08:26   Constant resolving from plain object / JSON model
11:08:26     resolveConst
11:08:26     resolveConstProperty
11:08:26   optProperty
11:08:26     should return the last property in the object chain
11:08:26 
11:08:26 scout.promises
11:08:26   oneByOne stops executing after failure
11:08:26   groupwise stops executing after failed group
11:08:26   parallel stops executing after failed promise
11:08:26   does not cut off error arguments
11:08:26   adds all result arguments, one for each deferred
11:08:26 
11:08:26 scout.strings
11:08:26   nl2br
11:08:26     can convert newlines to br tags
11:08:26     encodes html, if the parameter is set to true (default)
11:08:26   hasText
11:08:26     can check if string has text
11:08:26   repeat
11:08:26     can repeat strings
11:08:26   padZeroLeft
11:08:26     can pad strings with 0
11:08:26   startsWith
11:08:26     can check if a string starts with another
11:08:26   endsWith
11:08:26     can check if a string ends with another
11:08:26   count
11:08:26     can count occurrences
11:08:26   encode
11:08:26     encodes html
11:08:26     does not try to encode empty strings
11:08:26     caches the html element used for encoding
11:08:26   join
11:08:26     joins strings
11:08:26     join works with array as second parameter
11:08:26   box
11:08:26     boxes strings
11:08:26   lowercaseFirstLetter
11:08:26     converts first letter to lowercase
11:08:26   uppercaseFirstLetter
11:08:26     converts first letter to uppercase
11:08:26   quote
11:08:26     quotes special characters for regexp
11:08:26   asString
11:08:26     converts input to string
11:08:26   plainText
11:08:26     converts html to plain text
11:08:26     does not try to get plaintext of empty strings
11:08:26     caches the html element used for getting plain text
11:08:26     considers upper and lower case tags
11:08:26     converts br, p, div into new lines
11:08:26     converts li, tr into new lines
11:08:26     converts td into whitespaces
11:08:26     converts &nbsp;, &amp;, &gt;, &lt;
11:08:26     preserves tabs
11:08:26     removes leading and trailing newlines if configured
11:08:26     leaves multiple newlines alone unless configured
11:08:26   insertAt
11:08:26     can insert strings into other strings
11:08:26   nvl
11:08:26     returns an empty string when input is null or undefined
11:08:26     should throw an error when called with more than one parameter
11:08:26   countCodePoints
11:08:26     returns the number of codepoints in a string
11:08:26   splitMax
11:08:26     returns not more than limit elements
11:08:26   removePrefix and removeSuffix
11:08:26     removePrefix
11:08:26     removeSuffix
11:08:26 
11:08:26 scout.styles
11:08:26   can merge colors
11:08:26   can lighten and darken colors
11:08:26   can calculate and apply legacy styles
11:08:26   rgb
11:08:26     parses an rgb string
11:08:26     supports alpha
11:08:26 
11:08:26 Widget
11:08:26   visitChildren
11:08:26     visits all descendants
11:08:26     can be aborted when returning true
11:08:26     can be aborted when returning scout.TreeVisitResult.TERMINATE
11:08:26     can skip a subtree when returning scout.TreeVisitResult.SKIP_SUBTREE
11:08:26   widget
11:08:26     finds a child with the given widget id
11:08:26     does not visit other children if the child has been found
11:08:26   enabled
11:08:26     should be propagated correctly
11:08:26     should not be inherited if inheritAccessibility is disabled
11:08:26     should correctly recalculate enabled state when adding a new field
11:08:26   rendering
11:08:26     should set rendering, rendered flags correctly
11:08:26     should set rendering flag to true _while_ the component is rendering
11:08:26   clone
11:08:26     clones only properties marked as clone property
11:08:26     'text' must be recognized as clone property, but not '$container'
11:08:26     prefers properties passed as modelOverride
11:08:26   init
11:08:26     links widget properties with the widget
11:08:26   destroy
11:08:26     destroys the widget
11:08:26     destroys the children
11:08:26     does only destroy children if the parent is the owner
11:08:26     removes the link to parent and owner
11:08:26   setParent
11:08:26     links the widget with the new parent
11:08:26     removes the widget from the old parent if the old is not the owner
11:08:26     does not remove the widget from the old parent if the old is the owner
11:08:26     relinks parent destroy listener to the new parent
11:08:26     triggers hierarchyChange event when parent changes
11:08:26   remove
11:08:26     removes the widget
11:08:26     removes the children
11:08:26     does not remove the children if owner is removed but parent is still rendered
11:08:26     removes the widget if removing is animated but parent is removed while animation is running
11:08:26   setProperty
11:08:26     triggers a property change event if the value changes
11:08:26     does not trigger a property change event if the value does not change
11:08:26     with widget property
11:08:26       links the widget with the new child widget
11:08:26       links the widget with the new child widgets if it is an array
11:08:26       does not fail if new widget is null
11:08:26     calls the _render* method if there is one for this property
11:08:26   property css class
11:08:26     adds or removes custom css class
11:08:26     does not accidentally remove other css classes on a property change
11:08:26     addCssClass
11:08:26       adds the cssClass to the existing classes
11:08:26       does not add the same class multiple times
11:08:26     removeCssClass
11:08:26       removes the cssClass from the existing classes
11:08:26     toggleCssClass
11:08:26       toggles the cssClass based on a predicate
11:08:26   focus
11:08:26     sets the focus on the container
11:08:26     schedules the focus request if the widget is not rendered
11:08:26   Widget properties
11:08:26     automatically resolves referenced widgets
11:08:26   scrollTop
11:08:26     is stored on scroll if scrollbars are installed
11:08:26     is not stored on scroll if scrollbars are not installed
11:08:26     is applied again on render after remove
11:08:26     is set to null if scrollbars are not installed
11:08:26     is set to null if scrollbars are uninstalled on the fly
11:08:26   isEveryParentVisible
11:08:26     should correctly calculate the parents visible state if all parents are visible
11:08:26     should correctly calculate the parents visible state if one parent is invisible
11:08:26     should correctly calculate the parents visible state if several parents are invisible
11:08:26     should correctly calculate the parents visible state if all parents are invisible
11:08:26 
11:08:26 Results: 2296 specs, 0 failures, 0 pending
11:08:26 
11:08:26 [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/}
11:08:26 [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/}
11:08:26 [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/}
11:08:26 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/}
11:08:26 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/}
11:08:26 [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/}
11:08:26 [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/}
11:08:26 [INFO] 
11:08:26 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
11:08:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT.jar
11:08:26 [INFO] 
11:08:26 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
11:08:26 [INFO] Skipping because packaging 'jar' is not pom.
11:08:26 [INFO] 
11:08:26 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
11:08:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-tests.jar
11:08:26 [INFO] 
11:08:26 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
11:08:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-sources.jar
11:08:26 [INFO] 
11:08:26 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
11:08:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-test-sources.jar
11:08:26 [INFO] 
11:08:26 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.ui.html.test ---
11:08:26 [INFO] Checking compile classpath
11:08:26 [INFO] Checking runtime classpath
11:08:26 [INFO] Checking test classpath
11:08:27 [INFO] 
11:08:27 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
11:08:27 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
11:08:27 [INFO] 
11:08:27 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
11:08:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT.jar
11:08:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT.pom
11:08:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-tests.jar
11:08:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-sources.jar
11:08:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-9.0.0-SNAPSHOT-test-sources.jar
11:08:27 [INFO] 
11:08:27 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >-----
11:08:27 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 9.0.0-SNAPSHOT [42/48]
11:08:27 [INFO] --------------------------------[ jar ]---------------------------------
11:08:35 [INFO] 
11:08:35 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:35 [INFO] 
11:08:35 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:35 [INFO] Skipping Rule Enforcement.
11:08:35 [INFO] 
11:08:35 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] 
11:08:37 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:37 [INFO] Copying 1 resource
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] Changes detected - recompiling the module!
11:08:37 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/classes
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.selenium/src/test/resources
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] No sources to compile
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] No tests to run.
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-9.0.0-SNAPSHOT.jar
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] Skipping because packaging 'jar' is not pom.
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] Skipping packaging of the test-jar
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-9.0.0-SNAPSHOT-sources.jar
11:08:37 [INFO] 
11:08:37 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] No sources in project. Archive not created.
11:08:37 [INFO] 
11:08:37 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:37 [INFO] Checking compile classpath
11:08:38 [INFO] Checking runtime classpath
11:08:38 [INFO] Checking test classpath
11:08:38 [INFO] 
11:08:38 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:38 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
11:08:39 [INFO] 
11:08:39 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium ---
11:08:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-9.0.0-SNAPSHOT.jar
11:08:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-9.0.0-SNAPSHOT.pom
11:08:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-9.0.0-SNAPSHOT-sources.jar
11:08:39 [INFO] 
11:08:39 [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
11:08:39 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 9.0.0-SNAPSHOT [43/48]
11:08:39 [INFO] --------------------------------[ jar ]---------------------------------
11:08:39 [INFO] 
11:08:39 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:39 [INFO] 
11:08:39 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:39 [INFO] Skipping Rule Enforcement.
11:08:39 [INFO] 
11:08:39 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:41 [INFO] 
11:08:41 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:41 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec
11:08:41 [INFO] 
11:08:41 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources
11:08:41 [INFO] 
11:08:41 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:41 [INFO] No sources to compile
11:08:41 [INFO] 
11:08:41 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources
11:08:41 [INFO] 
11:08:41 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:41 [INFO] Changes detected - recompiling the module!
11:08:41 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes
11:08:41 [INFO] 
11:08:41 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:41 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/surefire-reports
11:08:41 [INFO] 
11:08:41 [INFO] -------------------------------------------------------
11:08:41 [INFO]  T E S T S
11:08:41 [INFO] -------------------------------------------------------
11:08:41 [INFO] Running org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
11:08:41 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:08:41 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:08:41 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:08:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.294 s - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
11:08:43 [INFO] 
11:08:43 [INFO] Results:
11:08:43 [INFO] 
11:08:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
11:08:43 [INFO] 
11:08:43 [INFO] 
11:08:43 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:43 [WARNING] JAR will be empty - no content was marked for inclusion!
11:08:43 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT.jar
11:08:43 [INFO] 
11:08:43 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:43 [INFO] Skipping because packaging 'jar' is not pom.
11:08:43 [INFO] 
11:08:43 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:43 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT-tests.jar
11:08:43 [INFO] 
11:08:43 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:43 [INFO] No sources in project. Archive not created.
11:08:43 [INFO] 
11:08:43 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:43 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT-test-sources.jar
11:08:43 [INFO] 
11:08:43 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:43 [INFO] Checking compile classpath
11:08:43 [INFO] Checking runtime classpath
11:08:43 [INFO] Checking test classpath
11:08:43 [INFO] 
11:08:43 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:43 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
11:08:44 [INFO] 
11:08:44 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
11:08:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT.jar
11:08:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT.pom
11:08:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT-tests.jar
11:08:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/9.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-9.0.0-SNAPSHOT-test-sources.jar
11:08:44 [INFO] 
11:08:44 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
11:08:44 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 9.0.0-SNAPSHOT [44/48]
11:08:44 [INFO] --------------------------------[ jar ]---------------------------------
11:08:44 [INFO] 
11:08:44 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:44 [INFO] 
11:08:44 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:44 [INFO] Skipping Rule Enforcement.
11:08:44 [INFO] 
11:08:44 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] 
11:08:45 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
11:08:45 [INFO] 
11:08:45 [INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:45 [INFO] Copying 1 resource
11:08:45 [INFO] Copying 5 resources
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Changes detected - recompiling the module!
11:08:45 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/classes
11:08:45 [INFO] 
11:08:45 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.svg.ui.html/src/test/resources
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] No sources to compile
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] No tests to run.
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-9.0.0-SNAPSHOT.jar
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Skipping because packaging 'jar' is not pom.
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Skipping packaging of the test-jar
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-9.0.0-SNAPSHOT-sources.jar
11:08:45 [INFO] 
11:08:45 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] No sources in project. Archive not created.
11:08:45 [INFO] 
11:08:45 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Checking compile classpath
11:08:45 [INFO] Checking runtime classpath
11:08:45 [INFO] Checking test classpath
11:08:45 [INFO] 
11:08:45 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:45 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
11:08:46 [INFO] 
11:08:46 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
11:08:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/9.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-9.0.0-SNAPSHOT.jar
11:08:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/9.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-9.0.0-SNAPSHOT.pom
11:08:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/9.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-9.0.0-SNAPSHOT-sources.jar
11:08:46 [INFO] 
11:08:46 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
11:08:46 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 9.0.0-SNAPSHOT [45/48]
11:08:46 [INFO] --------------------------------[ jar ]---------------------------------
11:08:49 [INFO] 
11:08:49 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.dev.jetty ---
11:08:49 [INFO] 
11:08:49 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty ---
11:08:49 [INFO] Skipping Rule Enforcement.
11:08:49 [INFO] 
11:08:49 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] 
11:08:52 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/src/main/resources
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Changes detected - recompiling the module!
11:08:52 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/target/classes
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/src/test/resources
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] No sources to compile
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] No tests to run.
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-9.0.0-SNAPSHOT.jar
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Skipping because packaging 'jar' is not pom.
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Skipping packaging of the test-jar
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-9.0.0-SNAPSHOT-sources.jar
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] No sources in project. Archive not created.
11:08:52 [INFO] 
11:08:52 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Checking compile classpath
11:08:52 [INFO] Checking runtime classpath
11:08:52 [INFO] Checking test classpath
11:08:52 [INFO] 
11:08:52 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty ---
11:08:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-9.0.0-SNAPSHOT.jar
11:08:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-9.0.0-SNAPSHOT.pom
11:08:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-9.0.0-SNAPSHOT-sources.jar
11:08:52 [INFO] 
11:08:52 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
11:08:52 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 9.0.0-SNAPSHOT [46/48]
11:08:52 [INFO] --------------------------------[ jar ]---------------------------------
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:52 [INFO] 
11:08:52 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:52 [INFO] Skipping Rule Enforcement.
11:08:52 [INFO] 
11:08:52 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] 
11:08:55 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:55 [INFO] Copying 1 resource
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] No sources to compile
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test.affix/src/test/resources
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] No sources to compile
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] No tests to run.
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-9.0.0-SNAPSHOT.jar
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Skipping because packaging 'jar' is not pom.
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Skipping packaging of the test-jar
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-9.0.0-SNAPSHOT-sources.jar
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] No sources in project. Archive not created.
11:08:55 [INFO] 
11:08:55 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Checking compile classpath
11:08:55 [INFO] Checking runtime classpath
11:08:55 [INFO] Checking test classpath
11:08:55 [INFO] 
11:08:55 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix ---
11:08:55 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-9.0.0-SNAPSHOT.jar
11:08:55 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-9.0.0-SNAPSHOT.pom
11:08:55 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-9.0.0-SNAPSHOT-sources.jar
11:08:55 [INFO] 
11:08:55 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
11:08:55 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 9.0.0-SNAPSHOT [47/48]
11:08:55 [INFO] --------------------------------[ jar ]---------------------------------
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test ---
11:08:55 [INFO] 
11:08:55 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test ---
11:08:55 [INFO] Skipping Rule Enforcement.
11:08:55 [INFO] 
11:08:55 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.dev.jetty.test ---
11:08:57 [INFO] 
11:08:57 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test ---
11:08:57 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec
11:08:57 [INFO] 
11:08:57 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.dev.jetty.test ---
11:08:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:57 [INFO] Copying 7 resources
11:08:57 [INFO] 
11:08:57 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.dev.jetty.test ---
11:08:57 [INFO] No sources to compile
11:08:57 [INFO] 
11:08:57 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test ---
11:08:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:08:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/src/test/resources
11:08:57 [INFO] 
11:08:57 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test ---
11:08:57 [INFO] Changes detected - recompiling the module!
11:08:57 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/test-classes
11:08:57 [INFO] 
11:08:57 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.dev.jetty.test ---
11:08:57 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/surefire-reports
11:08:57 [INFO] 
11:08:57 [INFO] -------------------------------------------------------
11:08:57 [INFO]  T E S T S
11:08:57 [INFO] -------------------------------------------------------
11:08:58 [INFO] Running org.eclipse.scout.dev.jetty.JettyServerTest
11:08:58 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:08:58 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:08:58 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:08:58 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.scout.dev.jetty.JettyServerTest
11:08:58 [INFO] 
11:08:58 [INFO] Results:
11:08:58 [INFO] 
11:08:58 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
11:08:58 [INFO] 
11:08:58 [INFO] 
11:08:58 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.dev.jetty.test ---
11:08:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT.jar
11:08:58 [INFO] 
11:08:58 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test ---
11:08:58 [INFO] Skipping because packaging 'jar' is not pom.
11:08:58 [INFO] 
11:08:58 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test ---
11:08:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-tests.jar
11:08:58 [INFO] 
11:08:58 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test ---
11:08:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-sources.jar
11:08:58 [INFO] 
11:08:58 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test ---
11:08:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-test-sources.jar
11:08:58 [INFO] 
11:08:58 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.dev.jetty.test ---
11:08:58 [INFO] Checking compile classpath
11:08:58 [INFO] Checking runtime classpath
11:08:58 [INFO] Checking test classpath
11:08:58 [INFO] 
11:08:58 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test ---
11:08:58 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
11:08:59 [INFO] 
11:08:59 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test ---
11:08:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT.jar
11:08:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT.pom
11:08:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-tests.jar
11:08:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-sources.jar
11:08:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/9.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-9.0.0-SNAPSHOT-test-sources.jar
11:08:59 [INFO] 
11:08:59 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
11:08:59 [INFO] Building org.eclipse.scout.rt-settings 9.0.0-SNAPSHOT            [48/48]
11:08:59 [INFO] --------------------------------[ jar ]---------------------------------
11:08:59 [INFO] 
11:08:59 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.rt-settings ---
11:08:59 [INFO] 
11:08:59 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings ---
11:08:59 [INFO] Skipping Rule Enforcement.
11:08:59 [INFO] 
11:08:59 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] 
11:09:01 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:09:01 [INFO] Copying 15 resources
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] No sources to compile
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:09:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt-settings/src/test/resources
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] No sources to compile
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] No tests to run.
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-9.0.0-SNAPSHOT.jar
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] Skipping because packaging 'jar' is not pom.
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] Skipping packaging of the test-jar
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-9.0.0-SNAPSHOT-sources.jar
11:09:01 [INFO] 
11:09:01 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] No sources in project. Archive not created.
11:09:01 [INFO] 
11:09:01 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] Checking compile classpath
11:09:01 [INFO] Checking runtime classpath
11:09:01 [INFO] Checking test classpath
11:09:01 [INFO] 
11:09:01 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings ---
11:09:01 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
11:09:02 [INFO] 
11:09:02 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings ---
11:09:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/9.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-9.0.0-SNAPSHOT.jar
11:09:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/9.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-9.0.0-SNAPSHOT.pom
11:09:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-9.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/9.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-9.0.0-SNAPSHOT-sources.jar
11:09:02 [INFO] ------------------------------------------------------------------------
11:09:02 [INFO] Reactor Summary for Eclipse Scout RT 9.0.0-SNAPSHOT:
11:09:02 [INFO] 
11:09:02 [INFO] Eclipse Scout RT ................................... SUCCESS [03:41 min]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 31.307 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 19.259 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [02:16 min]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [ 16.062 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  9.330 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  3.787 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [ 12.450 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [  2.324 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  2.662 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [ 19.651 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  7.162 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  3.190 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 43.617 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [  2.659 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [  6.823 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject SUCCESS [  2.445 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson .. SUCCESS [  7.425 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject.test SUCCESS [  4.786 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test SUCCESS [  7.048 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SUCCESS [  3.996 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SUCCESS [  4.212 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SUCCESS [03:19 min]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail ..... SUCCESS [  3.932 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail.test  SUCCESS [  4.945 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.security . SUCCESS [  2.378 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.security.test SUCCESS [  4.777 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataformat SUCCESS [  4.706 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest ..... SUCCESS [  5.682 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test  SUCCESS [  6.450 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jackson SUCCESS [  2.592 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.client SUCCESS [  9.278 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.test SUCCESS [ 21.481 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [  7.725 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 35.563 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [ 15.042 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [  4.929 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [  2.550 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 21.018 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [  5.754 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SUCCESS [02:53 min]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium SUCCESS [ 11.345 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SUCCESS [  4.929 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SUCCESS [  2.682 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SUCCESS [  6.135 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SUCCESS [  2.696 s]
11:09:02 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SUCCESS [  3.941 s]
11:09:02 [INFO] org.eclipse.scout.rt-settings ...................... SUCCESS [  2.516 s]
11:09:02 [INFO] ------------------------------------------------------------------------
11:09:02 [INFO] BUILD SUCCESS
11:09:02 [INFO] ------------------------------------------------------------------------
11:09:02 [INFO] Total time:  18:56 min
11:09:02 [INFO] Finished at: 2021-02-26T16:09:02Z
11:09:02 [INFO] ------------------------------------------------------------------------
11:09:03 Sending e-mails to: bsh@bsiag.com
11:09:03 Recording test results
11:09:05 [Checks API] No suitable checks publisher found.
11:09:05 Finished: SUCCESS