Skip to content

Console Output

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