Skip to content

Console Output

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