Skip to content

Console Output

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