Skip to content

Console Output

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