Skip to content

Console Output

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