Skip to content

Console Output

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