Skip to content

Console Output

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