Skip to content

Console Output

Skipping 7,913 KB.. Full Log
  _renderCssClass
03:22:26     adds CSS class to both, TabItem and GroupBox
03:22:26 
03:22:26 TableFieldAdapter
03:22:26   property table
03:22:26     destroys the table and model adapter if value is changed to ''
03:22:26 
03:22:26 TableField
03:22:26   property table
03:22:26     shows (renders) the table if the value is set
03:22:26     destroys the table if value is changed to null
03:22:26     table gets class 'field' to make it work with the form field layout
03:22:26     table gets class 'field' to make it work with the form field layout (also when table is set later)
03:22:26   requiresSave
03:22:26     should require save when row has been updated
03:22:26     does not create a memory leak if same row is updated multiple times
03:22:26     should require save when row has been deleted
03:22:26     should require save when row has been inserted
03:22:26     should NOT require save when row has been inserted and deleted again
03:22:26     should NOT require save when row has been inserted and deleted again even if it was updated or checked in the meantime
03:22:26     should require save when row has been checked
03:22:26     should NOT require save when row has been checked and unchecked again
03:22:26     should require save after a cell edit.
03:22:26     should NOT require save open and close cell editor without any text change.
03:22:26     resets row status on markAsSaved
03:22:26 
03:22:26 TagField
03:22:26   model
03:22:26     add tag
03:22:26     remove tag
03:22:26   rendering
03:22:26     should render tags (=value)
03:22:26   key-strokes
03:22:26     ENTER
03:22:26   tag lookup
03:22:26     start and prepare a lookup call clone when typing
03:22:26 
03:22:26 TreeBox
03:22:26   general behavior
03:22:26     defaults
03:22:26     init LookupCall when configured as string
03:22:26     when setValue is called, load and set the correct lookup rows
03:22:26   clear
03:22:26     clears the value
03:22:26     uncheck all rows
03:22:26   setEnabled
03:22:26     should disable check rows
03:22:26   lookupCall
03:22:26     switching should refill tree
03:22:26     should be cloned and prepared for each lookup
03:22:26   lookup
03:22:26     should set error status when result has an exception
03:22:26     _executeLookup should always remove lookup-status (but not the error-status)
03:22:26     should be executed when lookup call is set
03:22:26   value
03:22:26     should be synchronized when rows are checked
03:22:26   _formatValue
03:22:26     uses a lookup call to format the value
03:22:26     returns empty string if value is null or undefined
03:22:26     does not auto-check child nodes if node is checked by model
03:22:26   label
03:22:26     is linked with the field
03:22:26 
03:22:26 WrappedForm
03:22:26   mandatory indicator
03:22:26     does not exist
03:22:26   initial focus disabled
03:22:26     string field in inner form hasn't focus
03:22:26   initial focus enabled
03:22:26     string field in inner form has focus
03:22:26   innerForm
03:22:26     is set to null when being destroyed
03:22:26     will be removed if set to null
03:22:26 
03:22:26 IFrame
03:22:26   setLocation
03:22:26     sets the location of the iframe
03:22:26     sets the location to about:blank if location is empty
03:22:26 
03:22:26 Icon
03:22:26   render
03:22:26     creates a span if it is a font icon
03:22:26     creates an img if it is an image icon
03:22:26   setIconDesc
03:22:26     accepts a string representing the iconId
03:22:26     accepts a scout.IconDesc
03:22:26 
03:22:26 Key
03:22:26   toKeyStrokeString
03:22:26     creates a string representing that key
03:22:26     considers modifiers
03:22:26 
03:22:26 KeyStroke
03:22:26   unrepeatability
03:22:26     means that an unrepeatable KeyStroke is triggered exactly once per keyup event, even given three keydown events
03:22:26     means that an unrepeatable KeyStroke is triggered exactly once given the sequence (keydown, keyup)
03:22:26 
03:22:26 keys
03:22:26   forBrowser
03:22:26   fromBrowser
03:22:26 
03:22:26 HtmlComponent
03:22:26   install
03:22:26     does NOT set data 'htmlComponent' when constructor is called
03:22:26     sets data 'htmlComponent' when install() is called
03:22:26   size
03:22:26     returns getBoundingClientRect() of JQuery comp
03:22:26   setSize
03:22:26     accepts scout.Dimension as single argument
03:22:26     calls invalidate on layout when size has changed
03:22:26   insets
03:22:26     reads padding, margin and border correctly
03:22:26   validateLayout
03:22:26     calls htmlComp.layout
03:22:26     calls layout of the child component
03:22:26     does not layout invisible components
03:22:26     does not layout components with an invisible parent
03:22:26     does not call parents() too many times
03:22:26     does not layout components with an animating parent
03:22:26     does not layout animated components
03:22:26   prefSize
03:22:26     returns preferred size of the component
03:22:26     considers max width/height set by CSS
03:22:26     considers min width/height set by CSS
03:22:26     returns zero size for invisible components
03:22:26 
03:22:26 LayoutValidator
03:22:26   invalidateTree
03:22:26     keeps track of invalid html components
03:22:26     considers only the topmost component
03:22:26     and validate roots
03:22:26     makes sure parent components are put in front of child components
03:22:26   validate
03:22:26     calls layout for each invalid html component
03:22:26     does not call layout if component has been removed
03:22:26     does not call layout if component has been detached, but does not remove from invalid components either
03:22:26     removes the component from the list of invalidate components after validation
03:22:26   cleanupInvalidObjects
03:22:26     removes the widget from invalid components when a widget gets removed
03:22:26 
03:22:26 graphics
03:22:26   bounds
03:22:26     returns rectangle with position from JQuery.position()
03:22:26     returns rectangle with size from JQuery.outerWidth/Height
03:22:26     returns rectangle with size from  JQuery.outerWidth/Height() including margin if includeMargin is true
03:22:26   Point
03:22:26     equals
03:22:26   Dimension
03:22:26     accepts two numbers as width and height arguments
03:22:26     accepts a single scout.Dimension argument
03:22:26     equals
03:22:26   Rectangle
03:22:26     equals
03:22:26     intersects
03:22:26   Insets
03:22:26     equals
03:22:26 
03:22:26 AbstractGrid01
03:22:26   group box layout 01
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid02
03:22:26   group box layout 02
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid03
03:22:26   group box layout 0100
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid04
03:22:26   group box layout 04
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid05
03:22:26   group box layout 05
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid06
03:22:26   group box layout 06
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid07
03:22:26   group box layout 07
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid08
03:22:26   group box layout 08
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid09
03:22:26   group box layout 09
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid10
03:22:26   group box layout 10
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 AbstractGrid11
03:22:26   group box layout 11
03:22:26     test horizontal layout
03:22:26     test vertical smart layout
03:22:26 
03:22:26 LogicalGridLayoutInfo
03:22:26   Rectangle.union
03:22:26     produces same results as java.awt.Rectangle
03:22:26   layoutCellBounds
03:22:26     calculates bounds
03:22:26 
03:22:26 LogicalGridLayout
03:22:26   prefSize
03:22:26     returns row height and column width incl. insets
03:22:26     returns pref size of its child incl. insets if useUiHeight is true
03:22:26     returns max pref size of its children at on same row incl. insets if useUiHeight is true
03:22:26     passes widthHint to its children
03:22:26     considers hgap when passing widthHint if there are multiple children on the same row
03:22:26     considers weightX when passing widthHint if there are multiple children on the same row
03:22:26     uses widthInPixel as widthHint
03:22:26     uses preferred width as widthHint if fill horizontal is false
03:22:26     uses container width as widthHint if fill horizontal is false and pref width is bigger
03:22:26     does not mess comp size up if fill horizontal and fill vertical are false
03:22:26 
03:22:26 LookupRow
03:22:26   constructor
03:22:26   sets defaults when created with a plain object
03:22:26   uses values from plain object instead of defaults, when set
03:22:26 
03:22:26 main
03:22:26   nvl
03:22:26     can return alternative value
03:22:26   assertParameter
03:22:26     throws Error when value is not set
03:22:26     throws Error when value has wrong type
03:22:26   isOneOf
03:22:26     can check if value is one of multiple values
03:22:26   create
03:22:26     accepts string or object as first argument
03:22:26     creates a new initialized widget with parent and session set
03:22:26     creates local object if first parameter is the objectType
03:22:26       sets property 'id' correctly when no ID is provided
03:22:26       session must be set, but adapter should not be registered
03:22:26     creates local object if first parameter of type object and contains objectType property
03:22:26 
03:22:26 ButtonAdapterMenu
03:22:26   maps defaultButton setting
03:22:26     from not set to null
03:22:26       to defaultMenu = true
03:22:26     from true
03:22:26       to defaultMenu = true
03:22:26     from false (w/o other previous values) to null
03:22:26       to defaultMenu = null
03:22:26     from false (with other previous values) to false
03:22:26       to defaultMenu = false
03:22:26   initialization / destroy
03:22:26     should set/delete adaptedBy property on original button instance
03:22:26   focusable element
03:22:26     button should delegate to adapter menu
03:22:26 
03:22:26 ContextMenuPopup
03:22:26   options.cloneMenuItems
03:22:26     true
03:22:26       clones the given menus and renders the clones
03:22:26       only destroys and removes the clones on popup close
03:22:26     false
03:22:26       renders the original menus
03:22:26       removes but does not destroy the menus on popup close
03:22:26   renderMenuItems
03:22:26     renders invisible menus
03:22:26     adds last and first classes
03:22:26     considers visibility when adding last and first classes
03:22:26     makes cloned menus non-tabbable
03:22:26 
03:22:26 MenuBarPopup
03:22:26   is opened on doAction if the menu has child actions
03:22:26   rerenders the head on a menu property change
03:22:26 
03:22:26 MenuBar
03:22:26   setMenuItems
03:22:26     prefers EmptySpace for the left position if menu has multiple menuTypes
03:22:26     must add/destroy dynamically created separators
03:22:26     renders menu bar invisible if no visible menu items are available
03:22:26     renders menu bar visible if at least one visible menu item is available
03:22:26   propertyChange
03:22:26     must listen on property changes of its menu items (even when menu bar is not rendered)
03:22:26     must remove property change listeners on destroy
03:22:26     automatically hides unused separators
03:22:26   layout
03:22:26     gets invalidated if a menu changes its visibility
03:22:26   updateDefaultMenu
03:22:26     marks first visible and enabled menu that reacts to ENTER keystroke as default menu
03:22:26     marks ButtonAdapterMenu that reacts to ENTER keystroke as default menu
03:22:26     marks first visible and enabled menu that has the "defaultMenu" flag set as default menu
03:22:26     updates state if menu gets enabled or disabled
03:22:26     considers rendered state of default menu
03:22:26 
03:22:26 MenuItemsOrder
03:22:26   _createSeparator
03:22:26   _menuTypes
03:22:26 
03:22:26 Menu
03:22:26   defaults
03:22:26     should have expected defaults
03:22:26   render
03:22:26     render depending on the actionStyle
03:22:26     render as separator
03:22:26     must not render childActions when popup is not open
03:22:26   isTabTarget
03:22:26     should return true when menu can be a target of TAB action
03:22:26   setTooltipText
03:22:26     can update the tooltip text
03:22:26   clone
03:22:26     and change child actions
03:22:26 
03:22:26 menus
03:22:26   filter
03:22:26     does nothing if no menus are given
03:22:26     returns no menus if no types are given
03:22:26     only returns visible menus, if onlyVisible param is set to true
03:22:26     only returns menus with given type (even when menu is not visible)
03:22:26     only returns parent menus if child menus should be displayed
03:22:26     only returns parent menus if child menus have correct type
03:22:26   updateSeparatorVisibility
03:22:26     makes leading separators invisible
03:22:26     makes trailing separators invisible
03:22:26     makes duplicate separators invisible
03:22:26     makes all separators invisible if there are no other visible menus
03:22:26     reverts to old state if sibling menus get visible
03:22:26     considers all rules
03:22:26 
03:22:26 Planner
03:22:26   deleteResources
03:22:26     deletes resources from model
03:22:26     deletes resources from html document
03:22:26     also adjusts selectedResources and selectionRange if deleted resource was selected
03:22:26   updateResources
03:22:26     updates resources in model
03:22:26     updates resources in html document
03:22:26     updates activities
03:22:26   renderScale
03:22:26     displayMode: DAY
03:22:26       draws scale for whole day
03:22:26       draws scale for one hour
03:22:26       draws scale for two hour interval
03:22:26       draws scale with only showing every second label
03:22:26     displayMode: WEEK / WORK_WEEK
03:22:26       draws scale for WEEK for whole day with 6h interval
03:22:26       draws scale for WEEK with only showing every second label
03:22:26       draws scale for WEEK with changing month
03:22:26       draws scale for WORK_WEEK for whole day with 6h interval
03:22:26       draws scale for WORK_WEEK with only showing every second label
03:22:26     displayMode: MONTH
03:22:26       draws scale
03:22:26       draws scale with only showing every second label
03:22:26     displayMode: CALENDAR_WEEK
03:22:26       draws scale for CALENDAR_WEEK displayMode
03:22:26       draws scale with only showing every second label
03:22:26       draws scale with only showing every third label
03:22:26     displayMode: YEAR
03:22:26       draws scale for YEAR displayMode
03:22:26       draws scale with only showing every second label
03:22:26       draws scale with only showing every third label
03:22:26   transformLeft/transformWidth
03:22:26     calculates left and width in WEEK mode for whole days
03:22:26     calculates left and width in WEEK mode for limitted day range
03:22:26     calculates left and width in WEEK mode for limitted day range (only firstHourOfDay set)
03:22:26   select
03:22:26     selects at least the number of intervals configured by display mode options
03:22:26     respects end of day if minSelectionIntervalCount is set
03:22:26 
03:22:26 Popup
03:22:26   withGlassPane
03:22:26     shows a glass pane if set to true
03:22:26     does not show a glass pane if set to false
03:22:26 
03:22:26 scrollbars
03:22:26   onScroll
03:22:26     attaches handler to scrolling parents which execute when scrolling
03:22:26   offScroll
03:22:26     detaches handler from scrolling parents
03:22:26   isLocationInView
03:22:26     returns true if the given location is inside the given $scrollable
03:22:26     returns false if x of the given location is outside of the given $scrollable (smaller)
03:22:26     returns false if y of the given location is outside of the given $scrollable (smaller)
03:22:26     returns false if x of the given location is outside of the given $scrollable (greater)
03:22:26     returns false if y of the given location is outside of the given $scrollable (greater)
03:22:26   render
03:22:26     ensures parent has position absolute or relative
03:22:26 
03:22:26 BusyIndicator
03:22:26   render
03:22:26     uses entry point as parent if no $parent is provided
03:22:26     uses $parent as parent if provided
03:22:26 
03:22:26 ModelAdapter
03:22:26   can handle properties in any order
03:22:26   _syncPropertiesOnPropertyChange calls set* methods or setProperty method
03:22:26   init
03:22:26     copies properties to widget
03:22:26     sets default values
03:22:26   destroy
03:22:26     destroys the adapter and its children
03:22:26     does not destroy children, which are globally used
03:22:26   onModelPropertyChange
03:22:26     adapter
03:22:26       creates and registers the new adapter
03:22:26       destroys the old adapter
03:22:26     filters
03:22:26       propertyChange events
03:22:26         should send event when property change is triggered by widget
03:22:26         should not send event when property is triggered by server
03:22:26       widget events
03:22:26         should handle widget event when it is not filtered
03:22:26         should not handle widget event when it is filtered
03:22:26     export adapter
03:22:26       exportAdapterData should export last part of model-class as ID
03:22:26     adapters
03:22:26       creates and registers adapters
03:22:26       destroys the old adapters
03:22:26       destroys the old and creates the new adapters if the array contains both
03:22:26 
03:22:26 ResponseQueue
03:22:26   add
03:22:26     adds elements to the queue in the correct order
03:22:26     removes elements that are superseded by combined response
03:22:26   process
03:22:26     processes elements in the correct order
03:22:26     does not process elements in the wrong order
03:22:26     does not process same response twice
03:22:26 
03:22:26 Session
03:22:26   send
03:22:26     sends multiple async events in one call
03:22:26     sends multiple async events in one call over multiple user interactions if sending was delayed
03:22:26     does not await the full delay if a susequent send call has a smaller delay
03:22:26     does not await the full delay if a previous send call has a smaller delay
03:22:26     coalesces events if event provides a coalesce function
03:22:26     sends requests consecutively
03:22:26     sends requests consecutively and respects delay
03:22:26     queues ?poll results when user requests are pending
03:22:26     resumes polling after successful responses
03:22:26     does not resume polling after JS errors
03:22:26     does not resume polling after UI server errors
03:22:26     does not resume polling after HTTP errors
03:22:26     does not resume polling after session terminated
03:22:26   init
03:22:26     sends startup parameter
03:22:26     sends user agent on startup
03:22:26   texts
03:22:26     check if correct text is returned
03:22:26     check if empty text is returned
03:22:26     check if null text is returned
03:22:26     check if arguments are replaced in text
03:22:26     check if multiple arguments are replaced in text
03:22:26     check if undefined texts return an error message
03:22:26     optText returns undefined if key is not found
03:22:26     optText returns default value if key is not found
03:22:26     optText returns text if key found
03:22:26     optText returns text if key found, with arguments
03:22:26 
03:22:26 Splitter
03:22:26   renders the splitter at the given position
03:22:26 
03:22:26 SimpleTabArea
03:22:26   renders the tabs in the correct order
03:22:26 
03:22:26 HierarchicalTableSpec
03:22:26   add
03:22:26     a root row
03:22:26     a child row to a row which is already a parent row (by id)
03:22:26     a child row to a row which is already a parent row (by TableRow)
03:22:26     a child row to a row which is already a parent row (by pseudo row)
03:22:26     a child row to a row which is leaf
03:22:26     a child row to a collapsed row
03:22:26   delete
03:22:26     leaf row and expect the row structure to be valid
03:22:26     leaf row with collapsed parent and expect the structure to be valid
03:22:26     a parent row and expect all children are deleted cascading.
03:22:26   structure
03:22:26     is updated when insert a new child row
03:22:26     is updated when deleting a child row
03:22:26     is updated when deleting a row and its children
03:22:26   expanded rows
03:22:26     are valid after expand parent and its child row and expand parent again.
03:22:26     are valid after expand all and collapse all.
03:22:26   selection
03:22:26     of all rows is valid if parent rows do not match a filter condition
03:22:26     a single row matching the filter
03:22:26     a single row which is a parent row of a row matching the filter
03:22:26     of a not visible row due to a filter
03:22:26     changes when selected rows gets invisible due to collapse of a parent row.
03:22:26     of a row is still the same if the row gets collapsed. 
03:22:26     is still the same after inserting rows
03:22:26     is still the same after deleting an not selected row
03:22:26     gets adjusted when deleting a selected row
03:22:26   update row
03:22:26     by changing the parent key
03:22:26     by removing the parent key
03:22:26     by adding the parent key
03:22:26   filtered visible
03:22:26     rows are correct after when a child row matches a filter in of a collapsed parent row.
03:22:26   move
03:22:26     row down and expect to be moved after the next sibling on the same level.
03:22:26     row up and expect to be moved before the next sibling on the same level.
03:22:26     child row down and expect it will not be moved away of its siblings.
03:22:26     child row up and expect it will not be moved away of its siblings.
03:22:26   move visible row
03:22:26     up - expect the row gets moved above the previous visible row
03:22:26     down - expect the row gets moved below the next visible row
03:22:26 
03:22:26 TableAdapter
03:22:26   selectRows
03:22:26     sends rowsSelected event containing rowIds
03:22:26     does not send selection event if triggered by server
03:22:26   checkRows
03:22:26     sends rowsChecked event containing rowIds
03:22:26     does not send rowsChecked event if triggered by server
03:22:26   expandRows
03:22:26     sends rowsExpanded event containing rowIds
03:22:26     does not send rowsChecked event if triggered by server
03:22:26   onModelAction
03:22:26     rowsSelected event
03:22:26       calls selectRows
03:22:26     rowsDeleted event
03:22:26       calls deleteRows
03:22:26       does not send rowsSelected event for the deleted rows
03:22:26     allRowsDeleted event
03:22:26       calls deleteAllRows
03:22:26       does not send rowsSelected event
03:22:26     rowsInserted event
03:22:26       calls insertRows
03:22:26       may contain cells as objects
03:22:26       may contain cells as scalars
03:22:26       respects null values
03:22:26       uses text as value if value is not provided
03:22:26     rowOrderChanged event
03:22:26       calls updateRowOrder
03:22:26       correct DOM order for newly inserted rows
03:22:26     rowsUpdated event
03:22:26       calls updateRows
03:22:26     columnStructureChanged event
03:22:26       calls updateColumnStructure
03:22:26     columnOrderChanged event
03:22:26       calls updateColumnOrder
03:22:26     columnHeadersUpdated event
03:22:26       calls updateColumnHeaders
03:22:26   onModelPropertyChange
03:22:26     menus
03:22:26       creates and registers menu adapters
03:22:26       destroys the old menus
03:22:26       destroys the old and creates the new menus if the list contains both
03:22:26   _sendFilter
03:22:26     should not coalesce remove and 'add' events
03:22:26   _postCreateWidget
03:22:26     should send a filter event, if a filter exists on table after widget is created.
03:22:26 
03:22:26 TableFilter
03:22:26   row filtering
03:22:26     applies row filter when table gets initialized
03:22:26     doesn't filter anymore if filter gets removed
03:22:26     applies row filter if a new row gets inserted
03:22:26     applies row filter if a new row gets inserted, even if table is not rendered
03:22:26     applies row filter if a row gets updated
03:22:26     applies row filter if a row gets updated, even if table is not rendered
03:22:26     properly handles successive row insertion and updates
03:22:26     properly handles reset table case
03:22:26     considers view range
03:22:26     renders empty data if all rows are removed due to filtering
03:22:26   selection
03:22:26     gets removed for non visible rows after filtering
03:22:26     stays removed even if filtered row is selected explicitly
03:22:26     gets removed for non visible rows after filtering if a row has been updated
03:22:26     gets restored for visible rows after filtering
03:22:26   events
03:22:26     filter
03:22:26       gets fired when table with a filter is initializing
03:22:26       does not get fired when table with no filters is initializing
03:22:26       gets fired if filter() is called
03:22:26       gets fired if filter() is called, even if table is not rendered
03:22:26       gets not fired if rows are filtered again but the filtered rows have not changed
03:22:26       gets fired if rows are filtered during updateRows
03:22:26       gets fired if rows are filtered during insertRows
03:22:26       gets fired if rows are filtered during deleteRows
03:22:26       gets fired if rows are filtered during deleteAllRows
03:22:26       does not get fired if rows are updated but row filter state has not changed
03:22:26       gets sent to server containing rowIds when rows are filtered
03:22:26 
03:22:26 TableFooterSpec
03:22:26   render
03:22:26     attaches listener to the table but only once
03:22:26   remove
03:22:26     stops the open animation of the selected control
03:22:26     stops the close animation of the selected control
03:22:26   controls
03:22:26     removes old and renders new controls on property change
03:22:26   TableStatusTooltip
03:22:26     shows ERROR tooltip
03:22:26     shows INFO tooltip when table is rendered
03:22:26     hides INFO tooltip when user clicks in table
03:22:26     does not hide ERROR tooltip when user clicks in table
03:22:26 
03:22:26 Table Grouping
03:22:26   renders an aggregate row for each group
03:22:26   considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows
03:22:26   considers view range -> only renders an aggregate row for rendered rows
03:22:26   considers view range -> doesn't render an aggregate row if the last row of the group is not rendered
03:22:26   regroups if rows get inserted
03:22:26   regroups if rows get inserted, event is from server and table was empty
03:22:26   does not regroup if rows get inserted, event is from server and table was not empty
03:22:26   regroups when a filter is applied
03:22:26   regroups if rows get deleted
03:22:26   removes aggregate rows if all rows get deleted
03:22:26   regroups if rows get updated
03:22:26   may group column 0 only
03:22:26   may group column 1 only
03:22:26   may group columns 0 (avg) and 1 (sum)
03:22:26   may group columns 0, 1 and 2
03:22:26   may group columns 2 and 1
03:22:26   may group column 1 only after grouping column 0 first
03:22:26   may group column 1 and 2 after grouping column 0 first
03:22:26 
03:22:26 TableHeaderMenu
03:22:26   filter
03:22:26     string column
03:22:26       shows the unique string values
03:22:26       converts multiline text to single line
03:22:26       strips html tags if html is enabled
03:22:26       reflects the state of the filter
03:22:26       correctly updates the list after inserting a new row, if a filter is applied
03:22:26       always displays the selected value, even if the table does not contain the value anymore
03:22:26       displays empty values as -empty-
03:22:26       stores selected text in filter.selectedValues
03:22:26       stores empty as null and not '-empty-'
03:22:26     grouping / sorting
03:22:26       count sorted columns
03:22:26       count grouped columns
03:22:26     boolean column
03:22:26       shows the unique string values
03:22:26     sort enabled
03:22:26       option enabled shows sort options in table header menu
03:22:26       option disabled does not show sort options in table header menu
03:22:26     sort mode
03:22:26       sorts alphabetically
03:22:26       sorts by amount
03:22:26 
03:22:26 TableHeaderSpec
03:22:26   render
03:22:26     attaches listener to the table but only once
03:22:26   hiddenByUi
03:22:26 
03:22:26 TableKeyStrokes
03:22:26   key up
03:22:26     selects the above row
03:22:26     selects the last row if no row is selected yet
03:22:26     selects the second last row if all rows are selected
03:22:26     selects the only row if there is only one
03:22:26     does nothing if first row already is selected
03:22:26     if first row already is selected but is not the last action row, the row above the last action row gets selected
03:22:26     if there is a last action row, selects the row above last last action row
03:22:26     selects the row above the last action row even if the row above already is selected
03:22:26     uses last row of selection as last action row if last action row is not visible anymore
03:22:26      + shift
03:22:26       adds the row above to the selection
03:22:26       removes the row above from the selection if the last action row is the last row of the selection
03:22:26       if the row above the last action row is not selected, adds the row above to the selection
03:22:26   key down
03:22:26     selects the row below
03:22:26     selects the first row if no row is selected yet
03:22:26     selects the second row if all rows are selected
03:22:26     selects the only row if there is only one
03:22:26     does nothing if last row already is selected
03:22:26     if there is a last action row, selects the row below the last action row
03:22:26     selects the row below the last action row even if the row below already is selected
03:22:26     uses last row of selection as last action row if last action row is not visible anymore
03:22:26      + shift
03:22:26       adds the row below to the selection
03:22:26       removes the row below from the selection if the last action row is the first row of the selection
03:22:26       if the row below the last action row is not selected, adds the row below to the selection
03:22:26   end
03:22:26     selects last row
03:22:26      + shift
03:22:26       selects all rows from currently selected row to last row
03:22:26       preserves existing selection
03:22:26       considers last action row as start row for new selection
03:22:26       uses last row of selection as last action row if last action row is not visible anymore
03:22:26       does nothing if last row is already selected
03:22:26       does not add same rows to selectedRows twice
03:22:26   home
03:22:26     selects first row
03:22:26      + shift
03:22:26       selects all rows from currently selected row to first row
03:22:26       preserves existing selection
03:22:26       considers last action row as start row for new selection
03:22:26       uses first row of selection as last action row if last action row is not visible anymore
03:22:26       does nothing if first row is already selected
03:22:26       does not add same rows to selectedRows twice
03:22:26   space
03:22:26     does nothing if no rows are selected
03:22:26     checks the selected rows if first row is unchecked
03:22:26     does not modify already checked rows when checking
03:22:26     unchecks the selected rows if first row is checked
03:22:26   page up
03:22:26     selects the only row if there is only one
03:22:26   page down
03:22:26     selects the only row if there is only one
03:22:26 
03:22:26 Table
03:22:26   render
03:22:26     renders CSS class
03:22:26     renders a table header
03:22:26     renders table rows
03:22:26       accepts rows with cells
03:22:26       accepts rows with text only
03:22:26   _calculateViewRangeForRowIndex
03:22:26     returns a range based on viewRangeSize
03:22:26   rowIcons and checkable rows
03:22:26     creates an artificial cell when a rowIcon is set on a row
03:22:26   insertRows
03:22:26     inserts rows at the end of the table
03:22:26     renders rows only if view range is not full yet
03:22:26     rowsInserted event must be triggered before rowOrderChanged event
03:22:26   updateRows
03:22:26     updates the model cell texts
03:22:26     updates the html cell texts
03:22:26     does not fail if the row to update is the same instance as the existing one
03:22:26     does not destroy selection
03:22:26     silently updates rows which are not in view range
03:22:26   deleteRows
03:22:26     deletes single rows from model
03:22:26     deletes single rows from html document
03:22:26     considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
03:22:26   deleteAllRows
03:22:26     deletes all rows from model
03:22:26     deletes all rows from html document
03:22:26     silently removes not rendered rows
03:22:26   updateRowOrder
03:22:26     reorders the model rows
03:22:26     reorders the html nodes
03:22:26     considers view range
03:22:26   checkRow
03:22:26     checks the row, does not uncheck others if multiCheck is set to true
03:22:26     unchecks other rows if multiCheck is set to false
03:22:26     does not check the row if checkable is set to false
03:22:26     does not check the row if the row is disabled
03:22:26     does not check the row if the table is disabled
03:22:26     considers view range
03:22:26     keeps added checkable column visible even when reloading factory settings
03:22:26     does not add an additional checkable column if one is already configured
03:22:26   selectRows
03:22:26     updates model
03:22:26     selects rendered rows and unselects others
03:22:26     considers view range
03:22:26     triggers rowsSelected
03:22:26     selectedRow() returns first selected row or null when table has no selection
03:22:26   toggle selection
03:22:26     selects all if not all are selected
03:22:26     selects none if all are selected
03:22:26   selectAll
03:22:26     selects all rows
03:22:26     considers view range -> renders selection only for rendered rows
03:22:26   doRowAction
03:22:26     sends rowAction event with row and column
03:22:26     does not send rowAction event if the row is not selected
03:22:26     does not send rowAction event if it is not the only one selected row
03:22:26   resizeColumn
03:22:26     updates column model and sends resize event 
03:22:26     does not send resize event when resizing is in progress
03:22:26     sends resize event when resizing is finished
03:22:26     always updates model width, but only resizes cells of visible columns 
03:22:26   autoResizeColumns
03:22:26     distributes the table columns using initialWidth as weight
03:22:26     excludes columns with fixed width
03:22:26     does not make the column smaller than the initial size
03:22:26     does not make the column smaller than a minimum size
03:22:26   sort
03:22:26     updates column model
03:22:26     model update
03:22:26       sets sortAscending according to direction param
03:22:26       resets properties on other columns
03:22:26       sets sortIndex
03:22:26       does not remove sortIndex for columns always included at begin
03:22:26       does not remove sortIndex for columns always included at end
03:22:26       does not remove sortIndex for columns always included at begin and end (combination)
03:22:26       removes column from sort columns
03:22:26     sends sort without sortingRequested event when client side sorting is possible
03:22:26     sends sort event with sortingRequested if client side sorting is not possible
03:22:26     sorts the data
03:22:26     regroups the data if group by column is active
03:22:26     restores selection after sorting
03:22:26     sorting
03:22:26       sorts text columns considering locale (if browser supports it)
03:22:26       sorts number columns
03:22:26       sorts date columns
03:22:26       uses non sort columns as fallback
03:22:26   row click
03:22:26     selects row and unselects others
03:22:26     sends selection and click events
03:22:26     sends only click if row already is selected
03:22:26     sends selection, checked and click events if table is checkable and checkbox has been clicked
03:22:26   right click on row
03:22:26     opens context menu
03:22:26     context menu only shows items without header type also if there is a type singleSelection
03:22:26     context menu only shows visible menus
03:22:26   _filterMenus
03:22:26     returns no menus for contextMenu if no row is selected
03:22:26     returns only single selection menus for contextMenu if one row is selected
03:22:26     returns only multi selection menus for contextMenu if multiple rows are selected
03:22:26     returns menus with single- and multi selection set for contextMenu if one or more rows are selected
03:22:26     returns only empty space menus if no row is selected
03:22:26     returns empty space and single selection menus if one row is selected
03:22:26     returns empty space and multi selection menus if multiple rows are selected
03:22:26     returns menus with empty space, single- and multi selection set if one or more rows are selected
03:22:26   row mouse down / move / up
03:22:26     selects multiple rows
03:22:26     only sends selection event, no click
03:22:26     only send one event for mousedown and immediate mouseup on the same row
03:22:26     only selects first row if mouse move selection or multi selection is disabled
03:22:26   moveColumn
03:22:26     moves column from oldPos to newPos
03:22:26     considers view range (does not fail if not all rows are rendered)
03:22:26   updateRowOrder
03:22:26     correct DOM order for newly inserted rows
03:22:26   initColumns
03:22:26     table is available in _init
03:22:26     sets the column indices if not already set
03:22:26     does not set the column indices if already set
03:22:26   updateColumnStructure
03:22:26     resets the model columns
03:22:26     redraws the header to reflect header cell changes (text)
03:22:26     updates width of empty data
03:22:26   updateColumnOrder
03:22:26     reorders the model columns
03:22:26     reorders the html nodes
03:22:26     silently moves cells which are not rendered in view range
03:22:26   updateColumnHeaders
03:22:26     updates the text and sorting state of model columns
03:22:26     updates sort indices of the sort columns if a sort column got removed
03:22:26     updates the text and sorting state of html table header nodes
03:22:26     updates the custom css class of table header nodes
03:22:26     considers html enabled property of table header cells
03:22:26   headerVisible
03:22:26     hides/shows the table header
03:22:26     adds empty div when set to true if there are no rows
03:22:26     removes empty div when set to false even if there are no rows
03:22:26   View range markers
03:22:26     Must not throw an error when called in detached state
03:22:26   Column visibility
03:22:26     update headers and rows when visibility of a column changes
03:22:26     visibleColumns() only return visible columns
03:22:26     moveColumn() must deal with different indices for visible and all columns
03:22:26   moveRowUp
03:22:26     moves row one up
03:22:26   moveRowDown
03:22:26     moves row one down
03:22:26   moveRowToTop
03:22:26     moves row to the top
03:22:26   moveRowToBottom
03:22:26     moves row to the bottom
03:22:26   moveVisibleRowUp
03:22:26     moves row one up regarding filtered rows
03:22:26   moveVisibleRowDown
03:22:26     moves row one up regarding filtered rows
03:22:26   rowStatus
03:22:26     changes when updating the value
03:22:26   invisible
03:22:26     does not try to read row height when invisible
03:22:26 
03:22:26 TableUpdateBuffer
03:22:26   buffers updateRow calls and processes them when all promises resolve
03:22:26   prevents rendering viewport while buffering
03:22:26   processes immediately when a resolved promise is added
03:22:26 
03:22:26 BooleanColumn
03:22:26   table checkable column
03:22:26     a checkbox column gets inserted if table.checkable=true
03:22:26     no checkbox column gets inserted if table.checkable=false
03:22:26     this.checkableColumn is set to the new column
03:22:26     displays the row.checked state as checkbox
03:22:26   boolean column
03:22:26     displays the cell value as checkbox
03:22:26 
03:22:26 Column
03:22:26   considers horizontal alignment
03:22:26   converts linebreak into <br> in header cells
03:22:26   considers custom css class of a column
03:22:26   considers custom css class of a column, as well for checkbox columns
03:22:26   considers custom css class of a cell, if both are set only the cell class is used
03:22:26   considers htmlEnabled of a cell
03:22:26   caches encoded text of a cell to improve performance
03:22:26   multilineText
03:22:26     replaces
03:22:26  with br, but only if htmlEnabled is false
03:22:26   textWrap
03:22:26     wraps text if column.textWrap and table.multilineText are true
03:22:26     does not wrap text if column.textWrap is false and table.multilineText is true
03:22:26     does not wrap text if column.textWrap is true and table.multilineText is false
03:22:26     can be toggled on the fly
03:22:26   initCell
03:22:26     sets the value and the text
03:22:26     calls formatValue to format the text
03:22:26     calls formatValue to format the text, also for cell objects
03:22:26     does not format the value if a text is provided
03:22:26     sets the value to null if only text is provided
03:22:26   setCellValue
03:22:26     sets the value and the text
03:22:26     calls formatValue to format the text
03:22:26   cell getters
03:22:26     cell() should return cell of given row
03:22:26     selectedCell() should return cell from selected row
03:22:26   autoOptimizeWidth
03:22:26     will resize the column to fit its content after layouting
03:22:26     also works if there is no header
03:22:26     considers images
03:22:26     autoOptimizeWidthRequired
03:22:26       will be set to true if a row is updated and the content changed
03:22:26       will be set to true if a row is inserted
03:22:26       will be set to true if a row is deleted
03:22:26       will be set to true if all rows are deleted
03:22:26       will be set to true if autoOptimizeWidth is set dynamically
03:22:26   displayable
03:22:26     if set to false, column may not be made visible
03:22:26 
03:22:26 DateColumn
03:22:26   format
03:22:26     updates the value and the display text if the format changes
03:22:26 
03:22:26 NumberColumn
03:22:26   background effect
03:22:26     colorGradient1
03:22:26       colors cells from red to green
03:22:26       colors cells according to rounded values
03:22:26     considers view range -> only colors rendered cells
03:22:26     updates colors if row gets deleted
03:22:26     updates colors if row gets inserted
03:22:26     updates colors if row gets updated
03:22:26     colors cells if table gets rendered
03:22:26     restores existing background color if background effect gets removed
03:22:26     barChart
03:22:26       does not overwrite existing background color
03:22:26     setBackgroundEffect
03:22:26       changes the background effect
03:22:26       sends columnBackgroundEffectChanged event
03:22:26       does not send columnBackgroundEffectChanged if server triggered it
03:22:26   calculateMinMaxValues
03:22:26     calculates the min/max values based on rounded values
03:22:26   format
03:22:26     updates the value and the display text if the multiplier changes
03:22:26 
03:22:26 SmartColumn
03:22:26   must NOT execute a lookup by key when the editor is initialized
03:22:26 
03:22:26 scout.comparators
03:22:26   tests 'compare' method of TEXT comparator
03:22:26   tests 'compareIgnoreCase' method of TEXT comparator
03:22:26   tests 'compare' method of NUMERIC comparator
03:22:26   tests 'compare' method of ALPHANUMERIC comparator
03:22:26   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator
03:22:26   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session
03:22:26 
03:22:26 AggregateTableControl
03:22:26   aggregate
03:22:26     creates an aggregate row
03:22:26     sums up numbers in a number column
03:22:26     aggregation type none does not aggregate
03:22:26     sums up numbers in a number column but only on filtered rows
03:22:26     sums up numbers in a number column and considers format pattern
03:22:26     sums up numbers in a number column and considers rounded values fo aggregation
03:22:26     updates aggregation if a row is inserted
03:22:26     updates aggregation if a row is updated
03:22:26     updates aggregation if a row is deleted
03:22:26   eanbled state
03:22:26     is false if there are no number columns
03:22:26     is true if there is at least one number column
03:22:26     is false if there is a number column but without an aggregate function
03:22:26   selected state
03:22:26     is false if control is not enabled initially
03:22:26     is set to false if control will be disabled
03:22:26 
03:22:26 TableControl
03:22:26   selected
03:22:26     opens and closes the control container
03:22:26     removes the content of the previous selected control without closing the container
03:22:26     sends selected events (for current and previous selection)
03:22:26 
03:22:26 CellEditorAdapter
03:22:26   endCellEdit event
03:22:26     destroys the field
03:22:26     removes the cell editor popup
03:22:26   completeEdit
03:22:26     sends completeCellEdit
03:22:26     sends completeCellEdit only once
03:22:26     does not remove the popup and its field (will be done by endCellEdit)
03:22:26   cancelEdit
03:22:26     sends cancelCellEdit
03:22:26     removes the popup and its field
03:22:26 
03:22:26 CellEditor
03:22:26   mouse click
03:22:26     starts cell edit if cell is editable
03:22:26     does not start cell edit if cell is not editable
03:22:26     does not start cell edit if row is disabled
03:22:26     does not start cell edit if table is disabled
03:22:26     does not start cell edit if form is disabled
03:22:26     does not start cell edit if mouse down and up happened on different cells
03:22:26     does not start cell edit if right mouse button was pressed
03:22:26     does not start cell edit if middle mouse button was pressed
03:22:26     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
03:22:26   prepareCellEdit
03:22:26     creates field and calls start
03:22:26     triggers prepareCellEdit event
03:22:26   startCellEdit
03:22:26     opens popup with field
03:22:26     triggers startCellEdit event
03:22:26   completeCellEdit
03:22:26     triggers completeCellEdit event
03:22:26     calls endCellEdit with saveEditorValue=true
03:22:26     saves editor value
03:22:26     does not reopen the editor again
03:22:26   cancelCellEdit
03:22:26     triggers cancelCellEdit event
03:22:26     calls endCellEdit with saveEditorValue=false
03:22:26     does not save editor value
03:22:26   endCellEdit
03:22:26     destroys the field
03:22:26     removes the cell editor popup
03:22:26   validation
03:22:26     shows a tooltip if field has an error
03:22:26     does not sho a tooltip if field has no error
03:22:26   popup recovery
03:22:26     reopens popup if row gets updated
03:22:26     closes popup if row gets deleted
03:22:26     closes popup if all rows get deleted
03:22:26     closes popup (before) table is detached
03:22:26     closes popup when table is removed
03:22:26   tooltip recovery
03:22:26     removes tooltip if row gets deleted
03:22:26 
03:22:26 DateColumnUserFilter
03:22:26   acceptByFields works
03:22:26   acceptByFields works with time
03:22:26   addFilterFields must not create date fields with time
03:22:26 
03:22:26 TableTextUserFilter
03:22:26   filter
03:22:26     filters rows based on cell text
03:22:26     separates cell values with whitepace
03:22:26     works with bean columns
03:22:26 
03:22:26 DateFormat
03:22:26   format
03:22:26     considers d M y
03:22:26     considers h H m a
03:22:26     considers E
03:22:26     considers ss SSS Z
03:22:26   parse
03:22:26     considers d M y
03:22:26     considers h H m a
03:22:26     considers ss SSS Z
03:22:26   analyze
03:22:26     analyzes the text and returns an object with months, years and days
03:22:26       considers pattern dd.MM.yyyy
03:22:26       considers pattern yyyy-MM-dd
03:22:26       considers pattern MM/dd/yyy
03:22:26       checks correct handling of am/pm
03:22:26       proposes valid dates for pattern dd.MM.yyyy
03:22:26       proposes valid dates for pattern MM.yyyy
03:22:26       proposes valid dates for pattern yyyy
03:22:26       proposes valid times
03:22:26 
03:22:26 DecimalFormat
03:22:26   constructor
03:22:26     uses the pattern from the options
03:22:26     if the options parameter is a string, it assumes it is the pattern
03:22:26   format
03:22:26     considers decimal separators
03:22:26     considers grouping separators
03:22:26     is lenient with grouping separators
03:22:26     can swap the position of the minus sign
03:22:26     can handle invalid patterns
03:22:26     distinguishes digits and zero digits
03:22:26     can handle positive and negative subpattern
03:22:26     can handle exotic symbols
03:22:26     can handle percentages, format taken from application
03:22:26     can handle multiplier
03:22:26     can handle rounding mode
03:22:26   round
03:22:26     can handle rounding modes
03:22:26 
03:22:26 TextMap
03:22:26   get
03:22:26     returns correct text for key
03:22:26     may return empty text
03:22:26     may return null text
03:22:26     replaces arguments in text
03:22:26     may replace multiple arguments
03:22:26     returns a text containing undefinied if the key is not found
03:22:26     does a parent lookup if key is not found
03:22:26     returns a text containing undefinied if neither child nor parent contains the key
03:22:26   optGet
03:22:26     returns undefined if key is not found
03:22:26     returns default value if key is not found
03:22:26     returns text if key is found
03:22:26     returns text if key is found, with arguments
03:22:26     replaces the same placeholder if used multiple times
03:22:26     does a parent lookup if key is not found
03:22:26 
03:22:26 scout.texts
03:22:26   init
03:22:26     creates Texts objects for each language tag given in the model
03:22:26     links Texts objects according the sub tags of the language tag
03:22:26     does not override existing text maps
03:22:26   get
03:22:26     returns the Texts for the given language tag
03:22:26     returns a Texts object with correct linking
03:22:26     creates an empty Texts object with correct linking if language tag is unknown
03:22:26 
03:22:26 TileGridAdapter
03:22:26   initProperties
03:22:26     creates a tile filter if tiles are filtered by the server
03:22:26   _syncFilteredTiles
03:22:26     creates a tile filter if tiles are filtered by the server
03:22:26 
03:22:26 TileGrid
03:22:26   selectTiles
03:22:26     selects the given tiles and unselects the previously selected ones
03:22:26     does not select if selectable is false
03:22:26     does not select tiles excluded by filter
03:22:26     triggers a property change event
03:22:26   deselectTiles
03:22:26     deselects the given tiles
03:22:26     triggers a property change event
03:22:26   insertTiles
03:22:26     inserts the given tiles
03:22:26     triggers a property change event
03:22:26     links the inserted tiles with the tileGrid
03:22:26   deleteTiles
03:22:26     deletes the given tiles
03:22:26     deselects the deleted tiles
03:22:26     triggers a property change event
03:22:26     destroys the deleted tiles
03:22:26     does not destroy the deleted tiles if the tileGrid is not the owner
03:22:26   deleteAllTiles
03:22:26     deletes all tiles
03:22:26     deselects the deleted tiles
03:22:26     adds empty marker
03:22:26   setTiles
03:22:26     applies the order of the new tiles to tiles and filteredTiles
03:22:26     applies the order of the new tiles to the rendered elements
03:22:26     applies the order of the new tiles to the filteredTiles if a filter is active
03:22:26   sort
03:22:26     uses the comparator to sort the tiles and filteredTiles
03:22:26     is executed when new tiles are added
03:22:26     reorders the DOM elements accordingly
03:22:26   mouseDown
03:22:26     with multiSelect = false
03:22:26       on a deselected tile selects the tile
03:22:26       on a deselected tile selects the tile and unselects others
03:22:26       on a selected tile does nothing
03:22:26       sets focusedTile property to clicked tile when selected
03:22:26     with multiSelect = true
03:22:26       on a deselected tile selects the tile
03:22:26       on a deselected tile selects the tile and unselects others
03:22:26       on a selected tile does nothing
03:22:26       on a selected tile keeps the selection but deselects others if other tiles are selected
03:22:26       with CTRL pressed
03:22:26         on a deselected tile adds the tile to the selection
03:22:26         on a selected tile removes the tile from the selection
03:22:26         sets focusedTile property to null when when clicked tile is unselected
03:22:26   click
03:22:26     triggers tileClick
03:22:26     triggers tileSelected and tileClick if selectable
03:22:26     triggers tileAction when clicked twice
03:22:26   filter
03:22:26     filters the tiles according to the added filters
03:22:26     considers newly inserted tiles
03:22:26     deselects not accepted tiles
03:22:26     applies the filters initially, if there is one
03:22:26     applies the filters initially even if every tile is accepted
03:22:26     updates empty marker
03:22:26     still works if moved from one grid to anoter
03:22:26   addFilters
03:22:26     adds the given filters
03:22:26   removeFilters
03:22:26     invalidates the logical grid
03:22:26     removes the given filters
03:22:26 
03:22:26 VirtualTileGrid
03:22:26   virtual
03:22:26     only renders the tiles in the view range, if true
03:22:26     can be toggled dynamically
03:22:26     does nothing if all tiles are in the view port
03:22:26     can be enabled even if tiles have been inserted
03:22:26     removes tiles correctly when enabled even if a filter is active
03:22:26   selectTiles
03:22:26     selects the given tiles but renders the selection only for the tiles in the view range
03:22:26   deselectTiles
03:22:26     deselects the given tiles, no matter if they are in the view port or not
03:22:26   insertTiles
03:22:26     inserts the given tiles and renders them if they are in the viewport
03:22:26   deleteTiles
03:22:26     deletes the given tiles no mather if they are in the view port or not
03:22:26     destroys the deleted tiles
03:22:26   deleteAllTiles
03:22:26     adds empty marker also if virtual is true
03:22:26   setTiles
03:22:26     applies the order of the new tiles to the rendered elements in the view range
03:22:26     applies the order of the new tiles to the filteredTiles if a filter is active
03:22:26   sort
03:22:26     reorders the DOM elements in the view range according to the new order
03:22:26   mouseDown
03:22:26     with multiSelect = true
03:22:26       with CTRL pressed
03:22:26         on a deselected tile adds the tile to the selection, even if the selection is not in the view range
03:22:26   filter
03:22:26     removes not accepted elements
03:22:26     considers newly inserted tiles
03:22:26     applies the filters initially, if there is one
03:22:26     applies the filters initially even if every tile is accepted
03:22:26     updates empty marker
03:22:26 
03:22:26 TileAccordionAdapter
03:22:26   initProperties
03:22:26     does not take filters from tile grid in remote case
03:22:26 
03:22:26 TileAccordionKeyStrokes
03:22:26   ctrl + a
03:22:26     selects all tiles
03:22:26     deselects all tiles if tiles are already selected
03:22:26     only considers tiles of expanded groups
03:22:26   key right
03:22:26     selects the first tile of the next group if selected tile is the last one in the current group
03:22:26     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
03:22:26     selects the first tile if no tile is selected yet
03:22:26     does nothing if the last tile is already selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the tile of the next group to the selection if the focused tile is the last tile of the current group
03:22:26       removes the next tile from the selection if the focused tile is the first tile of the selection
03:22:26       does nothing if the last tile is already selected
03:22:26       adds the correct tile to the selection if the focused tile gets invisible
03:22:26       connects two selections blocks and sets the focused tile to the beginning of the new block
03:22:26   key left
03:22:26     selects the last tile of the previous group if selected tile is the first one in the current group
03:22:26     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
03:22:26     selects the last tile if no tile is selected yet
03:22:26     does nothing if the first tile is already selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the previous tile to the selection
03:22:26       does nothing if the first tile is already selected
03:22:26       removes the previous tile from the selection if the next tile is already selected
03:22:26       adds the correct tile to the selection if the focused tile gets invisible
03:22:26       connects two selections blocks and sets the focused tile to the beginning of the new block
03:22:26   key down
03:22:26     selects the tile in the grid below if the selected tile is in the last line of the current group
03:22:26     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
03:22:26     considers filtered tiles
03:22:26     selects the first tile if no tile is selected yet
03:22:26     selects the first tile if no tile is selected yet or the focused tile was in a collapsed group
03:22:26     does nothing if a tile in the last row is already selected
03:22:26     selects the only tile if there is only one
03:22:26     selects the last tile if below the focused tile is no tile
03:22:26     with shift
03:22:26       adds the tiles between the focused and the newly focused tile to the selection
03:22:26       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
03:22:26       does nothing if a tile in the last row is already selected
03:22:26       adds the correct tile to the selection if the focused tile gets invisible
03:22:26       connects two selections blocks and sets the focused tile to the beginning of the new block
03:22:26   key up
03:22:26     selects the tile in the grid above if the selected tile is in the first line of the current group
03:22:26     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
03:22:26     selects the last tile if no tile is selected yet
03:22:26     does nothing if a tile in the first row is already selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the tiles between the focused and the newly focused tile to the selection
03:22:26       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
03:22:26       does nothing if a tile in the first row is already selected
03:22:26       adds the correct tile to the selection if the focused tile gets invisible
03:22:26       connects two selections blocks and sets the focused tile to the beginning of the new block
03:22:26   home
03:22:26     selects the first tile
03:22:26     selects the first tile but only if the group is not collapsed
03:22:26     does nothing if the first tile is already selected
03:22:26     selects only the first tile if first and other tiles are selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the tiles between the focused and the newly focused tile to the selection
03:22:26   end
03:22:26     selects the last tile
03:22:26     selects the last tile but only if the group is not collapsed
03:22:26     does nothing if the last tile is already selected
03:22:26     selects only the last tile if last and other tiles are selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the tiles between the focused and the newly focused tile to the selection
03:22:26 
03:22:26 TileAccordion
03:22:26   init
03:22:26     copies properties to tile grids
03:22:26     does not override properties which are specified by the tile grid itself
03:22:26   setters
03:22:26     copy properties to tile grids
03:22:26   addTileFilter
03:22:26     adds the filter to every existing tile grid
03:22:26     adds the filter to future tile grids
03:22:26   removeTileFilter
03:22:26     removes the filter to every existing tile grid
03:22:26     makes sure the filter is not added to future tile grids
03:22:26   click
03:22:26     triggers tileClick
03:22:26     triggers tileSelected and tileClick if selectable
03:22:26     triggers tileAction when clicked twice
03:22:26     is not delegated anymore if group is deleted without being destroyed
03:22:26   selectTiles
03:22:26     selects one of the given tiles and unselects the previously selected ones
03:22:26     selects all the given tiles and unselects the previously selected ones if multiSelect is true
03:22:26     triggers a property change event
03:22:26     triggers a property change event also if multiSelect is true
03:22:26     does not select tiles in a collapsed group
03:22:26   insertGroups
03:22:26     triggers property change events for tiles inserted by the new group
03:22:26     adjusts selection if new grid contains selected tiles
03:22:26     triggers a property change event for the new selection if new grid contains selected tiles
03:22:26   deleteGroups
03:22:26     triggers a property change event for tiles of the deleted group
03:22:26 
03:22:26 TileButton
03:22:26   init
03:22:26     creates an enabled tile button
03:22:26     creates a disabled tile button
03:22:26 
03:22:26 TileGridKeyStrokes
03:22:26   ctrl + a
03:22:26     selects all tiles
03:22:26     deselects all tiles if tiles are already selected
03:22:26   key right
03:22:26     selects the next tile
03:22:26     selects the first tile if no tile is selected yet
03:22:26     does nothing if the last tile is already selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the next tile to the selection
03:22:26       removes the next tile from the selection if the focused tile is the first tile of the selection
03:22:26       does nothing if the last tile is already selected
03:22:26       adds the correct tile to the selection if the focused tile gets invisible
03:22:26       connects two selections blocks and sets the focused tile to the beginning of the new block
03:22:26   key left
03:22:26     selects the previous tile
03:22:26     selects the last tile if no tile is selected yet
03:22:26     does nothing if the first tile is already selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the previous tile to the selection
03:22:26       does nothing if the first tile is already selected
03:22:26       removes the previous tile from the selection if the next tile is already selected
03:22:26       adds the correct tile to the selection if the focused tile gets invisible
03:22:26       connects two selections blocks and sets the focused tile to the beginning of the new block
03:22:26   key down
03:22:26     selects the tile below
03:22:26     selects the first tile if no tile is selected yet
03:22:26     does nothing if a tile in the last row is already selected
03:22:26     selects the only tile if there is only one
03:22:26     selects the last tile if below the focused tile is no tile
03:22:26     with shift
03:22:26       adds the tiles between the focused and the newly focused tile to the selection
03:22:26       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
03:22:26       does nothing if a tile in the last row is already selected
03:22:26       adds the correct tile to the selection if the focused tile gets invisible
03:22:26       connects two selections blocks and sets the focused tile to the beginning of the new block
03:22:26   key up
03:22:26     selects the tile above
03:22:26     selects the last tile if no tile is selected yet
03:22:26     does nothing if a tile in the first row is already selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the tiles between the focused and the newly focused tile to the selection
03:22:26       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
03:22:26       does nothing if a tile in the first row is already selected
03:22:26       adds the correct tile to the selection if the focused tile gets invisible
03:22:26       connects two selections blocks and sets the focused tile to the beginning of the new block
03:22:26   home
03:22:26     selects the first tile
03:22:26     does nothing if the first tile is already selected
03:22:26     selects only the first tile if first and other tiles are selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the tiles between the focused and the newly focused tile to the selection
03:22:26   end
03:22:26     selects the last tile
03:22:26     does nothing if the first tile is already selected
03:22:26     selects only the last tile if last and other tiles are selected
03:22:26     selects the only tile if there is only one
03:22:26     with shift
03:22:26       adds the tiles between the focused and the newly focused tile to the selection
03:22:26 
03:22:26 scout.WidgetTooltipSpec
03:22:26   can create and hold a widget
03:22:26 
03:22:26 scout.tooltips
03:22:26   can be installed and uninstalled for a form field
03:22:26   creates a tooltip on mouseenter and removes it on mouseleave
03:22:26   if text
03:22:26     is empty no tooltip will be shown
03:22:26     is a function, it will be called for tooltip text
03:22:26     is undefined no tooltip will be shown
03:22:26     is provided by component, it will be used as tooltip text
03:22:26     is provided as function by component, it will be called and used as tooltip text
03:22:26     is provided using options and by component, text provided using options will be used
03:22:26     is a function, component is passed as first and only argument
03:22:26   can update the text of an already visible tooltip
03:22:26 
03:22:26 CompactTreeAdapter
03:22:26   selectNodes
03:22:26     selects child node and notifies server if server selects the first title node
03:22:26 
03:22:26 Compacttree
03:22:26   creation
03:22:26     adds no empty section node
03:22:26     adds a node with child node
03:22:26     adds a node with child nodes in correct order
03:22:26     deletes a node
03:22:26     inserts a child node
03:22:26   node click
03:22:26     calls selectNodes
03:22:26 
03:22:26 TreeAdapter
03:22:26   node click
03:22:26     sends selection and click events in one call in this order
03:22:26     sends selection, check and click events if tree is checkable and checkbox has been clicked
03:22:26     does not send click if mouse down happens on another node than mouseup
03:22:26     does not send click if mouse down does not happen on a node
03:22:26   node double click
03:22:26     sends clicked, selection, action and expansion events
03:22:26   node control double click
03:22:26     sends clicked, selection, action and expansion events
03:22:26   selectNodes
03:22:26     sends nodeExpanded for the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
03:22:26     does not send selection event if triggered by server
03:22:26   checkNodes
03:22:26     does not send checked event if triggered by server
03:22:26   setNodesExpanded
03:22:26     does not send expand event if triggered by server
03:22:26   collapseAll
03:22:26     sends nodeExpanded for every collapsed node
03:22:26   onModelAction
03:22:26     nodesInserted event
03:22:26       calls insertNodes
03:22:26     nodesDeleted event
03:22:26       calls deleteNodes
03:22:26     allChildNodesDeleted event
03:22:26       calls deleteAllChildNodes
03:22:26     nodesSelected event
03:22:26       calls selectNodes
03:22:26     nodeChanged event
03:22:26       calls changeNode
03:22:26       updates the text of the node
03:22:26     nodesUpdated event
03:22:26       calls updateNodes
03:22:26     childNodeOrderChanged event
03:22:26       calls updateNodeOrder
03:22:26     multiple events
03:22:26       handles delete, collapse, insert, expand events correctly
03:22:26 
03:22:26 TreeKeyStrokes
03:22:26   key up
03:22:26     selects the above node in collapsed tree
03:22:26     selects the above node node in expanded tree
03:22:26     selects the last node if no node is selected yet
03:22:26     selects the only node if there is only one
03:22:26     does nothing if first node already is selected
03:22:26   key down
03:22:26     selects the node below in collapsed tree
03:22:26     selects the first node if no row is selected yet
03:22:26     selects the above node node in expanded tree
03:22:26     selects the only node if there is only one
03:22:26     does nothing if last node already is selected
03:22:26   Home
03:22:26     selects first node in collapsed tree
03:22:26     selects first node in expanded tree
03:22:26   Subtract
03:22:26      collapses a node
03:22:26      collapses a node and drill up
03:22:26   Add
03:22:26      expands a node
03:22:26      expands a node and drill down
03:22:26   End
03:22:26      jumps to last node
03:22:26   space
03:22:26     does nothing if no nodes are selected
03:22:26     checks the selected node 
03:22:26     unchecks the selected node 
03:22:26 
03:22:26 TreeNodePosition
03:22:26   _findInsertPositionInFlatList
03:22:26     insert node between two other nodes on the same level
03:22:26     insert node between two other nodes on another level
03:22:26     insert node ahead all other nodes on the same level
03:22:26     insert node below all other nodes on the same level
03:22:26     insert a subtree between two other nodes on the same level
03:22:26     insert a node below another node of the same level with an expanded subtree
03:22:26   _addChildrenToFlatListIfExpanded
03:22:26     expands collapsed node
03:22:26     expands collapsed node with different levels in insertBatch
03:22:26 
03:22:26 Tree
03:22:26   creation
03:22:26     adds nodes
03:22:26     does not add notes if no nodes are provided
03:22:26   insertNodes
03:22:26     inserting a child
03:22:26       inserts in a reasonable order if childNodeIndex is not set
03:22:26       updates model
03:22:26       updates model with a complex node containing another node
03:22:26       updates html document if parent is expanded
03:22:26       updates html document at a specific position
03:22:26     only updates the model if parent is collapsed
03:22:26     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
03:22:26     with breadcrumb style
03:22:26       inserts a html node if the parent node is selected
03:22:26       only updates model if the parent node is not selected
03:22:26       inserts html nodes at a specific position
03:22:26     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
03:22:26   updateNodes
03:22:26     update same node instance
03:22:26     enabled update
03:22:26       updates the enabled state of the model node
03:22:26       updates the enabled state of the html node, if visible
03:22:26       updates the enabled state of the html node after expansion, if not visible
03:22:26     enabled update on checkable tree
03:22:26       updates the enabled state of the model node
03:22:26       updates the enabled state of the html node, if visible
03:22:26       updates the enabled state of the html node after expansion, if not visible
03:22:26   changeNode
03:22:26     updates the text of the model node
03:22:26     updates the text of the html node
03:22:26     updates custom cssClass of model and html node
03:22:26     preserves child-of-selected when root nodes get changed
03:22:26     preserves child-of-selected when child nodes get changed
03:22:26     preserves group css class when nodes get updated
03:22:26   deleteNodes
03:22:26     deleting a child
03:22:26       updates model
03:22:26       updates html document
03:22:26       updates child node indices
03:22:26       considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
03:22:26       calculateViewRangeSize should not return values < 4
03:22:26     deleting a root node
03:22:26       updates model
03:22:26       updates html document
03:22:26       deleting a collapsed root node
03:22:26         updates model
03:22:26         updates html document
03:22:26     deleting all nodes
03:22:26       updates model
03:22:26       updates html document
03:22:26     deleting child nodes without commentParentNode
03:22:26       updates model
03:22:26   deleteAllChildNodes
03:22:26     deletes all nodes from model
03:22:26     deletes all nodes from html document
03:22:26     deletes all nodes from model for a given parent
03:22:26     deletes all nodes from html document for a given parent
03:22:26   checkNodes
03:22:26     checks a subnode -> mark upper nodes 
03:22:26     checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked
03:22:26     checks a subnode and its sibling -> mark upper nodes -> uncheck one of the siblings
03:22:26     does not check a disabled node
03:22:26     does not check a node in a disabled tree
03:22:26     never checks two nodes if multiCheck is set to false
03:22:26     checks children if autoCheckChildren is set to true
03:22:26     does not check the children if autoCheckChildren is set to false
03:22:26     does not check nodes if checkable is set to false
03:22:26   node click
03:22:26     calls tree._onNodeMouseDown
03:22:26     updates model (selection)
03:22:26   node double click
03:22:26     expands/collapses the node
03:22:26   node control double click
03:22:26     does the same as control single click (does NOT expand and immediately collapse again)
03:22:26   deselectAll
03:22:26     clears the selection
03:22:26   selectNodes
03:22:26     selects a node
03:22:26     selectedNode()
03:22:26     expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
03:22:26     also expands the node if bread crumb mode is enabled
03:22:26     also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state
03:22:26     sets css class ancestor-of-selected on every ancestor of the selected element
03:22:26     sets css class child-of-selected on direct children of the selected element
03:22:26     may select a node which is not rendered
03:22:26     sets parent and ancestor css classes even if nodes are not rendered
03:22:26     sets child-of-selected css class even if nodes are not rendered
03:22:26   expandNode
03:22:26     sets css class child-of-selected on direct children if the expanded node is selected
03:22:26     renders the child nodes if parent is expanded
03:22:26     with breadcrumb style
03:22:26       renders the child nodes if parent is expanded
03:22:26       ensures top level nodes are rendered
03:22:26   expandAllParentNodes
03:22:26     expands all parent nodes of the given node (model)
03:22:26     expands all parent nodes of the given node (html)
03:22:26   lazyExpandCollapse
03:22:26     manual expand -> manual collapse node
03:22:26     manual expand -> lazy collapse node
03:22:26     lazy expand -> manual collapse node
03:22:26     lazy expand -> lazy collapse node
03:22:26   collapseNode
03:22:26     prevents collapsing in bread crumb mode if node is selected
03:22:26   collapseAll
03:22:26     collapses all nodes
03:22:26   updateItemPath
03:22:26     Sets css class group on every element within the same group
03:22:26   updateNodeOrder
03:22:26     reorders the child nodes if parent is given (model)
03:22:26     reorders the child nodes if parent is given and expanded (model)
03:22:26     reorders the child nodes if parent is given (html)
03:22:26     considers view range when updating child node order
03:22:26     reorders expanded child nodes if parent is given (model)
03:22:26     reorders the root nodes if no parent is given (model)
03:22:26     reorders the root nodes if no parent is given (html)
03:22:26     reorders expanded root nodes if no parent is given (model)
03:22:26     reorders expanded root nodes if no parent is given (html)
03:22:26   tree filter
03:22:26     filters nodes when filter() is called
03:22:26     filters nodes when filter is added and removed
03:22:26     makes sure only filtered nodes are displayed when node gets expanded
03:22:26     applies filter if a node gets changed
03:22:26     applies filter if a node gets inserted
03:22:26     make sure nodes unchanged by filters are attached. See ticket #168957
03:22:26     shows nodes correctly if nodes are made hidden right before
03:22:26   tree enabled/disabled
03:22:26     disables checkboxes when tree is disabled
03:22:26   test visible list and map
03:22:26     with initial all expanded nodes
03:22:26       init with all expanded in correct order
03:22:26       collapse a node -> all children have to be removed
03:22:26       filter node -> filtered node and children has to be removed from visible
03:22:26       update node -> node is filtered
03:22:26       insert expanded node to expanded parent
03:22:26       insert child node in filtered parent
03:22:26       insert child node which should be filtered
03:22:26     with initial all closed nodes
03:22:26       init with all collapsed
03:22:26       insert child node collapsed parent
03:22:26       expand node
03:22:26       expand child node
03:22:26   destroy tree nodes
03:22:26     should destroy all tree nodes and set destroyed flag
03:22:26   invisible
03:22:26     does not try to read node width when invisible
03:22:26 
03:22:26 scout.Call
03:22:26   calls done on success
03:22:26   calls fail on failure
03:22:26   retries on failure
03:22:26 
03:22:26 DetachHelper
03:22:26   restores sticky tooltips
03:22:26   removes tooltip when achor is detached
03:22:26   considers the context of $anchor -> only removes tooltips in that context
03:22:26 
03:22:26 Device
03:22:26   scout.device
03:22:26     is initialized automatically
03:22:26   isWindowsTabletMode
03:22:26     returns true if system is windows and scrollbarWidth is 0
03:22:26   user agent parsing
03:22:26     recognizes iOS devices
03:22:26     recognizes Android devices
03:22:26     recognizes Windows devices
03:22:26     recognizes supported browsers
03:22:26 
03:22:26 EventSupport
03:22:26   on / trigger / off
03:22:26     single event func only triggered until off() is called
03:22:26     multiple events
03:22:26   one
03:22:26     single event func only triggered once when registered with one()
03:22:26     event parameter passed to registered func
03:22:26     de-register function registered with one()
03:22:26   off
03:22:26     remove all with same type
03:22:26     remove specific listener
03:22:26 
03:22:26 Range
03:22:26   equals
03:22:26   add
03:22:26     returns a new range with the sum of both ranges
03:22:26     fails if the new range does not border on the existing
03:22:26     returns a copy of the non empty range if one range is empty
03:22:26   union
03:22:26     returns a new range with the sum of both ranges
03:22:26     returns a copy of both ranges if the ranges don't overlap
03:22:26     returns a copy of the non empty range if one range is empty
03:22:26   subtract
03:22:26     returns a new range where the second range is removed from the first
03:22:26     returns a copy of the first range if the second does not overlap the first
03:22:26     returns an empty range if second range completely covers the first
03:22:26     returns a new range if second range is inside the first and touches a border
03:22:26     returns an array of two ranges if second range is inside the first but does not touch a border
03:22:26     returns a copy of the first range if the second range is empty
03:22:26     returns an empty range if the first range is empty
03:22:26   subtractAll
03:22:26     subtracts all given ranges
03:22:26     may return multiple ranges
03:22:26   intersect
03:22:26     returns a new range with the part where both ranges overlap
03:22:26     returns an empty range if the ranges don't overlap
03:22:26     returns an empty range if one range is empty
03:22:26 
03:22:26 scout.Status
03:22:26   convenience functions
03:22:26     create valid status objects
03:22:26 
03:22:26 scout.URL
03:22:26   can parse super-simple URL
03:22:26   can parse empty hash
03:22:26   can parse a moderately simple URL
03:22:26   can convert the URL to string (only changed in order of arguments)
03:22:26   can handle multi-valued parameters
03:22:26   can add parameters
03:22:26   can remove parameters
03:22:26   can create or replace parameters
03:22:26   can handle non-ascii characters
03:22:26   can sort parameters
03:22:26 
03:22:26 scout.arrays
03:22:26   init
03:22:26     checks whether array has correct length and initial values
03:22:26   ensure
03:22:26     creates an array if the param is not an array
03:22:26     returns the param if the param already is an array
03:22:26   remove
03:22:26     removes elements
03:22:26   removeAll
03:22:26     removes all given elements
03:22:26     considers emtpy args
03:22:26   replace
03:22:26     replaces elements
03:22:26   insert
03:22:26     insert element at index
03:22:26   insertAll
03:22:26     insert element array at index
03:22:26   insertSorted
03:22:26     inserts element at correct position
03:22:26   max
03:22:26     returns 0 iff input contains 0
03:22:26     behaves like Math.max on null and undefined
03:22:26     ignores non-number elements
03:22:26   min
03:22:26     returns 0 iff input contains 0
03:22:26     behaves like Math.min on null and undefined
03:22:26     ignores non-number elements
03:22:26   move
03:22:26     replaces elements
03:22:26   union
03:22:26     merges two arrays
03:22:26     merges two arrays and removes duplicates
03:22:26     also works with floats
03:22:26     if the arrays contain objects instead of primitives, it uses their id to check for equality
03:22:26     does not fail if arr1 or arr2 are not defined
03:22:26   equals
03:22:26     checks whether two arrays contain the same elements in the same order
03:22:26     considers emtpy and same arrays
03:22:26     returns true if one array is undefined/null and the other empty
03:22:26   equalsIgnoreOrder
03:22:26     checks whether two arrays contain the same elements without considering the order
03:22:26     considers emtpy and same arrays
03:22:26     returns true if one array is undefined/null and the other empty
03:22:26   findIndex
03:22:26     returns the index of the element for which the given predicate returns true
03:22:26   find
03:22:26     returns the element for which the given predicate returns true
03:22:26   findFrom
03:22:26     returns the element for which the given predicate returns true, starting from a given index
03:22:26     does not return the element for which the given predicate returns true, if it is on the left side of the start index
03:22:26     also checks the element at start index 
03:22:26     searches from right to left if backwards is true
03:22:26   format
03:22:26     formats an array by concatenating each entry
03:22:26     returns '' for empty array or if no array was provided
03:22:26   formatEncoded
03:22:26     encodes the html of each array element
03:22:26   first
03:22:26     finds first array element
03:22:26   last
03:22:26     finds last array element
03:22:26   pushIfDefined
03:22:26     pushes element only if it is defined
03:22:26   diff
03:22:26     returns all elements of the first array which are not in the second array
03:22:26 
03:22:26 scout.dates
03:22:26   shift
03:22:26     shifts year or month or day
03:22:26     shifts year and month if both provided
03:22:26     shifts year and month and day if all provided
03:22:26     shift year
03:22:26       adds or removes years
03:22:26       handles edge case leap year
03:22:26     shift month
03:22:26       adds or removes months
03:22:26       handles edge case start month
03:22:26       handles edge case end month
03:22:26       handles edge case leap year
03:22:26   shiftToNextDayOfType
03:22:26     shifts to next day of type
03:22:26   shiftToPreviousDayOfType
03:22:26     shifts to previous day of type
03:22:26   ensureMonday
03:22:26     shifts to next monday in direction if it is not a monday yet
03:22:26   isSameDay
03:22:26     returns true if day, month and year matches
03:22:26   compareMonths
03:22:26     returns the differences in number of months
03:22:26     ignores time
03:22:26     works with different years
03:22:26   compareDays
03:22:26     returns the differences in number of days
03:22:26     ignores time
03:22:26     works with different month
03:22:26     works with different years
03:22:26   timestamp
03:22:26     returns a string of the expected length withonly digits
03:22:26   orderWeekdays
03:22:26     orders weekdays
03:22:26   toJsonDate / parseJsonDate
03:22:26     can handle missing or invalid inputs
03:22:26     can convert JSON and JS dates
03:22:26   create
03:22:26     can create dates
03:22:26   weekInYear
03:22:26     can calculate week in year
03:22:26   format
03:22:26     can handle invalid values
03:22:26     can format valid dates
03:22:26   compare
03:22:26     can handle invalid dates
03:22:26     can compare valid dates
03:22:26   equals
03:22:26     returns true if the dates are equal, false if not
03:22:26   isLeapYear
03:22:26     correctly identifies leap years
03:22:26   combineDateTime
03:22:26     creates a new date by using date part of param date and time part of param time.
03:22:26     uses 01-01-1970 as date part if date is ommitted
03:22:26     uses 00:00 as time part if time is ommitted
03:22:26 
03:22:26 scout.defaultValues
03:22:26   init
03:22:26     can load invalid configurations
03:22:26   applyTo
03:22:26     can apply default values to JSON
03:22:26     can apply default values to JSON considering the model variant
03:22:26     copies default values 'by value'
03:22:26 
03:22:26 scout.icons
03:22:26   parses bitmap icons
03:22:26   parses font icons (scoutIcons font)
03:22:26   parses font icons (custom font)
03:22:26   parses returns a CSS class for custom fonts
03:22:26   appends CSS class string with custom fonts
03:22:26 
03:22:26 scout.models
03:22:26   get
03:22:26     load object without type
03:22:26     ensure the object is a copy
03:22:26   extend
03:22:26     insert new property into root object
03:22:26     override property in root object
03:22:26     insert new property into a non existing array on root object
03:22:26     override property in tree object
03:22:26     insert new object into tree object
03:22:26     insert new object tree into tree object
03:22:26     insert new object into tree object with fixed index
03:22:26     insert new object into tree object with relative index
03:22:26     insert new object into tree object with relative index and two extension elements
03:22:26     insert object referenced by String
03:22:26     insert object bound to field
03:22:26     insert objects array bound to field
03:22:26 
03:22:26 scout.numbers
03:22:26   round
03:22:26     tests special cases
03:22:26     tests rounding mode 'UP'
03:22:26     tests rounding mode 'DOWN'
03:22:26     tests rounding mode 'CEILING'
03:22:26     tests rounding mode 'FLOOR'
03:22:26     tests rounding mode 'HALF_UP'
03:22:26     tests rounding mode 'HALF_DOWN'
03:22:26   shiftDecimalPoint
03:22:26     can shift decimal point to left and right
03:22:26   randomId
03:22:26     can generate random IDs
03:22:26   correlationId
03:22:26     can generate random correlation IDs
03:22:26   isNumber
03:22:26     returns true if the value is a number
03:22:26     returns false if the value is not a number
03:22:26     returns false if the value is NaN
03:22:26 
03:22:26 scout.objects
03:22:26   copyProperties
03:22:26     copies all properties
03:22:26     copies the properties from prototype as well
03:22:26     copies only the properties specified by the filter, if there is one
03:22:26   copyOwnProperties
03:22:26     copies all properties
03:22:26     does not copy the properties from prototype
03:22:26     copies only the properties specified by the filter, if there is one
03:22:26   countOwnProperties
03:22:26     counts all own properties
03:22:26     works for objects created with createMap() function
03:22:26   valueCopy
03:22:26     copies an object by value
03:22:26     works for objects created with createMap() function
03:22:26   isNumber
03:22:26     returns true iff argument is a number
03:22:26   isArray
03:22:26     returns true when argument is an array
03:22:26   isNullOrUndefined
03:22:26     returns true when argument is null or undefined, but not when 0 or any other value
03:22:26   values
03:22:26     returns object values
03:22:26     can handle maps
03:22:26     createMap with optional properties
03:22:26     createMap should not have a prototype
03:22:26   findChildObjectByKey
03:22:26     find root object
03:22:26     find object in tree
03:22:26     find object in array
03:22:26     find object in nested array
03:22:26     find object in array within the tree
03:22:26     search for not existing property
03:22:26     search for not existing id
03:22:26     search for not existing property and value
03:22:26   isPlainObject
03:22:26     works as expected
03:22:26   argumentsToArray
03:22:26     returns an array
03:22:26   equals
03:22:26     works as expected
03:22:26   equalsRecursive
03:22:26     works as expected
03:22:26   Constant resolving from plain object / JSON model
03:22:26     resolveConst
03:22:26     resolveConstProperty
03:22:26   optProperty
03:22:26     should return the last property in the object chain
03:22:26 
03:22:26 scout.promises
03:22:26   oneByOne stops executing after failure
03:22:26   groupwise stops executing after failed group
03:22:26   parallel stops executing after failed promise
03:22:26   does not cut off error arguments
03:22:26   adds all result arguments, one for each deferred
03:22:26 
03:22:26 scout.strings
03:22:26   nl2br
03:22:26     can convert newlines to br tags
03:22:26     encodes html, if the parameter is set to true (default)
03:22:26   hasText
03:22:26     can check if string has text
03:22:26   repeat
03:22:26     can repeat strings
03:22:26   padZeroLeft
03:22:26     can pad strings with 0
03:22:26   startsWith
03:22:26     can check if a string starts with another
03:22:26   endsWith
03:22:26     can check if a string ends with another
03:22:26   count
03:22:26     can count occurrences
03:22:26   encode
03:22:26     encodes html
03:22:26     does not try to encode empty strings
03:22:26     caches the html element used for encoding
03:22:26   join
03:22:26     joins strings
03:22:26     join works with array as second parameter
03:22:26   box
03:22:26     boxes strings
03:22:26   lowercaseFirstLetter
03:22:26     converts first letter to lowercase
03:22:26   uppercaseFirstLetter
03:22:26     converts first letter to uppercase
03:22:26   quote
03:22:26     quotes special characters for regexp
03:22:26   asString
03:22:26     converts input to string
03:22:26   plainText
03:22:26     converts html to plain text
03:22:26     does not try to get plaintext of empty strings
03:22:26     caches the html element used for getting plain text
03:22:26     considers upper and lower case tags
03:22:26     converts br, p, div into new lines
03:22:26     converts li, tr into new lines
03:22:26     converts td into whitespaces
03:22:26     converts &nbsp;, &amp;, &gt;, &lt;
03:22:26     preserves tabs
03:22:26     removes leading and trailing newlines if configured
03:22:26     leaves multiple newlines alone unless configured
03:22:26   insertAt
03:22:26     can insert strings into other strings
03:22:26   nvl
03:22:26     returns an empty string when input is null or undefined
03:22:26     should throw an error when called with more than one parameter
03:22:26   countCodePoints
03:22:26     returns the number of codepoints in a string
03:22:26   splitMax
03:22:26     returns not more than limit elements
03:22:26 
03:22:26 scout.styles
03:22:26   can merge colors
03:22:26   can lighten and darken colors
03:22:26   can calculate and apply legacy styles
03:22:26 
03:22:26 Widget
03:22:26   visitChildren
03:22:26     should traverse child items
03:22:26   enabled
03:22:26     should be propagated correctly
03:22:26     should not be inherited if inheritAccessibility is disabled
03:22:26     should correctly recalculate enabled state when adding a new field
03:22:26   rendering
03:22:26     should set rendering, rendered flags correctly
03:22:26     should set rendering flag to true _while_ the component is rendering
03:22:26   attach/detach
03:22:26     attached and rendered is false by default
03:22:26     attached and rendered has the right value after render/remove and attach/detach
03:22:26   clone
03:22:26     clones only properties marked as clone property
03:22:26     'text' must be recognized as clone property, but not '$container'
03:22:26     prefers properties passed as modelOverride
03:22:26   init
03:22:26     links widget properties with the widget
03:22:26   destroy
03:22:26     destroys the widget
03:22:26     destroys the children
03:22:26     does only destroy children if the parent is the owner
03:22:26     removes the link to parent and owner
03:22:26   setParent
03:22:26     links the widget with the new parent
03:22:26     removes the widget from the old parent if the old is not the owner
03:22:26     does not remove the widget from the old parent if the old is the owner
03:22:26     relinks parent destroy listener to the new parent
03:22:26   remove
03:22:26     removes the widget
03:22:26     removes the children
03:22:26     does not remove the children if owner is removed but parent is still rendered
03:22:26     removes the widget if removing is animated but parent is removed while animation is running
03:22:26   setProperty
03:22:26     triggers a property change event if the value changes
03:22:26     does not trigger a property change event if the value does not change
03:22:26     with widget property
03:22:26       links the widget with the new child widget
03:22:26       links the widget with the new child widgets if it is an array
03:22:26       does not fail if new widget is null
03:22:26     calls the _render* method if there is one for this property
03:22:26   property css class
03:22:26     adds or removes custom css class
03:22:26     does not accidentally remove other css classes on a property change
03:22:26     addCssClass
03:22:26       adds the cssClass to the existing classes
03:22:26       does not add the same class multiple times
03:22:26     removeCssClass
03:22:26       removes the cssClass from the existing classes
03:22:26     toggleCssClass
03:22:26       toggles the cssClass based on a predicate
03:22:26   focus
03:22:26     sets the focus on the container
03:22:26     schedules the focus request if the widget is not rendered
03:22:26   Widget properties
03:22:26     automatically resolves referenced widgets
03:22:26   scrollTop
03:22:26     is stored on scroll if scrollbars are installed
03:22:26     is not stored on scroll if scrollbars are not installed
03:22:26     is applied again on render after remove
03:22:26     is set to null if scrollbars are not installed
03:22:26     is set to null if scrollbars are uninstalled on the fly
03:22:26   isEveryParentVisible
03:22:26     should correctly calculate the parents visible state if all parents are visible
03:22:26     should correctly calculate the parents visible state if one parent is invisible
03:22:26     should correctly calculate the parents visible state if several parents are invisible
03:22:26     should correctly calculate the parents visible state if all parents are invisible
03:22:26 
03:22:26 Results: 2121 specs, 0 failures, 0 pending
03:22:26 
03:22:26 [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
03:22:26 [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
03:22:26 [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
03:22:26 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
03:22:26 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
03:22:26 [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
03:22:26 [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
03:22:26 [INFO] 
03:22:26 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
03:22:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT.jar
03:22:26 [INFO] 
03:22:26 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
03:22:26 [INFO] Skipping because packaging 'jar' is not pom.
03:22:26 [INFO] 
03:22:26 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
03:22:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-tests.jar
03:22:27 [INFO] 
03:22:27 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
03:22:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-sources.jar
03:22:27 [INFO] 
03:22:27 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
03:22:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-test-sources.jar
03:22:27 [INFO] 
03:22:27 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test ---
03:22:27 [INFO] Checking compile classpath
03:22:27 [INFO] Checking runtime classpath
03:22:27 [INFO] Checking test classpath
03:22:27 [INFO] 
03:22:27 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
03:22:27 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
03:22:28 [INFO] 
03:22:28 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
03:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT.jar
03:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT.pom
03:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-tests.jar
03:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-sources.jar
03:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-test-sources.jar
03:22:28 [INFO] 
03:22:28 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >-----
03:22:28 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 8.0.0-SNAPSHOT [39/45]
03:22:28 [INFO] --------------------------------[ jar ]---------------------------------
03:22:41 [INFO] 
03:22:41 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:41 [INFO] 
03:22:41 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:41 [INFO] 
03:22:41 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] 
03:22:44 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:22:44 [INFO] Copying 1 resource
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Changes detected - recompiling the module!
03:22:44 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/classes
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:22:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/src/test/resources
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] No sources to compile
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] No tests to run.
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT.jar
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Skipping because packaging 'jar' is not pom.
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Skipping packaging of the test-jar
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT-sources.jar
03:22:44 [INFO] 
03:22:44 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] No sources in project. Archive not created.
03:22:44 [INFO] 
03:22:44 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Checking compile classpath
03:22:44 [INFO] Checking runtime classpath
03:22:44 [INFO] Checking test classpath
03:22:44 [INFO] 
03:22:44 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:44 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
03:22:46 [INFO] 
03:22:46 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium ---
03:22:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT.jar
03:22:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT.pom
03:22:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT-sources.jar
03:22:46 [INFO] 
03:22:46 [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
03:22:46 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 8.0.0-SNAPSHOT [40/45]
03:22:46 [INFO] --------------------------------[ jar ]---------------------------------
03:22:46 [INFO] 
03:22:46 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:46 [INFO] 
03:22:46 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:46 [INFO] 
03:22:46 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:48 [INFO] 
03:22:48 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:48 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec
03:22:48 [INFO] 
03:22:48 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:22:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources
03:22:48 [INFO] 
03:22:48 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:48 [INFO] No sources to compile
03:22:48 [INFO] 
03:22:48 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:22:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources
03:22:48 [INFO] 
03:22:48 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:48 [INFO] Changes detected - recompiling the module!
03:22:48 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes
03:22:48 [INFO] 
03:22:48 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:48 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/surefire-reports
03:22:48 
03:22:48 -------------------------------------------------------
03:22:48  T E S T S
03:22:48 -------------------------------------------------------
03:22:48 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
03:22:48 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
03:22:49 Running org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
03:22:49 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
03:22:49 SLF4J: Defaulting to no-operation (NOP) logger implementation
03:22:49 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
03:22:50 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
03:22:50 
03:22:50 Results :
03:22:50 
03:22:50 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
03:22:50 
03:22:50 [INFO] 
03:22:50 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:50 [WARNING] JAR will be empty - no content was marked for inclusion!
03:22:51 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT.jar
03:22:51 [INFO] 
03:22:51 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:51 [INFO] Skipping because packaging 'jar' is not pom.
03:22:51 [INFO] 
03:22:51 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:51 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-tests.jar
03:22:51 [INFO] 
03:22:51 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:51 [INFO] No sources in project. Archive not created.
03:22:51 [INFO] 
03:22:51 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:51 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-test-sources.jar
03:22:51 [INFO] 
03:22:51 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:51 [INFO] Checking compile classpath
03:22:51 [INFO] Checking runtime classpath
03:22:51 [INFO] Checking test classpath
03:22:51 [INFO] 
03:22:51 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:51 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
03:22:51 [INFO] 
03:22:51 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
03:22:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT.jar
03:22:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT.pom
03:22:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-tests.jar
03:22:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-test-sources.jar
03:22:51 [INFO] 
03:22:51 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
03:22:51 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 8.0.0-SNAPSHOT [41/45]
03:22:51 [INFO] --------------------------------[ jar ]---------------------------------
03:22:51 [INFO] 
03:22:51 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:51 [INFO] 
03:22:51 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:51 [INFO] 
03:22:51 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] 
03:22:53 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
03:22:53 [INFO] 
03:22:53 [INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:22:53 [INFO] Copying 1 resource
03:22:53 [INFO] Copying 5 resources
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Changes detected - recompiling the module!
03:22:53 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/classes
03:22:53 [INFO] 
03:22:53 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:22:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/src/test/resources
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] No sources to compile
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] No tests to run.
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT.jar
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Skipping because packaging 'jar' is not pom.
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Skipping packaging of the test-jar
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT-sources.jar
03:22:53 [INFO] 
03:22:53 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] No sources in project. Archive not created.
03:22:53 [INFO] 
03:22:53 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Checking compile classpath
03:22:53 [INFO] Checking runtime classpath
03:22:53 [INFO] Checking test classpath
03:22:53 [INFO] 
03:22:53 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:53 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
03:22:55 [INFO] 
03:22:55 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
03:22:55 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/8.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT.jar
03:22:55 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/8.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT.pom
03:22:55 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/8.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT-sources.jar
03:22:55 [INFO] 
03:22:55 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
03:22:55 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 8.0.0-SNAPSHOT [42/45]
03:22:55 [INFO] --------------------------------[ jar ]---------------------------------
03:22:58 [INFO] 
03:22:58 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty ---
03:22:58 [INFO] 
03:22:58 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty ---
03:22:58 [INFO] 
03:22:58 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] 
03:23:01 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:23:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/src/main/resources
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Changes detected - recompiling the module!
03:23:01 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/classes
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:23:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/src/test/resources
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] No sources to compile
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] No tests to run.
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT.jar
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Skipping because packaging 'jar' is not pom.
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Skipping packaging of the test-jar
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT-sources.jar
03:23:01 [INFO] 
03:23:01 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] No sources in project. Archive not created.
03:23:01 [INFO] 
03:23:01 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Checking compile classpath
03:23:01 [INFO] Checking runtime classpath
03:23:01 [INFO] Checking test classpath
03:23:01 [INFO] 
03:23:01 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty ---
03:23:01 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
03:23:02 [INFO] 
03:23:02 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty ---
03:23:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT.jar
03:23:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT.pom
03:23:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT-sources.jar
03:23:02 [INFO] 
03:23:02 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
03:23:02 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 8.0.0-SNAPSHOT [43/45]
03:23:02 [INFO] --------------------------------[ jar ]---------------------------------
03:23:02 [INFO] 
03:23:02 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:02 [INFO] 
03:23:02 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:02 [INFO] 
03:23:02 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] 
03:23:04 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:23:04 [INFO] Copying 1 resource
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] No sources to compile
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:23:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/src/test/resources
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] No sources to compile
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] No tests to run.
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT.jar
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Skipping because packaging 'jar' is not pom.
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Skipping packaging of the test-jar
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT-sources.jar
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] No sources in project. Archive not created.
03:23:04 [INFO] 
03:23:04 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Checking compile classpath
03:23:04 [INFO] Checking runtime classpath
03:23:04 [INFO] Checking test classpath
03:23:04 [INFO] 
03:23:04 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix ---
03:23:04 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT.jar
03:23:04 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT.pom
03:23:04 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT-sources.jar
03:23:04 [INFO] 
03:23:04 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
03:23:04 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 8.0.0-SNAPSHOT [44/45]
03:23:04 [INFO] --------------------------------[ jar ]---------------------------------
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test ---
03:23:04 [INFO] 
03:23:04 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test ---
03:23:04 [INFO] 
03:23:04 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test ---
03:23:07 [INFO] 
03:23:07 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test ---
03:23:07 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec
03:23:07 [INFO] 
03:23:07 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test ---
03:23:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:23:07 [INFO] Copying 7 resources
03:23:07 [INFO] 
03:23:07 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test ---
03:23:07 [INFO] No sources to compile
03:23:07 [INFO] 
03:23:07 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test ---
03:23:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:23:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/src/test/resources
03:23:07 [INFO] 
03:23:07 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test ---
03:23:07 [INFO] Changes detected - recompiling the module!
03:23:07 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/test-classes
03:23:07 [INFO] 
03:23:07 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test ---
03:23:07 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/surefire-reports
03:23:07 
03:23:07 -------------------------------------------------------
03:23:07  T E S T S
03:23:07 -------------------------------------------------------
03:23:07 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
03:23:07 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
03:23:07 Running org.eclipse.scout.dev.jetty.JettyServerTest
03:23:07 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
03:23:07 SLF4J: Defaulting to no-operation (NOP) logger implementation
03:23:07 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
03:23:07 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec - in org.eclipse.scout.dev.jetty.JettyServerTest
03:23:08 
03:23:08 Results :
03:23:08 
03:23:08 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
03:23:08 
03:23:08 [INFO] 
03:23:08 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test ---
03:23:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT.jar
03:23:08 [INFO] 
03:23:08 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test ---
03:23:08 [INFO] Skipping because packaging 'jar' is not pom.
03:23:08 [INFO] 
03:23:08 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test ---
03:23:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-tests.jar
03:23:08 [INFO] 
03:23:08 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test ---
03:23:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-sources.jar
03:23:08 [INFO] 
03:23:08 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test ---
03:23:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-test-sources.jar
03:23:08 [INFO] 
03:23:08 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test ---
03:23:08 [INFO] Checking compile classpath
03:23:08 [INFO] Checking runtime classpath
03:23:08 [INFO] Checking test classpath
03:23:08 [INFO] 
03:23:08 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test ---
03:23:08 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
03:23:08 [INFO] 
03:23:08 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test ---
03:23:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT.jar
03:23:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT.pom
03:23:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-tests.jar
03:23:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-sources.jar
03:23:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-test-sources.jar
03:23:08 [INFO] 
03:23:08 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
03:23:08 [INFO] Building org.eclipse.scout.rt-settings 8.0.0-SNAPSHOT            [45/45]
03:23:08 [INFO] --------------------------------[ jar ]---------------------------------
03:23:08 [INFO] 
03:23:08 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt-settings ---
03:23:08 [INFO] 
03:23:08 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings ---
03:23:08 [INFO] 
03:23:08 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] 
03:23:10 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:23:10 [INFO] Copying 15 resources
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] No sources to compile
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:23:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/src/test/resources
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] No sources to compile
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] No tests to run.
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT.jar
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] Skipping because packaging 'jar' is not pom.
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] Skipping packaging of the test-jar
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT-sources.jar
03:23:10 [INFO] 
03:23:10 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] No sources in project. Archive not created.
03:23:10 [INFO] 
03:23:10 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings ---
03:23:10 [INFO] Checking compile classpath
03:23:11 [INFO] Checking runtime classpath
03:23:11 [INFO] Checking test classpath
03:23:11 [INFO] 
03:23:11 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings ---
03:23:11 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
03:23:11 [INFO] 
03:23:11 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings ---
03:23:11 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/8.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT.jar
03:23:11 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/8.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT.pom
03:23:11 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/8.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT-sources.jar
03:23:11 [INFO] ------------------------------------------------------------------------
03:23:11 [INFO] Reactor Summary for Eclipse Scout RT 8.0.0-SNAPSHOT:
03:23:11 [INFO] 
03:23:11 [INFO] Eclipse Scout RT ................................... SUCCESS [03:53 min]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 34.293 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 24.128 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [02:19 min]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail ..... SUCCESS [  5.213 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [  9.242 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  9.892 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  3.874 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [ 12.820 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [  2.897 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  3.265 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [ 19.895 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  6.098 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  3.907 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 48.363 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [  3.294 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [  7.984 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject SUCCESS [  2.758 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson .. SUCCESS [  7.390 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject.test SUCCESS [  4.832 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test SUCCESS [  7.692 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SUCCESS [  5.493 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SUCCESS [  5.269 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SUCCESS [03:03 min]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail.test  SUCCESS [  5.989 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest ..... SUCCESS [  4.118 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test  SUCCESS [  7.039 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jackson SUCCESS [  2.875 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.client SUCCESS [ 12.509 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.test SUCCESS [ 21.693 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [  7.754 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 40.484 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [ 12.569 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [  5.057 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [  3.001 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 23.320 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [  6.264 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SUCCESS [02:38 min]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium SUCCESS [ 17.679 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SUCCESS [  5.515 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SUCCESS [  3.494 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SUCCESS [  7.008 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SUCCESS [  2.789 s]
03:23:11 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SUCCESS [  3.979 s]
03:23:11 [INFO] org.eclipse.scout.rt-settings ...................... SUCCESS [  2.695 s]
03:23:11 [INFO] ------------------------------------------------------------------------
03:23:11 [INFO] BUILD SUCCESS
03:23:11 [INFO] ------------------------------------------------------------------------
03:23:11 [INFO] Total time:  19:02 min
03:23:11 [INFO] Finished at: 2020-05-15T07:23:11Z
03:23:11 [INFO] ------------------------------------------------------------------------
03:23:12 No mail will be sent out, as 'org.eclipse.scout.rt.branch-8.0_continuous #763' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
03:23:12 Recording test results
03:23:14 Finished: SUCCESS