Skip to content

Console Output

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